@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 857 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphCircleLoadRight = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-circle-load-right",
viewBox: "0 0 17 17"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M.04 7.379C.115 3.257 3.392-.033 7.344.042c3.917.073 6.854 2.929 6.83 7.003h1.545a.572.572 0 0 1 0 .799L13.873 9.86a.546.546 0 0 1-.785 0l-1.725-2.016a.57.57 0 0 1 0-.799h1.422c.023-3.338-2.259-5.584-5.467-5.644-3.233-.062-5.912 2.63-5.975 6.002-.062 3.322 2.445 6.077 5.613 6.216v1.361C3.059 14.842-.035 11.46.04 7.379Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphCircleLoadRight };