UNPKG

@icongo/gy

Version:
31 lines (30 loc) 1.53 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.GYSiGlyphArrowThickThinDown = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var GYSiGlyphArrowThickThinDown = function GYSiGlyphArrowThickThinDown(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-thick-thin-down", viewBox: "0 0 17 17" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#434343", fillRule: "evenodd", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M2.336 8.667c.199 0 .404.045.596.141l6.07 3.034 6.069-3.034a1.332 1.332 0 1 1 1.192 2.385l-6.666 3.333a1.332 1.332 0 0 1-1.193 0l-6.666-3.333a1.332 1.332 0 0 1 .598-2.526Z", className: "prefix__si-glyph-fill" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M2.336 4.334c.1 0 .201.022.297.07l6.369 3.184 6.367-3.184a.669.669 0 0 1 .895.298.668.668 0 0 1-.299.895L9.299 8.93a.665.665 0 0 1-.596 0L2.037 5.597a.668.668 0 0 1 .299-1.263Z", className: "prefix__si-glyph-fill" })] }) })); }; exports.GYSiGlyphArrowThickThinDown = GYSiGlyphArrowThickThinDown;