@icongo/sti
Version:
Super Tiny Icons
33 lines (32 loc) • 1.35 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.STIRubyonrails = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var STIRubyonrails = function STIRubyonrails(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 On Rails",
viewBox: "0 0 512 512"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#c00",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M98 402c34-163 125-282 321-288v15c-121 33-180 118-159 273H98z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m274 359-4 27 30 13 1-27zM88 283l-13 36 34 10 13-35zm70-108-25 27 31 23 25-30zm92-66-27 19 21 24 28-18zm75-10 6 18 28-7-6-16zm34 70 13 20 16-15-7-16zm-39 27-17 18 23 27 12-19zm-37 78-8 25 31 18 1-27z"
})]
})]
}));
};
exports.STIRubyonrails = STIRubyonrails;