@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.77 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphResizeOutFrame = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphResizeOutFrame = function GYSiGlyphResizeOutFrame(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-resize-out-frame",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M8.994 12.967c0 1.134-.92 2.054-2.055 2.054H3.03a2.055 2.055 0 0 1-2.054-2.054v-3.91c0-1.133.92-2.053 2.054-2.053h3.909c1.135 0 2.055.92 2.055 2.053v3.91Zm5.207-10.023L15.372 5a.55.55 0 0 0 .551-.548l.019-3.804a.55.55 0 0 0-.552-.549L11.625.082a.549.549 0 0 0-.553.548l2.014 1.206L9.27 5.63a.768.768 0 0 0-.231.551c0 .202.076.4.231.553a.794.794 0 0 0 1.117 0l3.814-3.79Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M15.04 7.021v6.584a1.44 1.44 0 0 1-1.436 1.441H2.375a1.44 1.44 0 0 1-1.436-1.441V2.396c0-.794.645-1.44 1.436-1.44h6.604v-.93H2.056A2.054 2.054 0 0 0 .007 2.079v11.832c0 1.131.92 2.053 2.049 2.053h11.881a2.055 2.055 0 0 0 2.051-2.053v-6.89h-.948Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphResizeOutFrame = GYSiGlyphResizeOutFrame;