@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 938 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphArrowTwoWay = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-arrow-two-way",
viewBox: "0 0 16 17"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M13.8 10.167a.55.55 0 0 0-.779 0v.888H9.98c-.345-.073-2.035-.643-2.035-3.144 0-2.456 1.563-2.894 1.972-2.96H13v.903a.551.551 0 0 0 .779 0l2.06-1.427a.551.551 0 0 0 0-.779l-2.06-1.481a.55.55 0 0 0-.779 0v.847l-3.261.006c-1.198.131-3.314 1.176-3.711 4.022H1c-.553 0-1 .377-1 .929a1 1 0 0 0 1 1h5.044c.437 2.75 2.53 3.814 3.698 3.989l3.278.01v.863a.551.551 0 0 0 .779 0l2.039-1.405a.551.551 0 0 0 0-.779L13.8 10.167Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphArrowTwoWay };