lucide-react
Version:
A Lucide icon library package for React applications.
24 lines (20 loc) • 616 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: "asterisk",
size: 24,
node: [
["path", { d: "M12 5v14", key: "s699le" }],
["path", { d: "m18.065 8.496-12.125 7", key: "1h26g9" }],
["path", { d: "m5.94 8.504 12.125 7", key: "k77sdm" }]
]
};
__iconData.node;
const Asterisk = createLucideIcon(__iconData);
export { __iconData, Asterisk as default };
//# sourceMappingURL=asterisk.mjs.map