@icongo/sti
Version:
Super Tiny Icons
50 lines (49 loc) • 2.1 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.STIRuby = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var STIRuby = function STIRuby(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Ruby",
viewBox: "0 0 512 512"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#a00403",
d: "m407.7 397.3 20.9-257.7L348 297 152 415c80.9-5.7 171.2-11.9 255.7-17.7z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#b11205",
d: "M423.4 179 320 98l-27 93c109.8 9.3 91.8-9.6 130.4-12zM192 282l136 43-35-134zm-89 19c44 139 55 169 89-19l-90 21zM276 68l97 1-53 29c-11-7-36-24-44-30zM85 246l-4 99 23-43zM298 85c26 26-1 89-53 140s-118 83-144 57c-25-25.9.7-90 52.9-141s119.2-82 144.2-56z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#9f0d02",
d: "m192 282 133 43c-48 45-137.5 86.5-173 90z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#891102",
d: "m293 191 33 133c40-42 76-88 94-144zm114.7 206.3L387 245l-61 79z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#aa1401",
d: "M421 181c13-41 16-101-48-112l-53 29z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#9e1209",
d: "M81 345c2 68 50 69 71 70l-49-113z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#900e04",
d: "m192 282 54 103c32-17 57-38 79-61z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#8b1104",
d: "m103 302-8 91c14 20 34 21 55 20-15-37-45-112-47-111z"
})]
}));
};
exports.STIRuby = STIRuby;