@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
25 lines (23 loc) • 1.14 kB
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const TiffSolid = (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: "#0142AF"
}), /*#__PURE__*/ React.createElement("path", {
opacity: 0.3,
d: "M24 0L36 12H28C25.7909 12 24 10.2091 24 8V0Z",
fill: "white"
}), /*#__PURE__*/ React.createElement("path", {
d: "M10.7879 26.5955V25.4545H16.1636V26.5955H14.1597V32H12.7918V26.5955H10.7879ZM18.4328 25.4545V32H17.0489V25.4545H18.4328ZM19.5713 32V25.4545H23.9051V26.5955H20.9552V28.1552H23.6175V29.2962H20.9552V32H19.5713ZM24.836 32V25.4545H29.1698V26.5955H26.2199V28.1552H28.8821V29.2962H26.2199V32H24.836Z",
fill: "white"
})));
const ForwardRef = /*#__PURE__*/ forwardRef(TiffSolid);
export default ForwardRef;