UNPKG

@icongo/gy

Version:
31 lines (30 loc) 1.65 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.GYSiGlyphButtonPlus = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var GYSiGlyphButtonPlus = function GYSiGlyphButtonPlus(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-button-plus", viewBox: "0 0 17 16" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#434343", fillRule: "evenodd", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M9.021.114c-4.394 0-7.969 3.554-7.969 7.922s3.575 7.922 7.969 7.922c4.395 0 7.969-3.554 7.969-7.922S13.415.114 9.021.114ZM9.013 14.07c-3.329 0-6.04-2.724-6.04-6.071 0-3.347 2.711-6.071 6.04-6.071s6.039 2.725 6.039 6.071c0 3.348-2.71 6.071-6.039 6.071Z", className: "prefix__si-glyph-fill" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M8.996 11.969c-.654 0-.959-.437-.959-.731V8.983H5.813c-.265 0-.782-.298-.782-.986 0-.654.438-.959.732-.959h2.271V4.801c0-.264.298-.782.986-.782.654 0 .959.438.959.732v2.285h2.236c.265 0 .783.299.783.987 0 .653-.438.958-.732.958H9.981v2.206c.001.263-.296.782-.985.782Z", className: "prefix__si-glyph-fill" })] }) })); }; exports.GYSiGlyphButtonPlus = GYSiGlyphButtonPlus;