iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 791 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 Bentoml = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M16.3 11a1.1 1.1 0 100-2.2 1.1 1.1 0 000 2.2zm-4.4 0a1.1 1.1 0 100-2.2 1.1 1.1 0 000 2.2zM5.67 0a1.2 1.2 0 00-.815.318L.386 4.444A1.2 1.2 0 000 5.325V22.4A1.6 1.6 0 001.6 24h17.048a1.2 1.2 0 00.911-.42l4.152-4.843a1.2 1.2 0 00.289-.781V1.6A1.6 1.6 0 0022.4 0zM6 .6h16.2a1.2 1.2 0 011.2 1.2v15.8a1.6 1.6 0 01-1.6 1.6H6A1.2 1.2 0 014.8 18V1.8A1.2 1.2 0 016 .6z" }));
exports.default = Bentoml;