@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 GYSiGlyphUpwardsArrowWithLoop = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-upwards-arrow-with-loop",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "M1 7h2.941v1.943H1z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "M14.02 7.049H8.017v1.909h6.052c.545 0 .988.44.988.979v3.129a.985.985 0 0 1-.988.979H7.958a.985.985 0 0 1-.988-.979V3.968h1.75c.392-.393.392-.638 0-1.029L6.708.291a1.003 1.003 0 0 0-1.42 0l-1.99 2.648c-.392.392-.392.638 0 1.029h1.729v9.053a2.977 2.977 0 0 0 2.98 2.967h6.014a2.976 2.976 0 0 0 2.98-2.967v-3.006a2.979 2.979 0 0 0-2.981-2.966Z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphUpwardsArrowWithLoop };