UNPKG

@icongo/sti

Version:
82 lines (81 loc) 2.79 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.STIFirefox = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var STIFirefox = function STIFirefox(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": "Firefox", viewBox: "0 0 512 512" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", { width: 512, height: 512, fill: "#fff", rx: "15%" }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("linearGradient", { id: "prefix__a", x1: 0.7, x2: 0.3, y2: 0.8, children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("stop", { offset: 0.3, stopColor: "#fd5" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", { offset: 0.6, stopColor: "#f85" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", { offset: 1, stopColor: "#d06" })] }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("radialGradient", { id: "prefix__b", cx: 0.4, cy: 0.7, children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("stop", { offset: 0.4, stopColor: "#74d" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", { offset: 1, stopColor: "#a2d" })] }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("linearGradient", { id: "prefix__c", x1: 0.8, x2: 0.4, y1: 0.2, y2: 0.8, children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("stop", { offset: 0.2, stopColor: "#fd5" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", { offset: 1, stopColor: "#f33" })] }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { transform: "scale(4)", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "url(#prefix__a)", d: "M48 49s-3-9-1-16c-9 2-33 35-33 35a51 48 0 1 0 87-32s5 9 5 15c-3-9-20-25-26-37-24 13-16 39-16 39" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 64, cy: 67, r: 26, fill: "url(#prefix__b)" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "url(#prefix__a)", d: "m21 45 43 12c-6 11-16 3-23 14a22 22 0 1 0 34-20s33 3 17 42H28m36 25h1" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "url(#prefix__c)", d: "M35 43c16 0 12 7 29 14-18 6-23-9-38 0 5 9 12 8 12 8 1 43 72 29 67-17a50 46.6 47 0 1-88 33c-9-18-1-40 16-51" })] })] })); }; exports.STIFirefox = STIFirefox;