@icongo/sti
Version:
Super Tiny Icons
74 lines • 2.09 kB
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 STIFirefox = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Firefox",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_jsxs("linearGradient", {
id: "prefix__a",
x1: 0.7,
x2: 0.3,
y2: 0.8,
children: [/*#__PURE__*/_jsx("stop", {
offset: 0.3,
stopColor: "#fd5"
}), /*#__PURE__*/_jsx("stop", {
offset: 0.6,
stopColor: "#f85"
}), /*#__PURE__*/_jsx("stop", {
offset: 1,
stopColor: "#d06"
})]
}), /*#__PURE__*/_jsxs("radialGradient", {
id: "prefix__b",
cx: 0.4,
cy: 0.7,
children: [/*#__PURE__*/_jsx("stop", {
offset: 0.4,
stopColor: "#74d"
}), /*#__PURE__*/_jsx("stop", {
offset: 1,
stopColor: "#a2d"
})]
}), /*#__PURE__*/_jsxs("linearGradient", {
id: "prefix__c",
x1: 0.8,
x2: 0.4,
y1: 0.2,
y2: 0.8,
children: [/*#__PURE__*/_jsx("stop", {
offset: 0.2,
stopColor: "#fd5"
}), /*#__PURE__*/_jsx("stop", {
offset: 1,
stopColor: "#f33"
})]
}), /*#__PURE__*/_jsxs("g", {
transform: "scale(4)",
children: [/*#__PURE__*/_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__*/_jsx("circle", {
cx: 64,
cy: 67,
r: 26,
fill: "url(#prefix__b)"
}), /*#__PURE__*/_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__*/_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"
})]
})]
}));
export { STIFirefox };