UNPKG

infinity-forge

Version:
9 lines 1.22 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IconWhatsappLogo = IconWhatsappLogo; var jsx_runtime_1 = require("react/jsx-runtime"); function IconWhatsappLogo(_a) { var color = _a.color; return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: 'http://www.w3.org/2000/svg', "aria-label": 'WhatsApp', role: 'img', viewBox: '0 0 512 512', fill: '#000000', children: [(0, jsx_runtime_1.jsx)("g", { id: 'SVGRepo_bgCarrier', "stroke-width": '0' }), (0, jsx_runtime_1.jsx)("g", { id: 'SVGRepo_tracerCarrier', "stroke-linecap": 'round', "stroke-linejoin": 'round' }), (0, jsx_runtime_1.jsxs)("g", { id: 'SVGRepo_iconCarrier', children: [(0, jsx_runtime_1.jsx)("rect", { width: '512', height: '512', rx: '15%', fill: '#25d366' }), (0, jsx_runtime_1.jsx)("path", { fill: '#25d366', stroke: '#ffffff', "stroke-width": '26', d: 'M123 393l14-65a138 138 0 1150 47z' }), (0, jsx_runtime_1.jsx)("path", { fill: '#ffffff', 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' })] })] })); } //# sourceMappingURL=icon-whatsapp-logo.js.map