mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-05-18 11:56:26 +02:00
fix(docs): fix typo in combining icons docs
This commit is contained in:
@@ -9,7 +9,7 @@ import Sandpack from '~/.vitepress/theme/components/editors/SandpackPreact.vue'
|
||||
# Combining icons
|
||||
|
||||
You can combine multiple icons into a single icon by nesting SVG elements.
|
||||
This is useful if you want to create custom icons icons by combining existing ones.
|
||||
This is useful if you want to create custom icons by combining existing ones.
|
||||
|
||||
::: sandpack {showTabs=false editorHeight=400 editorWidthPercentage=60 dependencies="lucide-preact"}
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ description: Learn how to combine multiple icons into a single icon nested SVG e
|
||||
# Combining icons
|
||||
|
||||
You can combine multiple icons into a single icon by nesting SVG elements.
|
||||
This is useful if you want to create custom icons icons by combining existing ones.
|
||||
This is useful if you want to create custom icons by combining existing ones.
|
||||
|
||||
```SnackPlayer name=State&ext=js&dependencies=react-native-svg,lucide-react-native
|
||||
import React, {useState, useEffect} from 'react';
|
||||
|
||||
@@ -9,7 +9,7 @@ import Sandpack from '~/.vitepress/theme/components/editors/Sandpack.vue'
|
||||
# Combining icons
|
||||
|
||||
You can combine multiple icons into a single icon by nesting SVG elements.
|
||||
This is useful if you want to create custom icons icons by combining existing ones.
|
||||
This is useful if you want to create custom icons by combining existing ones.
|
||||
|
||||
::: sandpack {template=react showTabs=false editorHeight=400 editorWidthPercentage=60 dependencies="lucide-react"}
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ import Sandpack from '~/.vitepress/theme/components/editors/Sandpack.vue'
|
||||
# Combining icons
|
||||
|
||||
You can combine multiple icons into a single icon by nesting SVG elements.
|
||||
This is useful if you want to create custom icons icons by combining existing ones.
|
||||
This is useful if you want to create custom icons by combining existing ones.
|
||||
|
||||
::: sandpack {template=vite-solid showTabs=false editorHeight=400 editorWidthPercentage=60 dependencies="lucide-solid"}
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ import Sandpack from '~/.vitepress/theme/components/editors/SandpackSvelte.vue';
|
||||
# Combining icons
|
||||
|
||||
You can combine multiple icons into a single icon by nesting SVG elements.
|
||||
This is useful if you want to create custom icons icons by combining existing ones.
|
||||
This is useful if you want to create custom icons by combining existing ones.
|
||||
|
||||
::: sandpack {template=vite-svelte showTabs=false editorHeight=400 editorWidthPercentage=60}
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ import Sandpack from '~/.vitepress/theme/components/editors/SandpackVue.vue'
|
||||
# Combining icons
|
||||
|
||||
You can combine multiple icons into a single icon by nesting SVG elements.
|
||||
This is useful if you want to create custom icons icons by combining existing ones.
|
||||
This is useful if you want to create custom icons by combining existing ones.
|
||||
|
||||
::: sandpack {template=vue showTabs=false editorHeight=400 editorWidthPercentage=60 dependencies="@lucide/vue"}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user