UNPKG

lucide-react

Version:

A Lucide icon library package for React applications

24 lines (20 loc) 589 B
/** * @license lucide-react v0.367.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 OctagonX = createLucideIcon("OctagonX", [ [ "polygon", { points: "7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2", key: "h1p8hx" } ], ["path", { d: "m15 9-6 6", key: "1uzhvr" }], ["path", { d: "m9 9 6 6", key: "z0biqf" }] ]); export { OctagonX as default }; //# sourceMappingURL=octagon-x.js.map