@icongo/sti
Version:
Super Tiny Icons
26 lines • 908 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 STIWhatsapp = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "WhatsApp",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#25d366",
rx: "15%"
}), /*#__PURE__*/_jsx("path", {
fill: "#25d366",
stroke: "#fff",
strokeWidth: 26,
d: "m123 393 14-65a138 138 0 1 1 50 47z"
}), /*#__PURE__*/_jsx("path", {
fill: "#fff",
d: "M308 273c-3-2-6-3-9 1l-12 16c-3 2-5 3-9 1-15-8-36-17-54-47-1-4 1-6 3-8l9-14c2-2 1-4 0-6l-12-29c-3-8-6-7-9-7h-8c-2 0-6 1-10 5-22 22-13 53 3 73 3 4 23 40 66 59 32 14 39 12 48 10 11-1 22-10 27-19 1-3 6-16 2-18"
})]
}));
export { STIWhatsapp };