@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 812 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphUpwardsArrowToBar = 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-to-bar",
viewBox: "0 0 16 17"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M15.002 4.913c.551 0 .995-.42.995-.938V2.102c0-.518-.444-.938-.995-.938H1.076c-.55 0-.995.42-.995.938v1.873c0 .519.445.938.995.938h13.926ZM6.994 6.518a1.488 1.488 0 0 1 2.092 0l6.408 6.374c.579.573.835 2.078-.995 2.078H1.579c-1.891 0-1.573-1.505-.995-2.078l6.41-6.374Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphUpwardsArrowToBar };