@icongo/sti
Version:
Super Tiny Icons
22 lines • 1 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 STISamsungS = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "#117cad",
"aria-label": "Samsung",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_jsx("path", {
fill: "#034ea2",
d: "M292.6 332.2c3.5 8.6 2.4 19.7.8 26.4-3 11.8-11 23.9-34.6 23.9-22.3 0-35.9-12.8-35.9-32.3v-34.4h-95.5v27.5c0 79.3 62.5 103.3 129.4 103.3 64.4 0 117.4-22 125.8-81.3 4.3-30.7 1.1-50.9-.4-58.5-15-74.5-150.1-96.8-160.2-138.4-1.7-7.1-1.2-14.7-.4-18.8 2.5-11.3 10.2-23.8 32.5-23.8 20.8 0 33.1 12.9 33.1 32.3v22h88.7v-25c0-77.6-69.6-89.6-120-89.6-63.3 0-115 20.9-124.5 78.8-2.6 16-2.9 30.2.8 48.1 15.6 72.6 141.9 93.7 160.3 139.8z"
})]
}));
export { STISamsungS };