UNPKG

@ozen-ui/icons

Version:

A collection of icons

10 lines (9 loc) 1.68 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BrWhatsAppSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.BrWhatsAppSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), react_1.default.createElement("path", { fill: "currentColor", d: "m1.333 14.667.946-3.421a6.57 6.57 0 0 1-.885-3.3c-.007-3.649 2.97-6.613 6.63-6.613 1.775 0 3.443.686 4.699 1.936a6.55 6.55 0 0 1 1.944 4.677c0 3.643-2.977 6.607-6.636 6.607a6.6 6.6 0 0 1-3.173-.807zm3.68-2.11.203.12c.85.501 1.82.766 2.808.767 3.038 0 5.516-2.467 5.516-5.491 0-1.465-.574-2.85-1.613-3.885a5.51 5.51 0 0 0-3.903-1.612c-3.045 0-5.523 2.466-5.523 5.49 0 1.036.29 2.05.844 2.924l.128.208-.56 2.03z" }), react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M6.142 4.724c-.135-.31-.286-.318-.414-.318q-.17-.01-.362-.008a.69.69 0 0 0-.497.235c-.174.19-.649.637-.649 1.555s.664 1.805.754 1.926 1.281 2.063 3.165 2.813c1.568.622 1.884.5 2.224.463.338-.038 1.092-.447 1.25-.888.151-.432.151-.81.106-.887s-.174-.121-.354-.22c-.189-.09-1.093-.545-1.267-.606s-.293-.091-.414.09a8 8 0 0 1-.588.728c-.105.122-.218.137-.399.046-.189-.09-.784-.288-1.492-.925-.55-.493-.92-1.107-1.033-1.29-.105-.189-.015-.287.083-.378.083-.083.189-.22.28-.326.09-.107.12-.19.187-.311.06-.121.03-.235-.015-.326-.045-.084-.4-1.001-.565-1.373", clipRule: "evenodd" }))); }); exports.BrWhatsAppSIcon.displayName = 'BrWhatsAppSIcon';