iconista
Version:
Thousands of SVG icons with one React component
15 lines (14 loc) • 1.31 kB
JavaScript
"use strict";
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 BrandOpenai = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-brand-openai", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }),
React.createElement("path", { d: "M11.217 19.384A3.501 3.501 0 0018 18.167V13l-6-3.35" }),
React.createElement("path", { d: "M5.214 15.014A3.501 3.501 0 009.66 20.28L14 17.746V10.8" }),
React.createElement("path", { d: "M6 7.63c-1.391-.236-2.787.395-3.534 1.689a3.474 3.474 0 001.271 4.745L8 16.578l6-3.348" }),
React.createElement("path", { d: "M12.783 4.616A3.501 3.501 0 006 5.833V10.9l6 3.45" }),
React.createElement("path", { d: "M18.786 8.986A3.501 3.501 0 0014.34 3.72L10 6.254V13.2" }),
React.createElement("path", { d: "M18 16.302c1.391.236 2.787-.395 3.534-1.689a3.474 3.474 0 00-1.271-4.745l-4.308-2.514L10 10.774" }));
exports.default = BrandOpenai;