@kong/icons 1.0.2-pr.14.303467a.0 → 1.0.2-pr.14.c8b97f8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/kong-icons.es.js +197 -197
- package/dist/kong-icons.es.js.map +1 -1
- package/dist/kong-icons.umd.js +1 -1
- package/dist/kong-icons.umd.js.map +1 -1
- package/dist/types/components/flags/index.d.ts +1 -1
- package/dist/types/components/index.d.ts +1 -1
- package/dist/types/components/multi-color/index.d.ts +1 -1
- package/dist/types/components/solid/index.d.ts +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -116,7 +116,7 @@ Source SVG files **must**:
|
|
116
116
|
|
117
117
|
- be stored in the `/svg/` directory
|
118
118
|
- All solid (single-color) icon SVG files **must** be placed in the `/svg/solid/` directory
|
119
|
-
- All flag icon SVG files **must** be named following the format `{country code}.svg` and **must** be placed in the `/svg/flags/` directory
|
119
|
+
- All flag icon SVG files **must** be named following the format `flag-{country code}.svg` and **must** be placed in the `/svg/flags/` directory
|
120
120
|
- All multi-color SVG files **must** be placed in the `/svg/multi-color/` directory
|
121
121
|
- have a **unique**, `kebab-case` filename, regardless of the `/svg/*` subdirectory they are located in
|
122
122
|
- have a default size of `24px` when they are exported
|