lucide-react
Version:
A Lucide icon library package for React applications.
25 lines (21 loc) • 734 B
JavaScript
/**
* @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",
size: 24,
node: [
["path", { d: "M21 10.5a9 2.5 0 01-18 0v8a9 2.5 0 0018 0z", key: "9pzxzq" }],
["path", { d: "M21 10.5A9 2.5 25.32 004.59 3.47 9 2.5 25.32 0021 10.5", key: "9bp7vi" }],
["path", { d: "M3 10.5a9 2.5 0 016.527-2.405", key: "13emm5" }],
["path", { d: "M9 16.858a31 31 0 006 0", key: "1nnpid" }]
]
};
__iconData.node;
const Can = createLucideIcon(__iconData);
export { __iconData, Can as default };
//# sourceMappingURL=can.mjs.map