UNPKG

@kadconsulting/dry

Version:
3 lines 556 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const Percent03 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "percent-03" }), _jsx("path", { className: 'dry-icon-percent-03', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M9 9h.01M15 15h.01M16 8l-8 8m1.5-7a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Zm6 6a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Zm6.5-3c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Z' })] })); //# sourceMappingURL=Percent03.js.map