@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
20 lines (18 loc) • 1.66 kB
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const GridDuotone = (props, ref)=>/*#__PURE__*/ React.createElement("svg", {
width: "1em",
height: "1em",
viewBox: "0 0 32 32",
ref: ref,
...props
}, /*#__PURE__*/ React.createElement("g", {
fill: "currentColor"
}, /*#__PURE__*/ React.createElement("path", {
d: "M3 10.5C3 9.11875 4.03942 8 5.32143 8H8.10714C9.38973 8 10.4286 9.11875 10.4286 10.5V13.5C10.4286 14.8813 9.38973 16 8.10714 16H5.32143C4.03942 16 3 14.8813 3 13.5V10.5ZM12.2857 20.5C12.2857 19.1187 13.3246 18 14.6071 18H17.3929C18.6754 18 19.7143 19.1187 19.7143 20.5V23.5C19.7143 24.8813 18.6754 26 17.3929 26H14.6071C13.3246 26 12.2857 24.8813 12.2857 23.5V20.5ZM29 13.5C29 14.8813 27.9612 16 26.6786 16H23.8929C22.6103 16 21.5714 14.8813 21.5714 13.5V10.5C21.5714 9.11875 22.6103 8 23.8929 8H26.6786C27.9612 8 29 9.11875 29 10.5V13.5Z"
}), /*#__PURE__*/ React.createElement("path", {
opacity: 0.4,
d: "M12.2857 10.5C12.2857 9.11875 13.3246 8 14.6071 8H17.3929C18.6754 8 19.7143 9.11875 19.7143 10.5V13.5C19.7143 14.8813 18.6754 16 17.3929 16H14.6071C13.3246 16 12.2857 14.8813 12.2857 13.5V10.5ZM3 20.5C3 19.1187 4.03942 18 5.32143 18H8.10714C9.38973 18 10.4286 19.1187 10.4286 20.5V23.5C10.4286 24.8813 9.38973 26 8.10714 26H5.32143C4.03942 26 3 24.8813 3 23.5V20.5ZM26.6786 18C27.9612 18 29 19.1187 29 20.5V23.5C29 24.8813 27.9612 26 26.6786 26H23.8929C22.6103 26 21.5714 24.8813 21.5714 23.5V20.5C21.5714 19.1187 22.6103 18 23.8929 18H26.6786Z"
})));
const ForwardRef = /*#__PURE__*/ forwardRef(GridDuotone);
export default ForwardRef;