UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

25 lines (21 loc) 662 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: "non-binary", size: 24, node: [ ["path", { d: "M12 2v10", key: "mnfbl" }], ["path", { d: "m8.5 4 7 4", key: "m1xjk3" }], ["path", { d: "m8.5 8 7-4", key: "t0m5j6" }], ["circle", { cx: "12", cy: "17", r: "5", key: "qbz8iq" }] ] }; __iconData.node; const NonBinary = createLucideIcon(__iconData); export { __iconData, NonBinary as default }; //# sourceMappingURL=non-binary.mjs.map