15 lines
366 B
JavaScript
15 lines
366 B
JavaScript
/**
|
|
* lucide-react v0.0.1 - ISC
|
|
*/
|
|
|
|
import createLucideIcon from '../createLucideIcon.mjs';
|
|
|
|
const SwissFranc = createLucideIcon("SwissFranc", [
|
|
["path", { d: "M10 21V3h8", key: "br2l0g" }],
|
|
["path", { d: "M6 16h9", key: "2py0wn" }],
|
|
["path", { d: "M10 9.5h7", key: "13dmhz" }]
|
|
]);
|
|
|
|
export { SwissFranc as default };
|
|
//# sourceMappingURL=swiss-franc.mjs.map
|