@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 1.33 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var GYSiGlyphZoomIn = props => /*#__PURE__*/_jsx("svg", _extends({
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__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_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__*/_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"
})]
})
}));
export { GYSiGlyphZoomIn };