@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 518 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const MusicNote02 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "music-note-02" }), _jsx("path", { className: 'dry-icon-music-note-02', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M12 18V5.589c0-.857 0-1.286.18-1.544a1 1 0 0 1 .674-.416c.312-.046.695.145 1.462.529L18 6m-6 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z' })] }));
//# sourceMappingURL=MusicNote02.js.map