UNPKG

@icongo/sti

Version:
33 lines (32 loc) 1.08 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.STIYahoo = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var STIYahoo = function STIYahoo(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "#fff", "aria-label": "Yahoo!", viewBox: "0 0 512 512" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", { width: 512, height: 512, fill: "#5f01d1", rx: "15%" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M203 404h-62l25-59-69-165h63l37 95 37-95h62m58 76h-69l62-148h69" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 303, cy: 308, r: 38 })] })); }; exports.STIYahoo = STIYahoo;