iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 983 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 Elgato = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M13.882 8.396l.026.02 9.95 5.717a12.025 12.025 0 01-4.04 7.026A11.926 11.926 0 0112.098 24a11.854 11.854 0 01-8.453-3.514A11.95 11.95 0 01.143 12c0-3.204 1.244-6.219 3.501-8.485A11.85 11.85 0 0112.097 0c2.44 0 4.785.733 6.783 2.119a11.983 11.983 0 014.628 6.308l-2.126 1.236a9.492 9.492 0 00-.262-.87c-1.354-3.83-4.98-6.405-9.023-6.405-5.28 0-9.575 4.313-9.575 9.612 0 5.3 4.295 9.611 9.575 9.611a9.455 9.455 0 005.66-1.864 9.6 9.6 0 003.43-4.737l.007-.041L9.59 8.305v7.225l4-2.313 2.06 1.18-5.996 3.47-2.12-1.213v-9.46L9.652 5.97l4.231 2.428-.001-.002" }));
exports.default = Elgato;