@icongo/sti
Version:
Super Tiny Icons
25 lines • 686 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 STIYahoo = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "#fff",
"aria-label": "Yahoo!",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#5f01d1",
rx: "15%"
}), /*#__PURE__*/_jsx("path", {
d: "M203 404h-62l25-59-69-165h63l37 95 37-95h62m58 76h-69l62-148h69"
}), /*#__PURE__*/_jsx("circle", {
cx: 303,
cy: 308,
r: 38
})]
}));
export { STIYahoo };