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.GYSiGlyphArrowWave = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var GYSiGlyphArrowWave = function GYSiGlyphArrowWave(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-wave", viewBox: "0 0 17 16" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#434343", fillRule: "evenodd", d: "M14.031 7.125V9h-2.062l-.004-4H8.016l.027 6H5.984L5.98 7.031H2.035L2.031 9H1.004v1h1.949l.004-2h2.07l.004 4h3.922l.004-6h2.059l.004 4h3.011v1.958L17 9.5l-2.969-2.375Z", className: "prefix__si-glyph-fill" }) })); }; exports.GYSiGlyphArrowWave = GYSiGlyphArrowWave;