From d3b9b27ecabae3173368da1a5dc03034d107a2cc Mon Sep 17 00:00:00 2001 From: LitoMore Date: Sun, 26 May 2024 19:58:38 +0800 Subject: [PATCH] Add `viewbox=auto` usage to CDN section (#11024) --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 55e08fb2c..3b7ff8329 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,14 @@ Where `[COLOR]` is optional, and can be replaced by the [hex colors](https://dev ``` +You can use a `viewbox=auto` parameter to get a auto-sized viewbox. This is useful if you want all icons rendered with consistent size: + +```html + + + +``` + ### Node Usage Node The icons are also available through our npm package. To install, simply run: