@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 1.11 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var GYSiGlyphButtonArrowLeft = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-button-arrow-left",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "M1 8.041C1 3.652 4.582.082 8.985.082c4.401 0 7.983 3.57 7.983 7.959 0 4.389-3.582 7.959-7.983 7.959C4.582 16 1 12.43 1 8.041Zm14.057 0c0-3.333-2.715-6.045-6.051-6.045-3.337 0-6.052 2.712-6.052 6.045 0 3.333 2.716 6.045 6.052 6.045 3.337 0 6.051-2.712 6.051-6.045Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "M8.975 5.02 5.071 8.022l3.905 2.951V8.97h3.14c.345 0 .791-.324.791-.955 0-.63-.483-.975-.826-.975H8.976V5.02h-.001Z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphButtonArrowLeft };