@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
17 lines (15 loc) • 854 B
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const Fill = (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: "M4 4.75C4 2.67871 5.79063 1 8 1H18.3438C19.4062 1 20.4188 1.3951 21.1688 2.09863L26.8312 7.4043C27.5812 8.10742 28 9.05664 28 10.0527V27.25C28 29.3184 26.2062 31 24 31H8C5.79063 31 4 29.3184 4 27.25V4.75ZM25 27.25V10.375H20C18.8938 10.375 18 9.53711 18 8.5V3.8125H8C7.4475 3.8125 7 4.23203 7 4.75V27.25C7 27.7656 7.4475 28.1875 8 28.1875H24C24.55 28.1875 25 27.7656 25 27.25Z"
})));
const ForwardRef = /*#__PURE__*/ forwardRef(Fill);
export default ForwardRef;