lucide-react
Version:
A Lucide icon library package for React applications
15 lines (11 loc) • 414 B
JavaScript
/**
* lucide-react v0.0.1 - ISC
*/
import createLucideIcon from '../createLucideIcon.mjs';
const Percent = createLucideIcon("Percent", [
["line", { x1: "19", x2: "5", y1: "5", y2: "19", key: "1x9vlm" }],
["circle", { cx: "6.5", cy: "6.5", r: "2.5", key: "4mh3h7" }],
["circle", { cx: "17.5", cy: "17.5", r: "2.5", key: "1mdrzq" }]
]);
export { Percent as default };
//# sourceMappingURL=percent.mjs.map