UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.16 kB
"use strict"; 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 BrandWhatsapp = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-brand-whatsapp", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M18.497 4.409a10 10 0 01-10.36 16.828l-.223-.098-4.759.849-.11.011a1 1 0 01-.11 0l-.102-.013-.108-.024-.105-.037-.099-.047-.093-.058-.014-.011-.012-.007-.086-.073-.077-.08-.067-.088-.056-.094-.034-.07-.04-.108-.028-.128-.012-.102a1 1 0 010-.125l.012-.1.024-.11.045-.122 1.433-3.304-.009-.014A10 10 0 015.056 4.83l.215-.203a10 10 0 0113.226-.217M9.5 7.5A1.5 1.5 0 008 9v1a6 6 0 006 6h1a1.5 1.5 0 000-3h-1l-.144.007a1.5 1.5 0 00-1.128.697l-.042.074-.022-.007a4.01 4.01 0 01-2.435-2.435l-.008-.023.075-.041A1.5 1.5 0 0011 10V9a1.5 1.5 0 00-1.5-1.5" })); exports.default = BrandWhatsapp;