UNPKG

@icongo/gy

Version:
26 lines (25 loc) 1.39 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.GYSiGlyphCirclePlus = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var GYSiGlyphCirclePlus = function GYSiGlyphCirclePlus(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-circle-plus", viewBox: "0 0 17 16" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#434343", fillRule: "evenodd", d: "M9.021.097c-4.396 0-7.958 3.558-7.958 7.943 0 4.388 3.562 7.945 7.958 7.945 4.395 0 7.958-3.558 7.958-7.945 0-4.386-3.564-7.943-7.958-7.943Zm2.304 8.985h-1.237v1.237c0 .979.059 1.769-1.088 1.769-1.144 0-1.088-.79-1.088-1.769V9.082H6.675c-.979 0-1.769.056-1.769-1.088 0-1.146.79-1.088 1.769-1.088h1.237V5.669C7.912 4.69 7.856 3.9 9 3.9c1.146 0 1.088.79 1.088 1.769v1.237h1.237c.979 0 1.769-.059 1.769 1.088 0 1.144-.79 1.088-1.769 1.088Z", className: "prefix__si-glyph-fill" }) })); }; exports.GYSiGlyphCirclePlus = GYSiGlyphCirclePlus;