CoolFace
Apppublic

AK-21/Graphite-Industrial-Intelligence

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
defaultAttributes.mjs22 linesDownload Raw Back to esm
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