UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

30 lines (26 loc) 711 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: "clef-alto", size: 24, node: [ ["path", { d: "M10 4v16", key: "14ds90" }], [ "path", { d: "M14 4.764a3 3 0 1 1-.152 4.327A4 4 0 0 1 10 12a4 4 0 0 1 3.848 2.909A3 3 0 1 1 14 19.236", key: "udi1dj" } ], ["path", { d: "M6 4v16", key: "n0nszo" }] ] }; __iconData.node; const ClefAlto = createLucideIcon(__iconData); export { __iconData, ClefAlto as default }; //# sourceMappingURL=clef-alto.mjs.map