@icongo/sti
Version:
Super Tiny Icons
63 lines • 2.21 kB
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 STIRust = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
xmlnsXlink: "http://www.w3.org/1999/xlink",
width: "1em",
height: "1em",
"aria-label": "Rust",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_jsxs("g", {
transform: "translate(256 256)",
children: [/*#__PURE__*/_jsxs("g", {
id: "prefix__d",
children: [/*#__PURE__*/_jsxs("g", {
id: "prefix__c",
children: [/*#__PURE__*/_jsxs("g", {
id: "prefix__b",
children: [/*#__PURE__*/_jsx("path", {
id: "prefix__a",
d: "M20-183 6-206c-3-5-9-5-12 0l-14 23m0 366 14 23c3 5 9 5 12 0l14-23"
}), /*#__PURE__*/_jsx("use", {
xlinkHref: "#prefix__a",
transform: "rotate(11.25)"
})]
}), /*#__PURE__*/_jsx("use", {
xlinkHref: "#prefix__b",
transform: "rotate(22.5)"
})]
}), /*#__PURE__*/_jsx("use", {
xlinkHref: "#prefix__c",
transform: "rotate(45)"
})]
}), /*#__PURE__*/_jsx("use", {
xlinkHref: "#prefix__d",
transform: "rotate(90)"
}), /*#__PURE__*/_jsxs("g", {
id: "prefix__f",
children: [/*#__PURE__*/_jsx("path", {
id: "prefix__e",
d: "M-101-161a190 190 0 0 0-76 230l32-16a154 154 0 0 1-8-73l25-13c6-3 9-9 5-15l-11-26a155 155 0 0 1 59-61m-88 82c5-16 29-7 24 8s-29 8-24-8"
}), /*#__PURE__*/_jsx("use", {
xlinkHref: "#prefix__e",
transform: "rotate(72)"
})]
}), /*#__PURE__*/_jsx("use", {
xlinkHref: "#prefix__f",
transform: "rotate(144)"
}), /*#__PURE__*/_jsx("use", {
xlinkHref: "#prefix__e",
transform: "rotate(-72)"
}), /*#__PURE__*/_jsx("path", {
d: "M135 10s4 32-18 32-6-24-43-51c0 0 31-13 31-47s-40-48-57-48h-187v46h35v99h-52v49H4V42h-39V14H5c41 0 13 76 60 76h99V10M-35-28v-30h54c22 0 23 30 0 30"
})]
})]
}));
export { STIRust };