iconista
Version:
Thousands of SVG icons with one React component
12 lines (11 loc) • 1.29 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 BrandCohost = (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-cohost", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }),
React.createElement("path", { d: "M14 14a3 2 0 106 0 3 2 0 10-6 0" }),
React.createElement("path", { d: "M4.526 17.666c-1.133-.772-1.897-1.924-2.291-3.456-.398-1.54-.29-2.937.32-4.19.61-1.255 1.59-2.34 2.938-3.254 1.348-.914 2.93-1.625 4.749-2.132 1.81-.504 3.516-.708 5.12-.61 1.608.1 2.979.537 4.112 1.31s1.897 1.924 2.291 3.456c.398 1.541.29 2.938-.32 4.192-.61 1.253-1.59 2.337-2.938 3.252-1.348.915-2.93 1.626-4.749 2.133-1.81.503-3.516.707-5.12.61-1.608-.102-2.979-.538-4.112-1.31z" }),
React.createElement("path", { d: "M11 12.508C10.47 12.192 9.77 12 9 12c-1.657 0-3 .895-3 2s1.343 2 3 2c.767 0 1.467-.192 2-.508" }));
exports.default = BrandCohost;