@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 618 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const GridDotsBlank = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "grid-dots-blank" }), _jsx("path", { className: 'dry-icon-grid-dots-blank', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M3 3h.01M3 12h.01M3 21h.01M3 16.5h.01M3 7.5h.01M7.5 3h.01m-.01 9h.01m-.01 9h.01M16.5 3h.01m-.01 9h.01m-.01 9h.01M12 3h.01M12 12h.01M12 21h.01M12 16.5h.01m-.01-9h.01M21 3h.01M21 12h.01M21 21h.01M21 16.5h.01m-.01-9h.01' })] }));
//# sourceMappingURL=GridDotsBlank.js.map