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

ak-icon

Package Overview
Dependencies
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ak-icon - npm Package Compare versions

Comparing version 6.0.0 to 6.0.1

14

CHANGELOG.md

@@ -1,6 +0,16 @@

<a name="6.0.0"></a>
# 6.0.0 (2016-09-26)
<a name="6.0.1"></a>
## 6.0.1 (2016-09-26)
<a name="ak-icon@6.0.1"></a>
## ak-icon@6.0.1 (2016-09-26)
### Bug Fixes
* **docs:** Icon docs reviewed ([5ec6cdf](https://bitbucket.org/atlassian/atlaskit/commits/5ec6cdf))
<a name="ak-icon@5.0.0"></a>

@@ -7,0 +17,0 @@ # ak-icon@5.0.0 (2016-09-26)

2

package.json
{
"name": "ak-icon",
"version": "6.0.0",
"version": "6.0.1",
"description": "Icon web components",

@@ -5,0 +5,0 @@ "main": "dist/bundle.js",

# Icons
This package contains the AtlasKit icons. All icons can (and should be, unless your build tool supports tree shaking) be consumed separately.
This package contains the AtlasKit icons. All icons should be consumed separately unless your build tool supports tree shaking.
> Please note the license of this package is the Atlassian Design Guidelines - please see LICENSE for more information.
> This packages is licensed under the Atlassian Design Guidelines - please check the LICENSE file for more information.
## Try it out
Go to [the ak-icon Storybook](https://aui-cdn.atlassian.com/atlaskit/stories/ak-icon/6.0.0/) to try for yourself.
Interact with a [live demo of the ak-icon component.](https://aui-cdn.atlassian.com/atlaskit/stories/ak-icon/6.0.1/)
## Setting up and installing
## Installation

@@ -56,5 +56,5 @@ ```sh

## Controlling the icon color
##Controlling the icon color
The fill color of an icon can be controlled via CSS:
You can control the icon color via CSS:

@@ -67,8 +67,6 @@ ```html

### This package also provides all icons bundled in one export
#### bundle.js
> Please keep in mind that unless your build tool supports tree shaking, you might want to import only a single icon instead of the bundled version.
This package provides all icons bundled in one export but unless your build tool supports tree shaking, you should import only a single icon instead of the bundled version.
#### bundle.js
```js

@@ -86,3 +84,3 @@ import * as icons from 'ak-icon';

or a single one:
Import a single icon:

@@ -107,3 +105,3 @@ ```js

```
however keep in mind that this will pull in *all* icons, not only the ones you use, so it should mainly only be used for prototyping.
This should only be used for prototyping. Keep in mind that this will pull in *all* icons, not only the ones you use.

@@ -110,0 +108,0 @@ ### React

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