@icongo/sti
Version:
Super Tiny Icons
32 lines • 887 B
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 STISamsungInternet = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Samsung Internet",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#706CF5",
rx: "15%"
}), /*#__PURE__*/_jsxs("g", {
fill: "none",
stroke: "#fff",
strokeWidth: 26,
children: [/*#__PURE__*/_jsx("circle", {
cx: 256,
cy: 256,
r: 179
}), /*#__PURE__*/_jsx("path", {
stroke: "#706CF5",
d: "M46 221a228 80 15 1 0 441 118"
}), /*#__PURE__*/_jsx("path", {
d: "M105 160a228 80 15 1 0 331 87"
})]
})]
}));
export { STISamsungInternet };