lucide-react
Version:
A Lucide icon library package for React applications.
24 lines (20 loc) • 625 B
JavaScript
/**
* @license lucide-react v1.46.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createLucideIcon from '../createLucideIcon.mjs';
const __iconData = {
name: "spell-check",
size: 24,
node: [
["path", { d: "m20 15-5.5 5.5L12 18", key: "6ytzne" }],
["path", { d: "m4 16 6-12 5.115 10.23", key: "fyukjg" }],
["path", { d: "M6 12h8", key: "1hdiqa" }]
]
};
__iconData.node;
const SpellCheck = createLucideIcon(__iconData);
export { __iconData, SpellCheck as default };
//# sourceMappingURL=spell-check.mjs.map