@dialpad/dialtone-icons 4.15.0 → 4.15.2
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 +7 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -39,6 +39,13 @@ import * as icons from '@dialpad/dialtone-icons/vue3'; // Vue 3+
|
|
|
39
39
|
import DtIconAccessibility from '@dialpad/dialtone-icons/accessibility.svg';
|
|
40
40
|
```
|
|
41
41
|
|
|
42
|
+
- Importing icon related data
|
|
43
|
+
|
|
44
|
+
```js
|
|
45
|
+
import keywords from '@dialpad/dialtone-icons/keywords.json';
|
|
46
|
+
import iconsList from '@dialpad/dialtone-icons/icons.json';
|
|
47
|
+
```
|
|
48
|
+
|
|
42
49
|
## Committing
|
|
43
50
|
|
|
44
51
|
If you need to add icons, follow the next steps to get your icons committed.
|