Skip to content

Commit

Permalink
Merge pull request #370 from emotion-icons/fluentui-system
Browse files Browse the repository at this point in the history
Add FluentUI System icons
  • Loading branch information
jacobwgillespie committed Mar 22, 2021
2 parents d47907f + 67f7f7e commit 4fb83f9
Show file tree
Hide file tree
Showing 15 changed files with 187 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changeset/config.json
Expand Up @@ -18,6 +18,8 @@
"@emotion-icons/fa-regular",
"@emotion-icons/fa-solid",
"@emotion-icons/feather",
"@emotion-icons/fluentui-system-filled",
"@emotion-icons/fluentui-system-regular",
"@emotion-icons/foundation",
"@emotion-icons/heroicons-outline",
"@emotion-icons/heroicons-solid",
Expand Down
7 changes: 7 additions & 0 deletions .changeset/perfect-donkeys-clean.md
@@ -0,0 +1,7 @@
---
'@emotion-icons/fluentui-system-filled': minor
'@emotion-icons/fluentui-system-regular': minor
'emotion-icons': minor
---

Add FluentUI System icons
9 changes: 9 additions & 0 deletions packages/@emotion-icons/fluentui-system-filled/.gitignore
@@ -0,0 +1,9 @@
# Hide all files by default
/*

# Whitelist the allowed files
!/.gitignore
!/.npmignore
!/CHANGELOG.md
!/package.json
!/README.md
3 changes: 3 additions & 0 deletions packages/@emotion-icons/fluentui-system-filled/.npmignore
@@ -0,0 +1,3 @@
index.ts
index.tsx
*.tsx
@@ -0,0 +1 @@
# @emotion-icons/fluentui-system-filled
43 changes: 43 additions & 0 deletions packages/@emotion-icons/fluentui-system-filled/package.json
@@ -0,0 +1,43 @@
{
"name": "@emotion-icons/fluentui-system-filled",
"version": "3.11.0",
"license": "MIT",
"description": "FluentUI System (filled) icons available as Emotion React Components",
"author": "Jacob Gillespie <jacobwgillespie@gmail.com>",
"homepage": "https://github.com/emotion-icons/emotion-icons",
"repository": "git://github.com/emotion-icons/emotion-icons.git",
"keywords": [
"emotion-icons"
],
"funding": {
"type": "GitHub",
"url": "https://github.com/sponsors/jacobwgillespie"
},
"main": "./index.js",
"module": "./index.esm.js",
"types": "./index.d.ts",
"sideEffects": false,
"publishConfig": {
"access": "public"
},
"scripts": {
"clean": "clean-package",
"generate": "generate-icon-package @svg-icons/fluentui-system-filled"
},
"dependencies": {
"@babel/runtime": "^7.13.10",
"@emotion-icons/emotion-icon": "4.0.0"
},
"peerDependencies": {
"@emotion/react": ">=11.0.0 <12",
"@emotion/styled": ">=11.0.0 <12",
"react": "*"
},
"devDependencies": {
"@emotion-icons/pack-builder": "^2.0.0",
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.1.5",
"@svg-icons/fluentui-system-filled": "1.41.0",
"react": "^17.0.1"
}
}
9 changes: 9 additions & 0 deletions packages/@emotion-icons/fluentui-system-regular/.gitignore
@@ -0,0 +1,9 @@
# Hide all files by default
/*

# Whitelist the allowed files
!/.gitignore
!/.npmignore
!/CHANGELOG.md
!/package.json
!/README.md
3 changes: 3 additions & 0 deletions packages/@emotion-icons/fluentui-system-regular/.npmignore
@@ -0,0 +1,3 @@
index.ts
index.tsx
*.tsx
@@ -0,0 +1 @@
# @emotion-icons/fluentui-system-regular
43 changes: 43 additions & 0 deletions packages/@emotion-icons/fluentui-system-regular/package.json
@@ -0,0 +1,43 @@
{
"name": "@emotion-icons/fluentui-system-regular",
"version": "3.11.0",
"license": "MIT",
"description": "FluentUI System (regular) icons available as Emotion React Components",
"author": "Jacob Gillespie <jacobwgillespie@gmail.com>",
"homepage": "https://github.com/emotion-icons/emotion-icons",
"repository": "git://github.com/emotion-icons/emotion-icons.git",
"keywords": [
"emotion-icons"
],
"funding": {
"type": "GitHub",
"url": "https://github.com/sponsors/jacobwgillespie"
},
"main": "./index.js",
"module": "./index.esm.js",
"types": "./index.d.ts",
"sideEffects": false,
"publishConfig": {
"access": "public"
},
"scripts": {
"clean": "clean-package",
"generate": "generate-icon-package @svg-icons/fluentui-system-regular"
},
"dependencies": {
"@babel/runtime": "^7.13.10",
"@emotion-icons/emotion-icon": "4.0.0"
},
"peerDependencies": {
"@emotion/react": ">=11.0.0 <12",
"@emotion/styled": ">=11.0.0 <12",
"react": "*"
},
"devDependencies": {
"@emotion-icons/pack-builder": "^2.0.0",
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.1.5",
"@svg-icons/fluentui-system-regular": "1.41.0",
"react": "^17.0.1"
}
}
7 changes: 7 additions & 0 deletions packages/emotion-icons/README.md
Expand Up @@ -19,6 +19,7 @@
- [Eva Icons](https://akveo.github.io/eva-icons/)
- [Evil Icons](https://evil-icons.io)
- [Feather](https://feathericons.com/)
- [FluentUI System](https://github.com/microsoft/fluentui-system-icons)
- [Font Awesome](https://fontawesome.com/)
- [Foundation](https://zurb.com/playground/foundation-icon-fonts-3)
- [Heroicons](https://github.com/refactoringui/heroicons)
Expand Down Expand Up @@ -89,6 +90,8 @@ yarn add @emotion-icons/fa-brands
yarn add @emotion-icons/fa-regular
yarn add @emotion-icons/fa-solid
yarn add @emotion-icons/feather
yarn add @emotion-icons/fluentui-system-filled
yarn add @emotion-icons/fluentui-system-regular
yarn add @emotion-icons/foundation
yarn add @emotion-icons/heroicons-outline
yarn add @emotion-icons/heroicons-solid
Expand Down Expand Up @@ -139,6 +142,8 @@ import * as faBrands from '@emotion-icons/fa-brands'
import * as faRegular from '@emotion-icons/fa-regular'
import * as faSolid from '@emotion-icons/fa-solid'
import * as feather from '@emotion-icons/feather'
import * as fluentUISystemFilled from '@emotion-icons/fluentui-system-filled'
import * as fluentUISystemRegular from '@emotion-icons/fluentui-system-regular'
import * as foundation from '@emotion-icons/foundation'
import * as heroiconsOutline from '@emotion-icons/heroicons-outline'
import * as heroiconsSolid from '@emotion-icons/heroicons-solid'
Expand Down Expand Up @@ -354,6 +359,8 @@ The Font Awesome icons are licensed under the [CC BY 4.0 License](https://github

The Feather icons are licensed under the [MIT License](https://github.com/feathericons/feather/blob/master/LICENSE).

The FluentUI System icons are licensed under the [MIT License](https://github.com/microsoft/fluentui-system-icons/blob/master/LICENSE).

The Foundation icons are licensed under the [MIT License](https://github.com/thecreation/standard-icons/blob/master/modules/foundation-icons/LICENSE).

The Heroicons are licensed under the [MIT License](https://github.com/tailwindlabs/heroicons/blob/master/LICENSE).
Expand Down
2 changes: 2 additions & 0 deletions packages/emotion-icons/package.json
Expand Up @@ -49,6 +49,8 @@
"@emotion-icons/fa-regular": "3.6.0",
"@emotion-icons/fa-solid": "3.6.0",
"@emotion-icons/feather": "3.0.0",
"@emotion-icons/fluentui-system-filled": "3.11.0",
"@emotion-icons/fluentui-system-regular": "3.11.0",
"@emotion-icons/foundation": "3.8.0",
"@emotion-icons/heroicons-outline": "3.0.0",
"@emotion-icons/heroicons-solid": "3.0.0",
Expand Down
4 changes: 3 additions & 1 deletion website/src/IndexPage.tsx
Expand Up @@ -27,7 +27,9 @@ const IndexPage: React.SFC = () => (
<a href="https://icons.getbootstrap.com/">Bootstrap</a>, <a href="https://boxicons.com/">Boxicons</a>,{' '}
<a href="http://cryptoicons.co">Crypto Icons</a>, <a href="http://www.entypo.com/">Entypo</a>,{' '}
<a href="https://akveo.github.io/eva-icons/">Eva Icons</a>, <a href="https://evil-icons.io">Evil Icons</a>,{' '}
<a href="https://feathericons.com/">Feather</a>, <a href="https://fontawesome.com/">Font Awesome</a>,{' '}
<a href="https://feathericons.com/">Feather</a>,{' '}
<a href="https://github.com/microsoft/fluentui-system-icons">FluentUI System</a>,{' '}
<a href="https://fontawesome.com/">Font Awesome</a>,{' '}
<a href="https://zurb.com/playground/foundation-icon-fonts-3">Foundation</a>,{' '}
<a href="https://github.com/refactoringui/heroicons">Heroicons</a>, <a href="https://icomoon.io">Icomoon</a>,{' '}
<a href="https://ionicons.com">Ionicons</a>, <a href="https://material.io/icons/">Material Design</a>,{' '}
Expand Down
2 changes: 2 additions & 0 deletions website/src/components/IconCard.tsx
Expand Up @@ -17,6 +17,8 @@ const importMap: any = {
'fa-regular': import('emotion-icons/fa-regular'),
'fa-solid': import('emotion-icons/fa-solid'),
feather: import('emotion-icons/feather'),
'fluentui-system-filled': import('emotion-icons/fluentui-system-filled'),
'fluentui-system-regular': import('emotion-icons/fluentui-system-regular'),
foundation: import('emotion-icons/foundation'),
'heroicons-outline': import('emotion-icons/heroicons-outline'),
'heroicons-solid': import('emotion-icons/heroicons-solid'),
Expand Down
52 changes: 52 additions & 0 deletions yarn.lock
Expand Up @@ -1979,6 +1979,42 @@ __metadata:
languageName: unknown
linkType: soft

"@emotion-icons/fluentui-system-filled@3.11.0, @emotion-icons/fluentui-system-filled@workspace:packages/@emotion-icons/fluentui-system-filled":
version: 0.0.0-use.local
resolution: "@emotion-icons/fluentui-system-filled@workspace:packages/@emotion-icons/fluentui-system-filled"
dependencies:
"@babel/runtime": ^7.13.10
"@emotion-icons/emotion-icon": 4.0.0
"@emotion-icons/pack-builder": ^2.0.0
"@emotion/react": ^11.1.5
"@emotion/styled": ^11.1.5
"@svg-icons/fluentui-system-filled": 1.41.0
react: ^17.0.1
peerDependencies:
"@emotion/react": ">=11.0.0 <12"
"@emotion/styled": ">=11.0.0 <12"
react: "*"
languageName: unknown
linkType: soft

"@emotion-icons/fluentui-system-regular@3.11.0, @emotion-icons/fluentui-system-regular@workspace:packages/@emotion-icons/fluentui-system-regular":
version: 0.0.0-use.local
resolution: "@emotion-icons/fluentui-system-regular@workspace:packages/@emotion-icons/fluentui-system-regular"
dependencies:
"@babel/runtime": ^7.13.10
"@emotion-icons/emotion-icon": 4.0.0
"@emotion-icons/pack-builder": ^2.0.0
"@emotion/react": ^11.1.5
"@emotion/styled": ^11.1.5
"@svg-icons/fluentui-system-regular": 1.41.0
react: ^17.0.1
peerDependencies:
"@emotion/react": ">=11.0.0 <12"
"@emotion/styled": ">=11.0.0 <12"
react: "*"
languageName: unknown
linkType: soft

"@emotion-icons/foundation@3.8.0, @emotion-icons/foundation@workspace:packages/@emotion-icons/foundation":
version: 0.0.0-use.local
resolution: "@emotion-icons/foundation@workspace:packages/@emotion-icons/foundation"
Expand Down Expand Up @@ -3642,6 +3678,20 @@ __metadata:
languageName: node
linkType: hard

"@svg-icons/fluentui-system-filled@npm:1.41.0":
version: 1.41.0
resolution: "@svg-icons/fluentui-system-filled@npm:1.41.0"
checksum: f41a249c1d7de523606ebf41ae758e2fae7046bff2dfcdcdaea3c4732751056c86f92ef93552c74f990581602d7c471ffbb6d6b269a68db35913928dcdb3a75a
languageName: node
linkType: hard

"@svg-icons/fluentui-system-regular@npm:1.41.0":
version: 1.41.0
resolution: "@svg-icons/fluentui-system-regular@npm:1.41.0"
checksum: c80806f001743367651d1b1d40ad54f521d02d47f4ef24426e1b578797e614ff0e12fd2f205fe2dccc819e95a4c074a0da747f6ebacfb993925eac15822d53e1
languageName: node
linkType: hard

"@svg-icons/foundation@npm:1.39.1":
version: 1.39.1
resolution: "@svg-icons/foundation@npm:1.39.1"
Expand Down Expand Up @@ -7438,6 +7488,8 @@ __metadata:
"@emotion-icons/fa-regular": 3.6.0
"@emotion-icons/fa-solid": 3.6.0
"@emotion-icons/feather": 3.0.0
"@emotion-icons/fluentui-system-filled": 3.11.0
"@emotion-icons/fluentui-system-regular": 3.11.0
"@emotion-icons/foundation": 3.8.0
"@emotion-icons/heroicons-outline": 3.0.0
"@emotion-icons/heroicons-solid": 3.0.0
Expand Down

0 comments on commit 4fb83f9

Please sign in to comment.