@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 891 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphAngle2 = props => /*#__PURE__*/_jsx("svg", _extends({
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__*/_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"
})
}));
export { GYSiGlyphAngle2 };