UNPKG

@icongo/gy

Version:
26 lines (25 loc) 1.39 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.GYSiGlyphTwoArrowInDownUp = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var GYSiGlyphTwoArrowInDownUp = function GYSiGlyphTwoArrowInDownUp(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-two-arrow-in-down-up", viewBox: "0 0 17 16" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#434343", fillRule: "evenodd", d: "M12.771 4.096a.664.664 0 0 0 0-.946.678.678 0 0 0-.954 0L9.989 4.503V1c0-.553-.444-1-.992-1a.995.995 0 0 0-.992 1v3.564L6.187 3.18a.674.674 0 0 0-1.15.473c0 .171.066.343.199.474l3.74 2.819 3.795-2.85Zm0 7.78a.664.664 0 0 1 0 .946.678.678 0 0 1-.954 0l-1.828-1.328V15c0 .553-.444 1-.992 1a.995.995 0 0 1-.992-1v-3.428l-1.818 1.266a.674.674 0 0 1-1.15-.473c0-.171.066-.343.199-.474l3.74-2.838 3.795 2.823Z", className: "prefix__si-glyph-fill" }) })); }; exports.GYSiGlyphTwoArrowInDownUp = GYSiGlyphTwoArrowInDownUp;