iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 2.27 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 Dbeaver = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M17.111 0a3.283 3.283 0 00-1.746.55 8.436 8.436 0 00-2.748 2.544 6.722 6.722 0 01-1.344 0c-.32 0-.788.209-.574.963.215.753.798 1.497.75 1.923a3.699 3.699 0 00-.068.805c-.298.472-1.69 2.743-2.113 4.549 0 0 .795-7.967-1.645-9.33-2.44-1.363-4.404-.277-5.06 1.52-1.403 3.832.675 9.825 3.605 14.661 2.93 4.837 5.713 5.709 7.686 5.795 3.298.145 2.338-.57 3.523-.64 1.185-.07 1.012.64 2.984.365 1.438-.208 1.685-1.17 1.141-1.603-.544-.433-.363-1.484.156-3.72.519-2.235-.224-6.17-.746-7.183s-.464-1.53.09-2.527a6.213 6.213 0 00.85-2.506 3.858 3.858 0 000-1.043.07.07 0 000-.021V5.05s-.344 1.375-1.02 1.869a9.836 9.836 0 00-.32.244c.067-.257.32-1.34-.041-1.924 0 0-.151 2.488-1.477 2.62-1.326.13-3.202-1.225-3.73-1.77.038.21.068.268.109.43.044.15.096.3.156.445.186.6.384 1.517.086 2.092-.464.91-1.475 2.313-1.373 4.314a8.49 8.49 0 00.803 3.527c.39.988.493 1.9.416 2.057-.077.157.027.961-1.815-.418-1.84-1.38-2.338-2.807-2.338-2.807a5.9 5.9 0 00-.335 2.496 15.51 15.51 0 00.777 3.561S9.335 19.83 9.207 15.91c-.122-3.602 1.986-7.769 2.322-8.41a1.056 1.056 0 00.701.588s-.939-.518-.254-2.526c.686-2.007 2.067-3.794 3.463-4.58A3.994 3.994 0 0119.31.785a3.28 3.28 0 00-1.933-.78A3.258 3.258 0 0017.111 0zm-1.39 1.865a1.152 1.152 0 00-.221.026c-.352.077-.54.49-.297 1a.823.823 0 01.066.361.827.827 0 01-.095.355 4.986 4.986 0 01.91-.716 4.395 4.395 0 011.217-.44 1.43 1.43 0 01-.725-.22 1.14 1.14 0 00-.492-.313 1.142 1.142 0 00-.363-.053zm4.87.174c-.503 0-1.172.114-1.687.316a1.34 1.34 0 00-.761.563c-.279.641 1.417 1.705 2.1 1.506.32-.093.795-.789 1.003-1.395.141-.433.16-.818-.1-.918a1.69 1.69 0 00-.554-.072zm.225 5.33s-.346 1.181-.59 1.717c-.21.475-.278.436-.435.49a4.388 4.388 0 00.176-.664c.093-.391 0-.494 0-.494a4.172 4.172 0 01-.463 1.283 1.008 1.008 0 01-.64.04c-.26-.107-.305-1.327-.305-1.397a2.513 2.513 0 001.255-.192 2.52 2.52 0 001.002-.783z" }));
exports.default = Dbeaver;