iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 794 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 Package = (props) => React.createElement("svg", { className: "lucide lucide-package", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", ...props },
React.createElement("path", { d: "M11 21.73a2 2 0 002 0l7-4A2 2 0 0021 16V8a2 2 0 00-1-1.73l-7-4a2 2 0 00-2 0l-7 4A2 2 0 003 8v8a2 2 0 001 1.73zM12 22V12" }),
React.createElement("path", { d: "M3.3 7l7.703 4.734a2 2 0 001.994 0L20.7 7M7.5 4.27l9 5.15" }));
exports.default = Package;