@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.73 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphZoomIn = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphZoomIn = function GYSiGlyphZoomIn(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-zoom-out",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M16.913 5.976c0-3.281-2.667-5.939-5.956-5.939C7.666.037 5 2.695 5 5.976c0 3.279 2.666 5.939 5.957 5.939 3.289 0 5.956-2.66 5.956-5.939Zm-11.004.031c0-2.79 2.271-5.048 5.079-5.048 2.805 0 5.078 2.258 5.078 5.048 0 2.788-2.273 5.047-5.078 5.047-2.807 0-5.079-2.259-5.079-5.047ZM2.822 16 1 14.178l4.148-4.149s.086.773.57 1.256c.482.484 1.252.566 1.252.566L2.822 16Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M13.254 5.031h-1.285V3.742c0-.41-.557-.742-.972-.742-.415 0-.966.332-.966.742v1.289H8.74c-.41 0-.742.553-.742.968 0 .415.332.938.742.938h1.291v1.318c0 .41.551.743.966.743.415 0 .972-.333.972-.743V6.937h1.285c.41 0 .742-.523.742-.938 0-.415-.332-.968-.742-.968Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphZoomIn = GYSiGlyphZoomIn;