iconista
Version:
Thousands of SVG icons with one React component
12 lines (11 loc) • 1.15 kB
JavaScript
"use strict";
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 BrandUbuntu = (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-ubuntu", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }),
React.createElement("path", { d: "M10 5a2 2 0 104 0 2 2 0 10-4 0" }),
React.createElement("path", { d: "M17.723 7.41a7.992 7.992 0 00-3.74-2.162m-3.971 0a7.993 7.993 0 00-3.789 2.216m-1.881 3.215A8 8 0 004 12.999c0 .738.1 1.453.287 2.132m1.96 3.428a7.993 7.993 0 003.759 2.19m4 0a7.993 7.993 0 003.747-2.186m1.962-3.43a8.008 8.008 0 00.287-2.131c0-.764-.107-1.503-.307-2.203" }),
React.createElement("path", { d: "M3 17a2 2 0 104 0 2 2 0 10-4 0M17 17a2 2 0 104 0 2 2 0 10-4 0" }));
exports.default = BrandUbuntu;