UNPKG

lucide-react

Version:

A Lucide icon library package for React applications

17 lines (13 loc) 476 B
/** * @license lucide-react v0.367.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.js'; const Award = createLucideIcon("Award", [ ["circle", { cx: "12", cy: "8", r: "6", key: "1vp47v" }], ["path", { d: "M15.477 12.89 17 22l-5-3-5 3 1.523-9.11", key: "em7aur" }] ]); export { Award as default }; //# sourceMappingURL=award.js.map