UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.24 kB
"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 Ubuntu = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10zM3.865 12a1.335 1.335 0 112.67 0 1.335 1.335 0 01-2.67 0zm10.38 6.556a1.334 1.334 0 112.31-1.335 1.334 1.334 0 01-2.31 1.335zM9.757 8.809A3.895 3.895 0 008.1 12c0 1.32.656 2.485 1.658 3.19l-.976 1.636a5.809 5.809 0 01-2.398-3.372 1.872 1.872 0 000-2.908 5.813 5.813 0 012.398-3.372l.976 1.635zm6.126 2.845a3.9 3.9 0 00-5.527-3.191L9.43 6.8a5.779 5.779 0 014.12-.39 1.872 1.872 0 002.514 1.453 5.781 5.781 0 011.723 3.763l-1.903.028zm-5.527 3.883a3.899 3.899 0 005.527-3.191l1.903.027a5.782 5.782 0 01-1.724 3.762 1.87 1.87 0 00-1.6.13 1.87 1.87 0 00-.913 1.324 5.8 5.8 0 01-4.12-.39l.927-1.662zm6.199-8.759a1.334 1.334 0 11-2.311-1.333 1.334 1.334 0 012.31 1.333z", fill: "#323544" })); exports.default = Ubuntu;