UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

30 lines (26 loc) 890 B
/** * @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: "star-plus", size: 24, node: [ [ "path", { d: "M11.013 18.582 6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.12 2.12 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.12 2.12 0 0 0 1.597-1.16l2.309-4.679a.53.53 0 0 1 .95 0l2.31 4.679a2.12 2.12 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904L20 11.5", key: "1hs8rk" } ], ["path", { d: "M15 18h6", key: "3b3c90" }], ["path", { d: "M18 15v6", key: "9wciyi" }] ] }; __iconData.node; const StarPlus = createLucideIcon(__iconData); export { __iconData, StarPlus as default }; //# sourceMappingURL=star-plus.mjs.map