UNPKG

@icongo/gy

Version:
31 lines (30 loc) 1.61 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.GYSiGlyphZoomOut = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var GYSiGlyphZoomOut = function GYSiGlyphZoomOut(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-in", viewBox: "0 0 17 16" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#434343", fillRule: "evenodd", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M17 6.01C17 2.725 14.33.063 11.035.063c-3.294 0-5.964 2.662-5.964 5.947 0 3.284 2.67 5.948 5.964 5.948C14.33 11.958 17 9.294 17 6.01ZM5.889 6c0-2.807 2.289-5.079 5.116-5.079 2.825 0 5.114 2.272 5.114 5.079 0 2.806-2.289 5.078-5.114 5.078-2.827 0-5.116-2.272-5.116-5.078Zm-2.98 9.938-1.823-1.823 4.148-4.148s.088.773.571 1.256c.483.484 1.252.566 1.252.566l-4.148 4.149Z", className: "prefix__si-glyph-fill" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M13.938 5.996c0 .523-.326.948-.729.948H8.771c-.402 0-.729-.425-.729-.948 0-.525.326-.95.729-.95h4.438c.403 0 .729.425.729.95Z", className: "prefix__si-glyph-fill" })] }) })); }; exports.GYSiGlyphZoomOut = GYSiGlyphZoomOut;