@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.31 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphAngle2 = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphAngle2 = function GYSiGlyphAngle2(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-angle-2",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M.648 15.938a.617.617 0 0 1-.436-1.052L14.946.18a.617.617 0 0 1 .871.872L1.085 15.757a.615.615 0 0 1-.437.181Zm5.004.072a.615.615 0 0 1-.441-.185.623.623 0 0 1 0-.882l9.723-9.723a.62.62 0 0 1 .881 0 .62.62 0 0 1 0 .883l-9.723 9.722a.615.615 0 0 1-.44.185Zm4.981-.025a.606.606 0 0 1-.426-1.031l4.752-4.752a.602.602 0 0 1 .854 0 .606.606 0 0 1 0 .853l-4.753 4.752a.6.6 0 0 1-.427.178Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphAngle2 = GYSiGlyphAngle2;