UNPKG

@icongo/gy

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