UNPKG

@kadconsulting/dry

Version:
3 lines 466 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const Percent01 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "percent-01" }), _jsx("path", { className: 'dry-icon-percent-01', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M19 5 5 19M7.5 6.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm11 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z' })] })); //# sourceMappingURL=Percent01.js.map