iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.23 kB
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 Mediapipe = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M2.182 0a2.18 2.18 0 00-2.18 2.114L0 2.182v6.545a2.182 2.182 0 004.364 0V2.182A2.182 2.182 0 002.182 0zm6.545 0a2.18 2.18 0 00-2.18 2.114l-.002.068v13.09a2.182 2.182 0 004.364 0V2.183A2.182 2.182 0 008.727 0zm6.546 0a2.182 2.182 0 00-2.182 2.182 2.182 2.182 0 002.182 2.182 2.182 2.182 0 002.182-2.182A2.182 2.182 0 0015.273 0zm6.545 0a2.18 2.18 0 00-2.18 2.114l-.002.068v19.636a2.182 2.182 0 004.364 0V2.182A2.182 2.182 0 0021.818 0zm-6.545 6.545c-1.183 0-2.145.94-2.181 2.114l-.001.068v13.091a2.182 2.182 0 004.364 0V8.728a2.182 2.182 0 00-2.182-2.183zM2.182 13.091a2.18 2.18 0 00-2.18 2.114L0 15.273v6.545a2.182 2.182 0 004.364 0v-6.545a2.182 2.182 0 00-2.182-2.182zm6.545 6.545a2.182 2.182 0 00-2.182 2.182A2.182 2.182 0 008.727 24a2.182 2.182 0 002.182-2.182 2.182 2.182 0 00-2.182-2.182z" }));
exports.default = Mediapipe;