@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.78 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphArrowTriangleRecycle = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphArrowTriangleRecycle = function GYSiGlyphArrowTriangleRecycle(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-arrow-triangle-recycle",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M16.9 12.815 14.873 9.48A.608.608 0 0 0 14 9.281a.693.693 0 0 0-.187.926l1.398 2.357h-2.996v-1.439c-.12-.129-.309-.137-.422-.017l-2.04 1.827c-.112.121-.106.322.015.451l2.023 1.475c.122.128.311.135.423.014v-1.026h4.154a.625.625 0 0 0 .554-.35.707.707 0 0 0-.024-.684Zm-10.957-.207H2.861l1.68-2.752.883.656a.322.322 0 0 0 .26-.37L5.55 7.316a.31.31 0 0 0-.365-.254l-2.515.832a.327.327 0 0 0-.258.372l1.07.799-2.3 3.801a.724.724 0 0 0-.024.704.64.64 0 0 0 .569.361H6c.357 0 .647-.31.647-.691 0-.381-.345-.632-.704-.632Zm4.079-5.991 2.458.842c.158.032.31-.087.342-.266l.157-2.716c.03-.179-.071-.348-.227-.379l-.9.65-2.05-3.37c-.23-.382-.826-.383-1.058.001L6.84 4.512a.696.696 0 0 0 .187.927.609.609 0 0 0 .873-.2l1.374-2.261 1.535 2.525-1.013.732c-.033.18.068.35.226.382Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphArrowTriangleRecycle = GYSiGlyphArrowTriangleRecycle;