UNPKG

@kadconsulting/dry

Version:
3 lines 456 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const Divide02 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "divide-02" }), _jsx("path", { className: 'dry-icon-divide-02', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M4 12h16m-6-6a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm0 12a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z' })] })); //# sourceMappingURL=Divide02.js.map