UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

26 lines (22 loc) 720 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: "list-clock", size: 24, node: [ ["path", { d: "M16 13v2.2l1.6 1", key: "1bc147" }], ["path", { d: "M3 12h3.458", key: "brzde3" }], ["path", { d: "M3 19h3.832", key: "1d2y74" }], ["path", { d: "M3 5h18", key: "1u36vt" }], ["circle", { cx: "16", cy: "15", r: "6", key: "1cvf88" }] ] }; __iconData.node; const ListClock = createLucideIcon(__iconData); export { __iconData, ListClock as default }; //# sourceMappingURL=list-clock.mjs.map