iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.53 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const Rubyonrails = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M.741 19.365h8.36s-1.598-7.291 3.693-10.243l.134-.066c1.286-.637 4.907-2.431 10.702 1.854.19-.159.37-.286.37-.286s-5.503-5.492-11.63-4.878c-3.079.275-6.867 3.079-9.09 6.783C1.058 16.233.741 19.365.741 19.365zm8.804-.783a10.682 10.682 0 01-.127-1.333l1.143.412c.063.498.159.963.254 1.376l-1.27-.455zm-7.799-4.317L.529 13.82c-.201.455-.423.984-.529 1.27l1.217.444c.137-.359.36-.878.529-1.269zm7.831.296l.857.677c.042-.413.116-.825.222-1.238l-.762-.603c-.137.391-.233.783-.317 1.164zm2.042-2.646l-.508-.762c.191-.243.413-.486.656-.709l.476.72a5.958 5.958 0 00-.624.751zM4.19 8.878l.752.656c-.254.265-.498.551-.72.836l-.815-.698c.244-.265.508-.529.783-.794zm9.799 1.027l-.243-.73c.265-.117.571-.233.931-.339l.233.698a6.82 6.82 0 00-.921.371zm3.122-.656l.042-.667c.339.021.688.064 1.048.138l-.042.656a5.859 5.859 0 00-1.048-.127zM8.942 6.392l-.476-.731c-.265.138-.54.286-.826.455l.487.741c.275-.169.54-.328.815-.465zm9.217-.053l.042-.709c-.095-.053-.36-.18-1.026-.371l-.043.699c.349.116.688.243 1.027.381zM13.238 5.28h.106l-.212-.645c-.328 0-.666.021-1.016.063l.201.625a8.87 8.87 0 01.921-.043z" }));
exports.default = Rubyonrails;