@ozen-ui/icons
Version:
A collection of icons
10 lines (9 loc) • 1.72 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.BrWhatsAppMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.BrWhatsAppMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
react_1.default.createElement("path", { fill: "currentColor", d: "m2 22 1.418-5.131a9.85 9.85 0 0 1-1.326-4.95C2.08 6.445 6.547 2 12.036 2a9.92 9.92 0 0 1 7.048 2.903A9.83 9.83 0 0 1 22 11.92c0 5.464-4.465 9.91-9.954 9.91a9.9 9.9 0 0 1-4.76-1.21zm5.52-3.165.304.181a8.3 8.3 0 0 0 4.212 1.15c4.557 0 8.274-3.7 8.274-8.237 0-2.198-.86-4.274-2.42-5.827a8.27 8.27 0 0 0-5.855-2.418c-4.567 0-8.284 3.7-8.284 8.236 0 1.552.436 3.075 1.267 4.385l.192.313-.84 3.044 3.149-.827" }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M9.213 7.086c-.203-.466-.43-.477-.622-.477-.17-.012-.35-.012-.542-.012-.181 0-.487.068-.746.353-.26.284-.973.955-.973 2.332s.996 2.707 1.13 2.889c.136.182 1.923 3.094 4.749 4.22 2.351.932 2.826.75 3.335.693.508-.056 1.639-.67 1.876-1.33.226-.649.226-1.217.158-1.331-.067-.114-.26-.182-.531-.33-.283-.137-1.639-.818-1.9-.91-.259-.091-.44-.137-.62.136-.182.285-.713.91-.883 1.092-.158.182-.327.205-.598.069-.284-.136-1.176-.433-2.24-1.388-.824-.74-1.378-1.66-1.548-1.934-.158-.284-.022-.432.125-.568.124-.125.283-.33.418-.49.136-.159.18-.284.283-.466.09-.182.045-.353-.023-.489-.068-.125-.6-1.501-.848-2.059", clipRule: "evenodd" }))); });
exports.BrWhatsAppMIcon.displayName = 'BrWhatsAppMIcon';