Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@hig/icons

Package Overview
Dependencies
Maintainers
4
Versions
270
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hig/icons - npm Package Compare versions

Comparing version 3.3.0 to 3.4.0

7

CHANGELOG.md

@@ -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 @@

8

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc