iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 770 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", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12 12.053L3.935 8.02v6.815c-.001.154.07.3.191.394L8.804 18a.323.323 0 01.172.293v3.539a.172.172 0 00.262.141l10.596-6.745a.505.505 0 00.232-.424V8.02L12 12.053z", fill: "#323544" }),
React.createElement("path", { d: "M12 10.036l8.066-4.033-7.945-3.972a.252.252 0 00-.242 0L3.935 6.003 12 10.036z", fill: "#323544" }));
exports.default = Dialogflow;