@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
39 lines (37 loc) • 1.64 kB
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const SpreadsheetGray = (props, ref)=>/*#__PURE__*/ React.createElement("svg", {
width: "1em",
height: "1em",
viewBox: "0 0 40 40",
ref: ref,
...props
}, /*#__PURE__*/ React.createElement("g", {
fill: "none"
}, /*#__PURE__*/ React.createElement("path", {
d: "M4 4C4 1.79086 5.79086 0 8 0H24L36 12V36C36 38.2091 34.2091 40 32 40H8C5.79086 40 4 38.2091 4 36V4Z",
fill: "url(#paint0_linear_10530_97999)"
}), /*#__PURE__*/ React.createElement("path", {
d: "M24 0L36 12H28C25.7909 12 24 10.2091 24 8V0Z",
fill: "#EAECF0"
}), /*#__PURE__*/ React.createElement("path", {
d: "M12.8 24.8H27.2M12.8 24.8V21.6C12.8 20.7163 13.5163 20 14.4 20H17.6M12.8 24.8V28C12.8 28.8837 13.5163 29.6 14.4 29.6H17.6M27.2 24.8V28C27.2 28.8837 26.4836 29.6 25.6 29.6H17.6M27.2 24.8V21.6C27.2 20.7163 26.4836 20 25.6 20H17.6M17.6 20V29.6",
stroke: "#424D57",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}), /*#__PURE__*/ React.createElement("defs", null, /*#__PURE__*/ React.createElement("linearGradient", {
id: "paint0_linear_10530_97999",
x1: 20,
y1: 0,
x2: 20,
y2: 40,
gradientUnits: "userSpaceOnUse"
}, /*#__PURE__*/ React.createElement("stop", {
stopColor: "#F9FAFB"
}), /*#__PURE__*/ React.createElement("stop", {
offset: 1,
stopColor: "#EDF0F3"
})))));
const ForwardRef = /*#__PURE__*/ forwardRef(SpreadsheetGray);
export default ForwardRef;