@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.26 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphUpwardsArrowToBar = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphUpwardsArrowToBar = function GYSiGlyphUpwardsArrowToBar(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
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__*/(0, _jsxRuntime.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"
})
}));
};
exports.GYSiGlyphUpwardsArrowToBar = GYSiGlyphUpwardsArrowToBar;