UNPKG

@kadconsulting/dry

Version:
3 lines 541 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const Dotpoints02 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "dotpoints-02" }), _jsx("path", { className: 'dry-icon-dotpoints-02', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M21 5H10m11 14H10m11-7H10M6 5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm0 14a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm0-7a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z' })] })); //# sourceMappingURL=Dotpoints02.js.map