iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 836 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 Logitechg = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12.566 0C10.91 0 9.352.314 7.89.941a12.143 12.143 0 00-3.86 2.569 11.972 11.972 0 00-2.582 3.822c-.643 1.447-.957 3-.941 4.656 0 1.657.314 3.217.941 4.68.854 1.97 2.677 4.771 6.442 6.367 1.463.643 3.021.965 4.677.965v-4.992c-.98 0-1.897-.185-2.75-.555a7.088 7.088 0 01-3.738-3.74 6.958 6.958 0 010-5.451 7.093 7.093 0 013.738-3.739 6.834 6.834 0 012.75-.554zm.17 9.842v4.943h5.813V20.6h4.945V9.842z" }));
exports.default = Logitechg;