iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 931 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 Minio = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M13.207.006a2.16 2.16 0 00-1.62.582 2.15 2.15 0 00-.095 3.035l3.408 3.55a3.042 3.042 0 01-.663 4.688l-.463.239V7.285a15.42 15.42 0 00-8.018 10.486v.018l6.549-3.328v7.621L13.779 24V13.682l.897-.463a4.443 4.443 0 001.22-7.03l-3.37-3.525a.749.749 0 01.037-1.055.752.752 0 011.056.038l.467.486-.006.006 4.07 4.244a.057.057 0 00.082 0 .06.06 0 000-.07l-3.14-5.143-.149.143.149-.145C14.494.393 13.829.054 13.207.006zm-.902 9.865v2.994l-4.152 2.149a13.979 13.979 0 012.767-3.928 14.178 14.178 0 011.385-1.215z" }));
exports.default = Minio;