Skip to content

Commit

Permalink
feat: create @utrecht/icon package
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert committed Oct 20, 2021
1 parent f571278 commit 78fde4e
Show file tree
Hide file tree
Showing 3 changed files with 181 additions and 8 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ https://unpkg.com/@utrecht/design-tokens@^1.0.0/dist/index.css
| [@utrecht/component-library-formio](https://www.npmjs.com/package/@utrecht/component-library-formio) | [![NPM version](https://img.shields.io/npm/v/@utrecht/component-library-formio.svg)](https://www.npmjs.com/package/@utrecht/component-library-formio) |
| [@utrecht/components](https://www.npmjs.com/package/@utrecht/components) | [![NPM version](https://img.shields.io/npm/v/@utrecht/components.svg)](https://www.npmjs.com/package/@utrecht/components) |
| [@utrecht/design-tokens](https://www.npmjs.com/package/@utrecht/design-tokens) | [![NPM version](https://img.shields.io/npm/v/@utrecht/design-tokens.svg)](https://www.npmjs.com/package/@utrecht/design-tokens) |
| [@utrecht/icon](https://www.npmjs.com/package/@utrecht/icon) | [![NPM version](https://img.shields.io/npm/v/@utrecht/icon.svg)](https://www.npmjs.com/package/@utrecht/icon) |
| [@utrecht/web-component-library-angular](https://www.npmjs.com/package/@utrecht/web-component-library-angular) | [![NPM version](https://img.shields.io/npm/v/@utrecht/web-component-library-angular.svg)](https://www.npmjs.com/package/@utrecht/web-component-library-angular) |
| [@utrecht/web-component-library-react](https://www.npmjs.com/package/@utrecht/web-component-library-react) | [![NPM version](https://img.shields.io/npm/v/@utrecht/web-component-library-react.svg)](https://www.npmjs.com/package/@utrecht/web-component-library-react) |
| [@utrecht/web-component-library-stencil](https://www.npmjs.com/package/@utrecht/web-component-library-stencil) | [![NPM version](https://img.shields.io/npm/v/@utrecht/web-component-library-stencil.svg)](https://www.npmjs.com/package/@utrecht/web-component-library-stencil) |
Expand Down
24 changes: 24 additions & 0 deletions components/icon/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"version": "1.0.0-alpha.0",
"author": "Community for NL Design System",
"description": "Icons for the Municipality of Utrecht based on the NL Design System architecture",
"license": "EUPL-1.2",
"name": "@utrecht/icon",
"files": [
"dist"
],
"keywords": [
"nl-design-system"
],
"private": false,
"scripts": {
"prebuild": "mkdir -p dist/",
"build": "svgo -f . -o dist/"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"svgo": "2.7.0"
}
}
164 changes: 156 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 78fde4e

Please sign in to comment.