lucide-react
Version:
A Lucide icon library package for React applications.
23 lines (19 loc) • 549 B
JavaScript
/**
* @license lucide-react v1.46.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.mjs';
const __iconData = {
name: "power",
size: 24,
node: [
["path", { d: "M12 2v10", key: "mnfbl" }],
["path", { d: "M18.4 6.6a9 9 0 1 1-12.77.04", key: "obofu9" }]
]
};
__iconData.node;
const Power = createLucideIcon(__iconData);
export { __iconData, Power as default };
//# sourceMappingURL=power.mjs.map