Skip to content

Commit

Permalink
feat(icons): add security icons
Browse files Browse the repository at this point in the history
  • Loading branch information
andresin87 committed Mar 31, 2023
1 parent 7bf8a20 commit 9e1d600
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/components/icons/assets/security/idea-fill.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions packages/components/icons/assets/security/idea-outline.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions packages/components/icons/assets/security/lock-fill.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions packages/components/icons/assets/security/lock-outline.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions packages/components/icons/assets/security/unlock-fill.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions packages/components/icons/assets/security/unlock-outline.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions packages/components/icons/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -268,4 +268,10 @@ export { ImageFill } from './icons/ImageFill'
export { ImageOutline } from './icons/ImageOutline'
export { NoPhoto } from './icons/NoPhoto'
export { RotateImage } from './icons/RotateImage'
export { IdeaFill } from './icons/IdeaFill'
export { IdeaOutline } from './icons/IdeaOutline'
export { LockFill } from './icons/LockFill'
export { LockOutline } from './icons/LockOutline'
export { UnlockFill } from './icons/UnlockFill'
export { UnlockOutline } from './icons/UnlockOutline'
export { Check } from './icons/Check'
6 changes: 6 additions & 0 deletions packages/components/icons/src/tags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -268,4 +268,10 @@ export { tags as imageFillTags } from './icons/ImageFill'
export { tags as imageOutlineTags } from './icons/ImageOutline'
export { tags as noPhotoTags } from './icons/NoPhoto'
export { tags as rotateImageTags } from './icons/RotateImage'
export { tags as ideaFillTags } from './icons/IdeaFill'
export { tags as ideaOutlineTags } from './icons/IdeaOutline'
export { tags as lockFillTags } from './icons/LockFill'
export { tags as lockOutlineTags } from './icons/LockOutline'
export { tags as unlockFillTags } from './icons/UnlockFill'
export { tags as unlockOutlineTags } from './icons/UnlockOutline'
export { tags as checkTags } from './icons/Check'

0 comments on commit 9e1d600

Please sign in to comment.