@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.GYSiGlyphResizeInFrame = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphResizeInFrame = function GYSiGlyphResizeInFrame(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-in-frame",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M9.994 12.967c0 1.134-.92 2.054-2.055 2.054H4.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.91Zm1.784-8.863-1.171-2.056a.55.55 0 0 0-.551.548L10.038 6.4a.55.55 0 0 0 .552.549l3.765.017a.55.55 0 0 0 .553-.548l-2.014-1.206 3.816-3.794a.768.768 0 0 0 .231-.551.77.77 0 0 0-.231-.553.794.794 0 0 0-1.117 0l-3.815 3.79Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M16.04 7.021v6.584c0 .795-.642 1.441-1.435 1.441H3.376a1.44 1.44 0 0 1-1.435-1.441V2.396c0-.794.644-1.44 1.435-1.44H9.98v-.93H3.057a2.054 2.054 0 0 0-2.049 2.053v11.832c0 1.131.92 2.053 2.049 2.053h11.881a2.055 2.055 0 0 0 2.051-2.053v-6.89h-.949Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphResizeInFrame = GYSiGlyphResizeInFrame;