UNPKG

@icongo/gy

Version:
26 lines (25 loc) 1.68 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.GYSiGlyphArrowFullscreen = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var GYSiGlyphArrowFullscreen = function GYSiGlyphArrowFullscreen(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-fullscreen", viewBox: "0 0 17 16" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#434343", fillRule: "evenodd", d: "M16.196.083h-3.867a.69.69 0 0 0-.688.69l1.588 1.594-1.917 1.917a.979.979 0 0 0 0 1.39.984.984 0 0 0 1.391 0l1.914-1.915 1.579 1.585c.38 0 .687-.31.687-.69V.773c0-.38-.307-.69-.687-.69Zm-.004 10.562-1.619 1.612-1.952-1.952a.983.983 0 1 0-1.392 1.39l1.951 1.95-1.56 1.554c0 .38.309.687.69.687h3.881c.381 0 .69-.307.69-.687v-3.866a.686.686 0 0 0-.689-.688ZM4.758 2.359 6.342.78a.69.69 0 0 0-.691-.687h-3.88a.688.688 0 0 0-.69.687v3.866c0 .381.31.688.69.688l1.595-1.587 1.969 1.968a.978.978 0 0 0 1.39 0 .983.983 0 0 0 0-1.389L4.758 2.359Zm1.193 7.286-2.59 2.59-1.594-1.601a.69.69 0 0 0-.688.69v3.881c0 .381.309.69.688.69h3.867a.69.69 0 0 0 .687-.69L4.75 13.627l2.592-2.592a.982.982 0 1 0-1.391-1.39Z", className: "prefix__si-glyph-fill" }) })); }; exports.GYSiGlyphArrowFullscreen = GYSiGlyphArrowFullscreen;