@icongo/sti
Version:
Super Tiny Icons
55 lines • 1.51 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 STISafari = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Safari",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_jsxs("radialGradient", {
id: "prefix__a",
children: [/*#__PURE__*/_jsx("stop", {
offset: 0,
stopColor: "#0bd"
}), /*#__PURE__*/_jsx("stop", {
offset: 1,
stopColor: "#17d"
})]
}), /*#__PURE__*/_jsxs("g", {
fill: "none",
stroke: "#eee",
transform: "matrix(4 0 0 4 256 256)",
children: [/*#__PURE__*/_jsx("circle", {
r: 52.5,
fill: "url(#prefix__a)",
strokeWidth: 5
}), /*#__PURE__*/_jsx("circle", {
r: 45,
strokeDasharray: "1.25 8.175",
strokeDashoffset: 0.5,
strokeWidth: 5.5
}), /*#__PURE__*/_jsx("circle", {
r: 42.5,
strokeDasharray: "1.25 7.65",
strokeDashoffset: 5,
strokeWidth: 10
})]
}), /*#__PURE__*/_jsx("path", {
fill: "#eee",
d: "m280 280-48-48-116 156"
}), /*#__PURE__*/_jsx("path", {
fill: "#f55",
d: "m280 280-48-48 164-112"
}), /*#__PURE__*/_jsx("path", {
d: "m116 388 28-20-12 20 148-108 112-140-16 8 16-24",
opacity: 0.3
})]
}));
export { STISafari };