iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 684 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", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M2 13.032l5 3.193 5-3.193L7 9.87l-5 3.162zM6.967 17.322L12 20.516l5-3.194-5-3.193-5.033 3.193zM12 13.032l5 3.193 5-3.193-5-3.162-5 3.162zM7 3.483L2 6.677 7 9.87l5-3.193-5-3.194zM22 6.677l-5-3.194-5 3.194 5 3.193 5-3.193z", fill: "#323544" }));
exports.default = Dropbox;