@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 1.01 kB
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 GYSiGlyphBriefcase = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-briefcase",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "M6.959 3.079c0-.619.482-1.124 1.072-1.124h1.838c.59 0 1.184.505 1.184 1.124v-.058h.919v-.474c0-.86-.478-1.548-1.458-1.548H7.385c-.654 0-1.362.73-1.362 1.548v.474h.937v.058h-.001Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "M11 5.969v1.012h6V3.016H.985v3.965h6.003V5.969h4.013ZM7 8.998v-.995H1.022V16H17V8.003h-5.987v.995H7.001ZM8 7v.967h1.99V7H8Z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphBriefcase };