iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 702 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 Dropbox = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-dropbox", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M8.01 4.555L4.005 7.11 8.01 9.665 4.005 12.22 0 9.651l4.005-2.555L0 4.555 4.005 2zm-4.026 8.487l4.006-2.555 4.005 2.555-4.005 2.555zm4.026-3.39l4.005-2.556L8.01 4.555 11.995 2 16 4.555 11.995 7.11 16 9.665l-4.005 2.555z" }));
exports.default = Dropbox;