UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

14 lines (11 loc) 439 B
/** * @license lucide-react v0.563.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ const mergeClasses = (...classes) => classes.filter((className, index, array) => { return Boolean(className) && className.trim() !== "" && array.indexOf(className) === index; }).join(" ").trim(); export { mergeClasses }; //# sourceMappingURL=mergeClasses.js.map