mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-24 04:09:23 +01:00
Adjust examples preact docs
This commit is contained in:
@@ -8,12 +8,13 @@ import {
|
||||
Sandwich,
|
||||
Wine,
|
||||
Dessert,
|
||||
} from "lucide-react";
|
||||
} from "lucide-preact";
|
||||
import { h } from "preact";
|
||||
import "./icon.css";
|
||||
|
||||
function App() {
|
||||
return (
|
||||
<div className="app">
|
||||
<div className="grid">
|
||||
<CakeSlice />
|
||||
<Candy />
|
||||
<Apple />
|
||||
|
||||
Reference in New Issue
Block a user