@icongo/sti
Version:
Super Tiny Icons
30 lines (29 loc) • 1.61 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.STISamsung = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var STISamsung = function STISamsung(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "#117cad",
"aria-label": "Samsung",
viewBox: "0 0 512 512"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
width: 512,
height: 512,
fill: "#034ea2",
rx: "15%"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#fff",
d: "M72 224c-16 0-23 5-22 20 3 12 25 19 27 23v4c0 2-1 4-5 4s-6-3-6-5v-5H50c-1 16 11 21 22 21 14 0 21-4 21-17 1-19-24-20-26-28v-3c0-1 1-4 5-4s5 3 5 5v4h15v-4c0-13-12-15-20-15m353 15v33c1 21 39 17 39 0v-20h-17v8h5v11c-1 5-13 5-13 0v-31c0-5 11-5 12 0v5h13v-6c-1-20-39-17-39 0m-160-15c-16 0-23 5-22 20 3 12 25 19 27 23v4c0 2-1 4-5 4s-6-3-6-5v-5h-16c-1 16 11 21 22 21 14 0 21-4 21-17 1-19-24-20-26-28v-3c0-1 1-4 5-4s5 3 5 5v4h15v-4c0-13-12-15-20-15m-100 1-1 59h15v-53l11 53h15l9-53v53h15l-1-59h-24l-7 45-7-45zm135 0v45c1 11 9 15 21 15 11 0 20-4 20-15v-45h-15v46c0 2-1 4-6 4-4 0-6-2-6-4v-46zm-185 0-11 59h16l8-53 8 53h16l-11-59zm243 0v59h15v-48l15 48h21v-59h-15v47l-13-47z"
})]
}));
};
exports.STISamsung = STISamsung;