@icongo/sti
Version:
Super Tiny Icons
29 lines • 837 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 STIChrome = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Chrome",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
fill: "#fc4",
d: "M256 140h228a256 256 0 0 1-240 371.7"
}), /*#__PURE__*/_jsx("path", {
fill: "#0f9d58",
d: "M357 314 244 511.7A256 256 0 0 1 40 118"
}), /*#__PURE__*/_jsx("path", {
fill: "#db4437",
d: "M256 140h228a256 256 1 0 0-444-22l115 196"
}), /*#__PURE__*/_jsx("circle", {
cx: 256,
cy: 256,
r: 105,
fill: "#4285f4",
stroke: "#f1f1f1",
strokeWidth: 24
})]
}));
export { STIChrome };