https://github.com/interactivetraining/it-icon
https://github.com/interactivetraining/it-icon
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/interactivetraining/it-icon
- Owner: InteractiveTraining
- License: mit
- Created: 2019-08-30T13:06:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-12T21:08:58.000Z (over 6 years ago)
- Last Synced: 2025-05-12T22:07:16.312Z (9 months ago)
- Language: HTML
- Homepage: https://www.npmjs.com/package/@interactivetraining/icons
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# it-icon
## Example
[codepen.io](https://codepen.io/adamlacombe/pen/yLBoJda)
```html
```
## Properties
| Property | Attribute | Description | Type | Default |
| ---------------- | ----------------- | ----------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| `color` | `color` | | `"danger" \| "dark" \| "light" \| "medium" \| "primary" \| "secondary" \| "success" \| "tertiary" \| "warning"` | `undefined` |
| `name` | `name` | | `"api" \| "consulting" \| "course-conversion" \| "course-developement" \| "custom-solutions" \| "digital-tools" \| "gamification" \| "launch-tools" \| "offline-remote" \| "polls" \| "reporting" \| "scorm-hosting"` | `undefined` |
| `secondaryColor` | `secondary-color` | | `"danger" \| "dark" \| "light" \| "medium" \| "primary" \| "secondary" \| "success" \| "tertiary" \| "warning"` | `undefined` |
| `size` | `size` | | `"large" \| "medium" \| "small" \| "x-large"` | `undefined` |
| `src` | `src` | | `string` | `undefined` |
----------------------------------------------
*Built with [StencilJS](https://stenciljs.com/)*