UNPKG

@icongo/sti

Version:
31 lines 839 B
import _extends from "@babel/runtime/helpers/extends"; import { jsx as _jsx } from "react/jsx-runtime"; import { jsxs as _jsxs } from "react/jsx-runtime"; var STIChromium = props => /*#__PURE__*/_jsxs("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", "aria-label": "Chromium", viewBox: "0 0 512 512" }, props, { children: [/*#__PURE__*/_jsx("circle", { cx: 256, cy: 256, r: 256, fill: "#a2c2fa" }), /*#__PURE__*/_jsx("path", { fill: "#6199f6", d: "M357 314 244 511.7A256 256 0 0 1 40 118" }), /*#__PURE__*/_jsx("path", { fill: "#396bd7", d: "M256 140h228a256 256 1 0 0-444-22l115 196" }), /*#__PURE__*/_jsx("circle", { cx: 256, cy: 256, r: 105, fill: "#4687f4", stroke: "#f1f1f1", strokeWidth: 24 })] })); export { STIChromium };