iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 854 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 Perplexity = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M22.398 7.09h-2.31V.068l-7.51 6.354V.158h-1.156v6.196L4.49 0v7.09H1.602v10.397H4.49V24l6.933-6.36v6.201h1.155v-6.047l6.932 6.181v-6.488h2.888V7.09zm-3.466-4.531v4.53h-5.355l5.355-4.53zm-13.286.067l4.869 4.464h-4.87V2.626zM2.758 16.332V8.245h7.847L4.49 14.36v1.972H2.758zm2.888 5.04v-6.534l5.776-5.776v7.011l-5.776 5.3zm12.708.025l-5.776-5.15V9.061l5.776 5.776v6.56zm2.889-5.065H19.51V14.36l-6.115-6.115h7.848v8.087z" }));
exports.default = Perplexity;