UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

26 lines (22 loc) 606 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: "option", size: 24, node: [ ["path", { d: "M14 3h7", key: "16f0ms" }], [ "path", { d: "M3 3h5.28a1 1 0 0 1 .948.684l5.544 16.632a1 1 0 0 0 .949.684H21", key: "1qf1im" } ] ] }; __iconData.node; const Option = createLucideIcon(__iconData); export { __iconData, Option as default }; //# sourceMappingURL=option.mjs.map