UNPKG

@icongo/gy

Version:
26 lines (25 loc) 1.11 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.GYSiGlyphArrowTwoUp = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var GYSiGlyphArrowTwoUp = function GYSiGlyphArrowTwoUp(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-arrow-two-up", viewBox: "0 0 17 17" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#434343", fillRule: "evenodd", d: "m8.973 5.175 5.002 3.744v-3.94L8.973 1.036 4.004 5.078v3.918l.012.011 4.957-3.832Zm0 7.783 5.002 3.951v-3.938L8.973 9.005l-4.969 4.064v3.918l.012.01 4.957-4.039Z", className: "prefix__si-glyph-fill" }) })); }; exports.GYSiGlyphArrowTwoUp = GYSiGlyphArrowTwoUp;