14 lines
300 B
JavaScript
14 lines
300 B
JavaScript
/**
|
|
* lucide-react v0.0.1 - ISC
|
|
*/
|
|
|
|
import createLucideIcon from '../createLucideIcon.mjs';
|
|
|
|
const Tally2 = createLucideIcon("Tally2", [
|
|
["path", { d: "M4 4v16", key: "6qkkli" }],
|
|
["path", { d: "M9 4v16", key: "81ygyz" }]
|
|
]);
|
|
|
|
export { Tally2 as default };
|
|
//# sourceMappingURL=tally-2.mjs.map
|