iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 967 B
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 FacebookMessenger = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M11.968 2.025C6.355 2.025 2 6.155 2 11.703c0 2.935 1.194 5.451 3.129 7.161.13.13.226.355.258.549l.032 1.774c.033.548.581.967 1.13.71l2-.872c.128-.032.354-.096.548-.032.903.226 1.87.42 2.903.42 5.645-.033 10-4.162 10-9.678 0-5.516-4.387-9.71-10.032-9.71zm6 7.452l-2.936 4.613c-.451.71-1.451.968-2.129.42l-2.322-1.775a.699.699 0 00-.71 0L6.71 15.09c-.42.322-.968-.194-.678-.645l2.936-4.613c.451-.71 1.451-.968 2.129-.42l2.322 1.775a.699.699 0 00.71 0l3.13-2.42c.483-.193.967.29.709.71z", fill: "#323544" }));
exports.default = FacebookMessenger;