@icongo/sti
Version:
Super Tiny Icons
25 lines • 823 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var STIRubygems = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Ruby Gems",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_jsxs("g", {
fill: "#d6422b",
children: [/*#__PURE__*/_jsx("path", {
d: "m301 303.3 65.4-65.4-45.8-45.9v-.2H190.5l.2.4-.2-.2-45 45.9L256 348"
}), /*#__PURE__*/_jsx("path", {
d: "M256 69.7 94 162.6v185.9l162 93 162-92.9V162.7zm131 261.1-131 75.6-131-75.6V180l131-75.6 131 75"
})]
})]
}));
export { STIRubygems };