@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 1.07 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 GYSiGlyphArrowThickThinUp = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-arrow-thick-thin-up",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "M15.666 8.333c-.201 0-.404-.045-.596-.141L9.002 5.158 2.931 8.192a1.332 1.332 0 1 1-1.192-2.385l6.666-3.333a1.332 1.332 0 0 1 1.193 0l6.666 3.333a1.332 1.332 0 0 1-.598 2.526Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "M15.666 12.666a.66.66 0 0 1-.297-.07L9.002 9.412l-6.369 3.184a.667.667 0 1 1-.596-1.193L8.703 8.07a.665.665 0 0 1 .596 0l6.666 3.333a.668.668 0 0 1-.299 1.263Z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphArrowThickThinUp };