@icongo/sti
Version:
Super Tiny Icons
40 lines (39 loc) • 1.35 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.STISamsungInternet = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var STISamsungInternet = function STISamsungInternet(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": "Samsung Internet",
viewBox: "0 0 512 512"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
width: 512,
height: 512,
fill: "#706CF5",
rx: "15%"
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "none",
stroke: "#fff",
strokeWidth: 26,
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 256,
cy: 256,
r: 179
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
stroke: "#706CF5",
d: "M46 221a228 80 15 1 0 441 118"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M105 160a228 80 15 1 0 331 87"
})]
})]
}));
};
exports.STISamsungInternet = STISamsungInternet;