UNPKG

@icongo/gy

Version:
31 lines (30 loc) 1.54 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.GYSiGlyphButtonArrowUp = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var GYSiGlyphButtonArrowUp = function GYSiGlyphButtonArrowUp(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-arrow-up", viewBox: "0 0 17 16" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#434343", fillRule: "evenodd", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M8.984.057c4.389 0 7.959 3.562 7.959 7.941 0 4.377-3.57 7.939-7.959 7.939-4.389 0-7.959-3.562-7.959-7.939 0-4.379 3.571-7.941 7.959-7.941Zm-.015 14.026c3.347 0 6.074-2.729 6.074-6.083 0-3.353-2.727-6.083-6.074-6.083-3.349 0-6.073 2.73-6.073 6.083 0 3.354 2.724 6.083 6.073 6.083Z", className: "prefix__si-glyph-fill" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M11.975 7.906 8.973 4.002 6.022 7.907h2.003v3.264c0 .344.324.79.955.79.63 0 .975-.483.975-.826V7.906h2.02Z", className: "prefix__si-glyph-fill" })] }) })); }; exports.GYSiGlyphButtonArrowUp = GYSiGlyphButtonArrowUp;