UNPKG

@kadconsulting/dry

Version:
3 lines 508 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const DotsHorizontal = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "dots-horizontal" }), _jsx("path", { className: 'dry-icon-dots-horizontal', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M12 13a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM19 13a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM5 13a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z' })] })); //# sourceMappingURL=DotsHorizontal.js.map