UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

29 lines (25 loc) 882 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: "tic-tac-toe", size: 24, node: [ ["path", { d: "M12 2v20", key: "t6zp3m" }], ["path", { d: "m21 16-5 5", key: "kplof2" }], ["path", { d: "m21 21-5-5", key: "t60xrr" }], ["path", { d: "M22 12H2", key: "v4uh5a" }], ["path", { d: "M8 3 3 8", key: "3mf1mf" }], ["path", { d: "M8 8 3 3", key: "176qcj" }], ["circle", { cx: "18.5", cy: "5.5", r: "2.5", key: "1soi6c" }], ["circle", { cx: "5.5", cy: "18.5", r: "2.5", key: "s5276v" }] ] }; __iconData.node; const TicTacToe = createLucideIcon(__iconData); export { __iconData, TicTacToe as default }; //# sourceMappingURL=tic-tac-toe.mjs.map