@icongo/gy
Version:
Glyph Iconset Icons
86 lines (85 loc) • 2.69 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphAngle1 = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphAngle1 = function GYSiGlyphAngle1(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-1",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
transform: "translate(2 1)",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
cx: 13.479,
cy: 13.458,
className: "prefix__si-glyph-fill",
rx: 1.479,
ry: 1.458
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
cx: 13.479,
cy: 9.458,
className: "prefix__si-glyph-fill",
rx: 1.479,
ry: 1.458
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
cx: 9.479,
cy: 13.458,
className: "prefix__si-glyph-fill",
rx: 1.479,
ry: 1.458
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
cx: 5.479,
cy: 13.458,
className: "prefix__si-glyph-fill",
rx: 1.479,
ry: 1.458
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
cx: 9.479,
cy: 9.458,
className: "prefix__si-glyph-fill",
rx: 1.479,
ry: 1.458
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
cx: 13.479,
cy: 5.458,
className: "prefix__si-glyph-fill",
rx: 1.479,
ry: 1.458
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
cx: 13.479,
cy: 1.458,
className: "prefix__si-glyph-fill",
rx: 1.479,
ry: 1.458
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
cx: 9.479,
cy: 5.458,
className: "prefix__si-glyph-fill",
rx: 1.479,
ry: 1.458
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
cx: 5.479,
cy: 9.458,
className: "prefix__si-glyph-fill",
rx: 1.479,
ry: 1.458
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
cx: 1.479,
cy: 13.458,
className: "prefix__si-glyph-fill",
rx: 1.479,
ry: 1.458
})]
})
}));
};
exports.GYSiGlyphAngle1 = GYSiGlyphAngle1;