import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; import React from 'react'; import './index.scss'; export const GridViewIcon = () => { return /*#__PURE__*/_jsxs("svg", { className: "icon icon--grid-view", fill: "none", height: "20", viewBox: "0 0 20 20", width: "20", xmlns: "http://www.w3.org/2000/svg", children: [/*#__PURE__*/_jsx("path", { d: "M8 4H4.66667C4.29848 4 4 4.29848 4 4.66667V8C4 8.36819 4.29848 8.66667 4.66667 8.66667H8C8.36819 8.66667 8.66667 8.36819 8.66667 8V4.66667C8.66667 4.29848 8.36819 4 8 4Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }), /*#__PURE__*/_jsx("path", { d: "M15.3333 4H12C11.6318 4 11.3333 4.29848 11.3333 4.66667V8C11.3333 8.36819 11.6318 8.66667 12 8.66667H15.3333C15.7015 8.66667 16 8.36819 16 8V4.66667C16 4.29848 15.7015 4 15.3333 4Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }), /*#__PURE__*/_jsx("path", { d: "M15.3333 11.3333H12C11.6318 11.3333 11.3333 11.6318 11.3333 12V15.3333C11.3333 15.7015 11.6318 16 12 16H15.3333C15.7015 16 16 15.7015 16 15.3333V12C16 11.6318 15.7015 11.3333 15.3333 11.3333Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }), /*#__PURE__*/_jsx("path", { d: "M8 11.3333H4.66667C4.29848 11.3333 4 11.6318 4 12V15.3333C4 15.7015 4.29848 16 4.66667 16H8C8.36819 16 8.66667 15.7015 8.66667 15.3333V12C8.66667 11.6318 8.36819 11.3333 8 11.3333Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })] }); }; //# sourceMappingURL=index.js.map