@hig/icons
Advanced tools
Comparing version 3.3.0 to 3.4.0
@@ -0,1 +1,8 @@ | ||
# [@hig/icons-v3.4.0](https://github.com/Autodesk/hig/compare/@hig/icons@3.3.0...@hig/icons@3.4.0) (2021-02-22) | ||
### Features | ||
* add stylesheet prop ([decd68a](https://github.com/Autodesk/hig/commit/decd68a)) | ||
# [@hig/icons-v3.3.0](https://github.com/Autodesk/hig/compare/@hig/icons@3.2.1...@hig/icons@3.3.0) (2020-05-15) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@hig/icons", | ||
"version": "3.3.0", | ||
"version": "3.4.0", | ||
"description": "HIG icon assets", | ||
@@ -26,8 +26,8 @@ "author": "Autodesk Inc.", | ||
"@hig/semantic-release-config": "^0.1.0", | ||
"@hig/typography": "^1.0.3", | ||
"@hig/typography": "^1.2.0", | ||
"svgo": "^1.0.5" | ||
}, | ||
"peerDependencies": { | ||
"@hig/theme-context": "^3.0.0", | ||
"@hig/theme-data": "^2.16.1", | ||
"@hig/theme-context": "^3.0.1", | ||
"@hig/theme-data": "^2.19.3", | ||
"react": "^15.4.1 || ^16.3.2" | ||
@@ -34,0 +34,0 @@ }, |
@@ -45,1 +45,7 @@ # Icons | ||
SVG source files for all icons are available in the `build/svg` subdirectory of the `@hig/icons` package (e.g. `./node_modules/@hig/icons/build/svg`). | ||
## Styling | ||
Use the `className` prop to pass in a css class name to the outermost container of the component. The class name will also pass down to most of the other styled elements within the component. | ||
Icons can take a `color` prop that will accept any hex code, rgb, rgba, or color string that can change the default color. Icons also has a `stylesheet` prop that accepts a function wherein you can modify its styles. |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1249580
25199
51