AK-21/Graphite-Industrial-Intelligence
0
1/**2 * @license lucide-react v1.22.0 - ISC3 *4 * This source code is licensed under the ISC license.5 * See the LICENSE file in the root directory of this source tree.6 */7 8var defaultAttributes = {9 xmlns: "http://www.w3.org/2000/svg",10 width: 24,11 height: 24,12 viewBox: "0 0 24 24",13 fill: "none",14 stroke: "currentColor",15 strokeWidth: 2,16 strokeLinecap: "round",17 strokeLinejoin: "round"18};19 20export { defaultAttributes as default };21//# sourceMappingURL=defaultAttributes.mjs.map22 