@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 472 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const MagicWand02 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "magic-wand-02" }), _jsx("path", { className: 'dry-icon-magic-wand-02', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M15 4V2m0 14v-2M8 9h2m10 0h2m-4.2 2.8L19 13m-1.2-6.8L19 5M3 21l9-9m.2-5.8L11 5' })] }));
//# sourceMappingURL=MagicWand02.js.map