@icongo/gy
Version:
Glyph Iconset Icons
35 lines (34 loc) • 1.81 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphSafeBox = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphSafeBox = function GYSiGlyphSafeBox(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-safe-box",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "none",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M13.001.979H3.018c-.607 0-1.038.354-1.038 1.038v11.021c0 .684.5 1.004 1.06 1.004h9.94c.562 0 1.06-.375 1.06-1.047V2.015c0-.568-.54-1.036-1.039-1.036ZM13 13H3V2h10v11Z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
d: "M12.901.016H3.16C2.002.016 1 .907 1 2.005V13c0 1.099.871 1.989 2.028 1.989h.012V16H5v-1.011h6V16h2v-1.012c1.152-.005 1.998-.894 1.998-1.988V2.005c0-1.099-.938-1.989-2.097-1.989Zm1.138 12.979c0 .672-.497 1.047-1.06 1.047h-9.94c-.56 0-1.06-.32-1.06-1.004V2.017c0-.685.431-1.038 1.038-1.038H13c.499 0 1.038.467 1.038 1.035l.001 10.981Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
d: "M3 13h10V2H3v11Zm5-7a2 2 0 0 1 2 2h1v1H9.723c-.347.595-.984 1-1.723 1a2 2 0 0 1 0-4Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphSafeBox = GYSiGlyphSafeBox;