iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.04 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 Intercom = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M21 0H3a3 3 0 00-3 3v18a3 3 0 003 3h18c1.658 0 3-1.342 3-3V3a3 3 0 00-3-3zm-5.801 4.399c0-.44.36-.8.802-.8.44 0 .8.36.8.8v10.688a.802.802 0 01-1.602 0V4.399zM11.2 3.994a.8.8 0 011.6 0v11.602a.8.8 0 01-1.6 0V3.994zm-4 .405a.801.801 0 011.601 0v10.688a.801.801 0 01-1.601 0V4.399zM3.199 6A.801.801 0 014.8 6v7.195a.8.8 0 01-1.601 0V6zM20.52 18.202c-.123.105-3.086 2.593-8.52 2.593-5.433 0-8.397-2.486-8.521-2.593a.8.8 0 011.039-1.218c.047.041 2.693 2.211 7.481 2.211 4.848 0 7.456-2.186 7.479-2.207a.798.798 0 011.128.086c.289.336.25.84-.086 1.128zm.281-5.007a.802.802 0 01-1.602 0V6a.802.802 0 011.602 0v7.195z" }));
exports.default = Intercom;