iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.25 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 Contabo = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M11.336 1.816a6.95 6.95 0 00-6.879 5.889 7.88 7.88 0 012.24-.412A4.855 4.855 0 0111.33 3.92a4.853 4.853 0 013.45 1.44 4.793 4.793 0 011.197 2.01 7.633 7.633 0 01.875-.067h.33a8.313 8.313 0 01.976.076 6.95 6.95 0 00-6.822-5.564zM6.99 8.224A6.983 6.983 0 000 15.2a6.978 6.978 0 006.977 6.976 6.966 6.966 0 004.933-2.03 691.43 691.43 0 001.56-1.581l-1.488-1.488-1.55 1.582a4.86 4.86 0 01-3.452 1.436A4.881 4.881 0 012.104 15.2a4.877 4.877 0 014.876-4.871 4.855 4.855 0 012.819.904l.04-.043 1.466-1.465A6.969 6.969 0 006.99 8.224zm10.04 0a6.966 6.966 0 00-4.936 2.047l-1.59 1.574 1.488 1.489 1.58-1.584A4.88 4.88 0 0121.9 15.2a4.881 4.881 0 01-4.877 4.882 4.858 4.858 0 01-2.83-.914l-.045.046s-1.078 1.096-1.437 1.467a6.95 6.95 0 004.312 1.504A6.983 6.983 0 0024 15.205a6.95 6.95 0 00-2.04-4.933 6.962 6.962 0 00-4.93-2.047z" }));
exports.default = Contabo;