iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.11 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 BrandBaidu = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-brand-baidu", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }),
React.createElement("path", { d: "M4 9.5a1 1.5 0 102 0 1 1.5 0 10-2 0M14.463 11.596c1.282 1.774 3.476 3.416 3.476 3.416s1.921 1.574.593 3.636C17.204 20.711 13.64 19.8 13.64 19.8s-1.416-.44-3.06-.088c-1.644.356-3.06.22-3.06.22s-2.055-.22-2.47-2.304c-.416-2.084 1.918-3.638 2.102-3.858.182-.222 1.409-.966 2.284-2.394.875-1.428 3.337-2.287 5.027.221zM8 4.5a1 1.5 0 102 0 1 1.5 0 10-2 0M14 4.5a1 1.5 0 102 0 1 1.5 0 10-2 0M18 9.5a1 1.5 0 102 0 1 1.5 0 10-2 0" }));
exports.default = BrandBaidu;