iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.53 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const Whatsapp = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M19.074 4.894A9.932 9.932 0 0012.064 2C6.598 2 2.13 6.437 2.13 11.903c0 1.769.45 3.441 1.318 4.984L2.032 22l5.306-1.35c1.447.771 3.087 1.221 4.759 1.221 5.434-.032 9.87-4.47 9.87-9.967 0-2.637-1.028-5.113-2.893-7.01zm-7.042 15.273a8.18 8.18 0 01-4.212-1.19l-.322-.192-3.119.803.869-3.022-.193-.322A8.534 8.534 0 013.8 11.84c0-4.534 3.665-8.2 8.231-8.2 2.187 0 4.245.869 5.788 2.412a8.245 8.245 0 012.412 5.852c.064 4.599-3.666 8.264-8.2 8.264zm4.534-6.173c-.257-.129-1.447-.74-1.736-.772-.225-.097-.418-.129-.547.129-.129.257-.643.771-.772.964-.128.129-.257.193-.546.032-.258-.128-1.03-.353-1.994-1.254-.74-.643-1.254-1.447-1.35-1.736-.129-.257-.033-.354.128-.515.129-.128.258-.257.354-.45.129-.128.129-.257.257-.418.129-.128.032-.321-.032-.45-.096-.128-.547-1.35-.772-1.865-.193-.514-.418-.418-.546-.418h-.45c-.13 0-.45.032-.644.322-.225.257-.868.868-.868 2.09s.868 2.347 1.03 2.572c.128.129 1.768 2.669 4.212 3.762.578.257 1.028.418 1.414.547.579.193 1.126.128 1.544.096.482-.032 1.447-.579 1.672-1.19.193-.546.193-1.093.128-1.19-.064-.063-.257-.16-.482-.256z", fill: "#323544" }));
exports.default = Whatsapp;