@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 GYSiGlyphButtonArrowUp = 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-up",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "M8.984.057c4.389 0 7.959 3.562 7.959 7.941 0 4.377-3.57 7.939-7.959 7.939-4.389 0-7.959-3.562-7.959-7.939 0-4.379 3.571-7.941 7.959-7.941Zm-.015 14.026c3.347 0 6.074-2.729 6.074-6.083 0-3.353-2.727-6.083-6.074-6.083-3.349 0-6.073 2.73-6.073 6.083 0 3.354 2.724 6.083 6.073 6.083Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "M11.975 7.906 8.973 4.002 6.022 7.907h2.003v3.264c0 .344.324.79.955.79.63 0 .975-.483.975-.826V7.906h2.02Z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphButtonArrowUp };