lucide-react
Version:
A Lucide icon library package for React applications.
25 lines (21 loc) • 692 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: "clef-bass",
size: 24,
node: [
["path", { d: "M19 11h.01", key: "6rud08" }],
["path", { d: "M19 6h.01", key: "1ngg9n" }],
["path", { d: "M5 8c0-4 4-4 4-4 6 0 6 6 6 6 0 7-10 11-10 11", key: "149hcj" }],
["circle", { cx: "7", cy: "8", r: "2", key: "p5re1b" }]
]
};
__iconData.node;
const ClefBass = createLucideIcon(__iconData);
export { __iconData, ClefBass as default };
//# sourceMappingURL=clef-bass.mjs.map