@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 412 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const Power01 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "power-01" }), _jsx("path", { className: 'dry-icon-power-01', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M12 2v10m6.36-5.36a9 9 0 1 1-12.73 0' })] }));
//# sourceMappingURL=Power01.js.map