iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.61 kB
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 BrandMessenger = (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-messenger", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M18.894 5.446c3.667 3.127 4.168 8.238 1.152 11.897-2.842 3.447-7.965 4.583-12.231 2.805l-.233-.101-4.374.931-.033.005-.042.008-.031.002-.01.003h-.018L3.022 21l-.024-.001-.02.001-.033-.003H2.91l-.022-.004-.022-.002-.035-.007-.034-.005-.016-.004-.024-.005-.049-.016-.024-.005-.011-.005-.022-.007-.045-.02-.03-.012-.011-.006-.014-.006-.031-.018-.045-.024-.016-.011-.037-.026-.04-.027-.015-.013-.043-.04-.025-.02-.062-.07-.013-.013-.011-.014-.027-.04-.026-.035a1 1 0 01-.054-.095l-.006-.013-.019-.045-.02-.042-.004-.016-.004-.01-.011-.04-.013-.04-.002-.014-.005-.019-.005-.033-.008-.042-.002-.031-.003-.026L2 20.022l.001-.036.001-.023.002-.053.004-.025v-.019l.008-.036.005-.033.004-.017.005-.023.018-.06.003-.013 1.15-3.45-.022-.037C.969 12.45 1.97 7.805 5.59 5.079l.23-.168c3.898-2.766 9.469-2.54 13.073.535m-2.062 5a1 1 0 00-1.387-.278l-2.318 1.544-1.42-1.42a1 1 0 00-1.262-.124l-3 2a1 1 0 00-.277 1.387l.07.093a1 1 0 001.317.184l2.317-1.545 1.42 1.42a1 1 0 001.263.125l3-2a1 1 0 00.277-1.387" }));
exports.default = BrandMessenger;