@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 957 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var GYSiGlyphFileBox = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-file-box",
viewBox: "0 0 17 17"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "M14.993.006H3.072l-2.06 8.755v5.17c0 1.334.472 2.028 1.804 2.028h12.28c1.246 0 1.885-.527 1.885-2.111V8.761L14.993.006ZM11.016 10H6.985V8.969h4.031V10ZM2.505 8.01 3.912.981h10.265L15.54 8.01H2.505Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "M5 4h7.947v.968H5zm1-2h5.947v.968H6zM4 6h9.951v.965H4z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphFileBox };