iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 924 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 Odoo = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M21.1 15.796a2.9 2.9 0 110-5.8 2.9 2.9 0 010 5.8zm0-1.2a1.7 1.7 0 10.002-3.4H21.1a1.7 1.7 0 000 3.4zm-6.065 1.2a2.9 2.9 0 110-5.8 2.9 2.9 0 010 5.8zm0-1.2a1.7 1.7 0 10.002-3.4h-.002a1.7 1.7 0 000 3.4zm-3.17-1.738c0 1.62-1.298 2.938-2.898 2.938s-2.9-1.314-2.9-2.936S7.247 10 8.967 10c.636 0 1.224.134 1.7.484v-1.68a.6.6 0 011.2 0v4.054h-.002zm-2.898 1.74a1.7 1.7 0 00.002-3.4h-.002a1.7 1.7 0 000 3.4zM2.9 15.796a2.9 2.9 0 110-5.8 2.9 2.9 0 010 5.8zm0-1.2a1.7 1.7 0 10.002-3.4H2.9a1.7 1.7 0 000 3.4z" }));
exports.default = Odoo;