UNPKG

lucide-solid

Version:

A Lucide icon library package for Solid applications

40 lines (38 loc) 1.14 kB
/** * @license lucide-solid v0.488.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/candy-off.tsx import Icon from "../Icon"; var iconNode = [ ["path", { d: "M10 10v7.9", key: "m8g9tt" }], ["path", { d: "M11.802 6.145a5 5 0 0 1 6.053 6.053", key: "dn87i3" }], ["path", { d: "M14 6.1v2.243", key: "1kzysn" }], [ "path", { d: "m15.5 15.571-.964.964a5 5 0 0 1-7.071 0 5 5 0 0 1 0-7.07l.964-.965", key: "3sxy18" } ], [ "path", { d: "M16 7V3a1 1 0 0 1 1.707-.707 2.5 2.5 0 0 0 2.152.717 1 1 0 0 1 1.131 1.131 2.5 2.5 0 0 0 .717 2.152A1 1 0 0 1 21 8h-4", key: "gpb6xx" } ], ["path", { d: "m2 2 20 20", key: "1ooewy" }], [ "path", { d: "M8 17v4a1 1 0 0 1-1.707.707 2.5 2.5 0 0 0-2.152-.717 1 1 0 0 1-1.131-1.131 2.5 2.5 0 0 0-.717-2.152A1 1 0 0 1 3 16h4", key: "qexcha" } ] ]; var CandyOff = (props) => <Icon {...props} iconNode={iconNode} name="candy-off" />; var candy_off_default = CandyOff; export { candy_off_default as default }; //# sourceMappingURL=candy-off.jsx.map