Mission Control Dashboard - Initial implementation
This commit is contained in:
24
node_modules/lucide-react/dist/esm/icons/sport-shoe.js
generated
vendored
Normal file
24
node_modules/lucide-react/dist/esm/icons/sport-shoe.js
generated
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
/**
|
||||
* @license lucide-react v1.7.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import createLucideIcon from '../createLucideIcon.js';
|
||||
|
||||
const __iconNode = [
|
||||
["path", { d: "m15 10.42 4.8-5.07", key: "10at9d" }],
|
||||
["path", { d: "M19 18h3", key: "nnkd4d" }],
|
||||
[
|
||||
"path",
|
||||
{
|
||||
d: "M9.5 22 21.414 9.415A2 2 0 0 0 21.2 6.4l-5.61-4.208A1 1 0 0 0 14 3v2a2 2 0 0 1-1.394 1.906L8.677 8.053A1 1 0 0 0 8 9c-.155 6.393-2.082 9-4 9a2 2 0 0 0 0 4h14",
|
||||
key: "v410ed"
|
||||
}
|
||||
]
|
||||
];
|
||||
const SportShoe = createLucideIcon("sport-shoe", __iconNode);
|
||||
|
||||
export { __iconNode, SportShoe as default };
|
||||
//# sourceMappingURL=sport-shoe.js.map
|
||||
Reference in New Issue
Block a user