@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 1.21 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphArrowShuffle = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-arrow-shuffle",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M12.121 5.958h1.934v.854a.55.55 0 0 0 .778 0l1.965-1.352a.552.552 0 0 0 0-.778l-1.965-1.495a.548.548 0 0 0-.778 0v.849H12.09c-.195-.008-1.936-.032-3.238 1.222-.857.824-1.292 1.662-1.292 3.103 0 .873-.226 1.534-.669 1.964-.697.675-1.771.742-1.818.741H1.084v1.898l4.062.002c.451 0 1.955-.09 3.113-1.194.861-.819 1.297-1.968 1.297-3.411 0-.873.226-1.226.672-1.662.702-.686 1.86-.737 1.893-.741Zm4.719 5.729-2.027-1.52a.55.55 0 0 0-.778 0v.914h-2.154s-.653.008-1.28-.282l-.909 1.653c.964.445 1.906.48 2.163.48l.063-.001h2.117v.901a.55.55 0 0 0 .778 0l2.027-1.369a.55.55 0 0 0 0-.776ZM6.555 6.329l1.052-1.618c-1.188-.666-2.445-.633-2.54-.63H1v1.89l4.111-.001c.012.004.778-.015 1.444.359Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphArrowShuffle };