iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 796 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 Dialogflow = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M11.996 0a1.639 1.639 0 00-.82.22L3.344 4.74a1.648 1.648 0 00-.535.498l9.136 5.28 9.213-5.32a1.652 1.652 0 00-.51-.458L12.818.22a1.639 1.639 0 00-.822-.22zm9.336 5.5l-9.387 5.422-9.3-5.373a1.648 1.648 0 00-.12.615v9.043a1.643 1.643 0 00.819 1.42l3.918 2.266v4.617a.493.493 0 00.74.424l12.654-7.303a1.639 1.639 0 00.819-1.42V6.162a1.652 1.652 0 00-.143-.662z" }));
exports.default = Dialogflow;