iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 996 B
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 Linuxmint = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M5.438 5.906v8.438c0 2.06 1.69 3.75 3.75 3.75h5.625c2.06 0 3.75-1.69 3.75-3.75V9.656a2.827 2.827 0 00-2.813-2.812 2.8 2.8 0 00-1.875.737A2.8 2.8 0 0012 6.844a2.827 2.827 0 00-2.812 2.812v4.688h1.875V9.656c0-.529.408-.937.937-.937s.938.408.938.937v4.688h1.875V9.656c0-.529.408-.937.937-.937s.938.408.938.937v4.688a1.86 1.86 0 01-1.875 1.875H9.188a1.86 1.86 0 01-1.875-1.875V5.906zM12 0C5.384 0 0 5.384 0 12s5.384 12 12 12 12-5.384 12-12S18.616 0 12 0m0 1.875A10.11 10.11 0 0122.125 12 10.11 10.11 0 0112 22.125 10.11 10.11 0 011.875 12 10.11 10.11 0 0112 1.875" }));
exports.default = Linuxmint;