@icongo/sti
Version:
Super Tiny Icons
23 lines • 962 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 STIRedhat = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "RedHat",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_jsx("path", {
d: "m379 255 3 20c5 89-241 29-237-46 0-5 1-9 3-14l7-17s170 44 220 39z"
}), /*#__PURE__*/_jsx("path", {
fill: "#e00",
d: "M317 277c24 0 58-5 58-33a27 27 0 0 0 0-7l-15-62c-3-13-6-20-30-32-18-9-59-25-70-25-12 0-15 15-28 15s-22-11-34-11-19 8-25 24l-18 52a12 12 0 0 0-1 4c0 17 70 75 163 75m62-22 3 20c0 26-30 41-69 41-90 0-168-52-168-87a35 35 0 0 1 3-14c-32 2-74 8-74 44 0 60 143 135 256 135 86 0 108-39 108-70 0-25-21-52-59-69"
})]
}));
export { STIRedhat };