UNPKG

@kadconsulting/dry

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