UNPKG

@kadconsulting/dry

Version:
3 lines 614 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const GridDotsVerticalCenter = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "grid-dots-vertical-center" }), _jsx("path", { className: 'dry-icon-grid-dots-vertical-center', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M3 3h.01M3 21h.01M3 16.5h.01M3 7.5h.01M7.5 3h.01M7.5 21h.01M16.5 3h.01m-.01 18h.01M12 3h.01M12 21h.01M12 16.5h.01m-.01-9h.01M21 3h.01M21 21h.01M21 16.5h.01m-.01-9h.01M21 12H3' })] })); //# sourceMappingURL=GridDotsVerticalCenter.js.map