UNPKG

lucide-solid

Version:

A Lucide icon library package for Solid applications.

21 lines (19 loc) 591 B
/** * @license lucide-solid v0.536.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/music.tsx import Icon from "../Icon"; var iconNode = [ ["path", { d: "M9 18V5l12-2v13", key: "1jmyc2" }], ["circle", { cx: "6", cy: "18", r: "3", key: "fqmcym" }], ["circle", { cx: "18", cy: "16", r: "3", key: "1hluhg" }] ]; var Music = (props) => <Icon {...props} iconNode={iconNode} name="music" />; var music_default = Music; export { music_default as default }; //# sourceMappingURL=music.jsx.map