@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 1.23 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphArrowFullscreen = props => /*#__PURE__*/_jsx("svg", _extends({
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__*/_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"
})
}));
export { GYSiGlyphArrowFullscreen };