UNPKG

@icongo/sti

Version:
39 lines (38 loc) 1.27 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.STIChromium = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var STIChromium = function STIChromium(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", "aria-label": "Chromium", viewBox: "0 0 512 512" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 256, cy: 256, r: 256, fill: "#a2c2fa" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#6199f6", d: "M357 314 244 511.7A256 256 0 0 1 40 118" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#396bd7", d: "M256 140h228a256 256 1 0 0-444-22l115 196" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 256, cy: 256, r: 105, fill: "#4687f4", stroke: "#f1f1f1", strokeWidth: 24 })] })); }; exports.STIChromium = STIChromium;