UNPKG

lucide-solid

Version:

A Lucide icon library package for Solid applications

23 lines (21 loc) 716 B
/** * @license lucide-solid v0.487.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ // src/icons/calendar-1.tsx import Icon from "../Icon"; var iconNode = [ ["path", { d: "M11 14h1v4", key: "fy54vd" }], ["path", { d: "M16 2v4", key: "4m81vk" }], ["path", { d: "M3 10h18", key: "8toen8" }], ["path", { d: "M8 2v4", key: "1cmpym" }], ["rect", { x: "3", y: "4", width: "18", height: "18", rx: "2", key: "12vinp" }] ]; var Calendar1 = (props) => <Icon {...props} iconNode={iconNode} name="calendar-1" />; var calendar_1_default = Calendar1; export { calendar_1_default as default }; //# sourceMappingURL=calendar-1.jsx.map