Skip to content

Commit 1918a16

Browse files
PR feedback
1 parent 318e940 commit 1918a16

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ To use a custom SVG, provide its url in the `src` attribute to request the exter
4646
<ion-icon src="/path/to/external/file.svg"></ion-icon>
4747
```
4848

49-
### Custom Asset Path
49+
#### Custom Asset Path
5050

51-
If you have a different set of icons you like to load or if the Ionicon icons are hosted on a different page or path, you can set the asset url from which Ionicons pulls the icons via:
51+
If you have a different set of icons you would like to load or if the Ionicon icons are hosted on a different page or path, you can set the asset url from which Ionicons pulls the icons via:
5252

5353
```ts
5454
import { setAssetPath } from '@stencil/core'
@@ -65,7 +65,7 @@ This allows the use of named icons like this:
6565
```
6666

6767
## Variants
68-
Each app icon in Ionicons has a `filled`, `outline` and `sharp` variant. These different variants are provided to make your app feel native to a variety of platforms. The filled variant uses the default name without a suffix. Note: Logo icons do not have outlines or sharp variants.
68+
Each app icon in Ionicons has a `filled`, `outline` and `sharp` variant. These different variants are provided to make your app feel native to a variety of platforms. The filled variant uses the default name without a suffix. Note: Logo icons do not have outline or sharp variants.
6969

7070
```html
7171
<ion-icon name="heart"></ion-icon> <!--filled-->

0 commit comments

Comments
 (0)