@icongo/sti
Version:
Super Tiny Icons
63 lines (62 loc) • 2.09 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.STISafari = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var STISafari = function STISafari(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": "Safari",
viewBox: "0 0 512 512"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("radialGradient", {
id: "prefix__a",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
offset: 0,
stopColor: "#0bd"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
offset: 1,
stopColor: "#17d"
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "none",
stroke: "#eee",
transform: "matrix(4 0 0 4 256 256)",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
r: 52.5,
fill: "url(#prefix__a)",
strokeWidth: 5
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
r: 45,
strokeDasharray: "1.25 8.175",
strokeDashoffset: 0.5,
strokeWidth: 5.5
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
r: 42.5,
strokeDasharray: "1.25 7.65",
strokeDashoffset: 5,
strokeWidth: 10
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#eee",
d: "m280 280-48-48-116 156"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#f55",
d: "m280 280-48-48 164-112"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m116 388 28-20-12 20 148-108 112-140-16 8 16-24",
opacity: 0.3
})]
}));
};
exports.STISafari = STISafari;