Skip to content

Commit

Permalink
feat: add new icons for directory and tool library (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander committed May 20, 2020
1 parent 0d270cb commit c99343e
Show file tree
Hide file tree
Showing 16 changed files with 70 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/images/academic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/images/community-builder.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/images/cooperative.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/images/founder.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/images/funder.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/images/licensing.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/images/member.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/images/policy-maker.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/images/pricing.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/images/researcher.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/images/see-tools.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/images/service-provider.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/images/share-tools.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/images/support-organization.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/images/tools.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
55 changes: 55 additions & 0 deletions src/components/10-atoms/20-icons/icons.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,41 @@ module.exports = {
svg: 'video',
}
],
[
{
svg: 'cooperative',
},
{
svg: 'member'
},
{
svg: 'founder'
},
{
svg: 'service-provider'
},
{
svg: 'policy-maker'
},
{
svg: 'community-builder',
},
{
svg: 'support-organization'
},
{
svg: 'funder'
},
{
svg: 'researcher'
},
{
svg: 'pricing',
},
{
svg: 'licensing'
}
],
[
{
svg: 'topic',
Expand Down Expand Up @@ -184,12 +219,32 @@ module.exports = {
class: 'icon icon--pcc icon--lg',
viewBox: '0 0 32 32',
},
{
svg: 'resources',
class: 'icon icon--resources icon--lg',
viewBox: '0 0 32 32',
},
{
svg: 'tools',
class: 'icon icon--tools icon--lg',
viewBox: '0 0 32 32',
}
],
[
{
svg: 'browse',
class: 'icon icon--browse icon--xl',
viewBox: '0 0 40 40',
},
{
svg: 'see-tools',
class: 'icon icon--see-tools icon--xl',
viewBox: '0 0 40 40',
},
{
svg: 'share-tools',
class: 'icon icon--share-tools icon--xl',
viewBox: '0 0 40 40',
}
],
],
Expand Down

0 comments on commit c99343e

Please sign in to comment.