UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 958 B
"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 Flathub = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M6.068 0a6 6 0 00-6 6 6 6 0 006 6 6 6 0 005.998-6 6 6 0 00-5.998-6zm9.15.08a1.656 1.656 0 00-1.654 1.656v8.15a1.656 1.656 0 002.483 1.434l7.058-4.074a1.656 1.656 0 000-2.869l-1.044-.604-6.014-3.47a1.656 1.656 0 00-.828-.223zm3.575 13.135a.815.815 0 00-.816.818v2.453h-2.454a.817.817 0 100 1.635h2.454v2.453a.817.817 0 101.635 0v-2.453h2.452a.817.817 0 100-1.635h-2.453v-2.453a.817.817 0 00-.818-.818zM2.865 13.5a2.794 2.794 0 00-2.799 2.8v4.9c0 1.55 1.248 2.8 2.8 2.8h4.9c1.55 0 2.8-1.25 2.8-2.8v-4.9c0-1.55-1.25-2.8-2.8-2.8z" })); exports.default = Flathub;