UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

33 lines (29 loc) 878 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: "can-soda", size: 24, node: [ [ "path", { d: "m17 22 1.664-2.496a2 2 0 00.336-1.11V5.606a2 2 0 00-.336-1.11L17 2", key: "8r63so" } ], ["path", { d: "M18 22H6", key: "mg6kv4" }], ["path", { d: "M18 2H6", key: "10w3qr" }], ["path", { d: "M5 17h14", key: "74xsq1" }], ["path", { d: "M5 7h14", key: "1ic0q6" }], [ "path", { d: "m7 22-1.664-2.496A2 2 0 015 18.394V5.606a2 2 0 01.336-1.11L7 2", key: "p59xmm" } ] ] }; __iconData.node; const CanSoda = createLucideIcon(__iconData); export { __iconData, CanSoda as default }; //# sourceMappingURL=can-soda.mjs.map