@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.36 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphFirstAidBriefcase = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphFirstAidBriefcase = function GYSiGlyphFirstAidBriefcase(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-first-aid-briefcase",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M14.82 3H3.18C1.975 3 1 3.99 1 5.209v7.58C1 14.01 1.975 15 3.18 15h11.64c1.205 0 2.18-.99 2.18-2.21V5.208C17.001 3.989 16.026 3 14.82 3Zm-4.785 7.016v1.953H8v-1.953H5.987V8H8V5.969h2.035V8h1.952v2.016h-1.952Zm1.937-8.047c0-1.038-.839-1.922-1.867-1.922h-2.19c-1.03 0-1.914.884-1.914 1.922l.971-.007c0-.598.363-1.026.956-1.026h2.167c.594 0 .984.429.984 1.026l.893.007Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphFirstAidBriefcase = GYSiGlyphFirstAidBriefcase;