Skip to content
This repository was archived by the owner on Aug 21, 2023. It is now read-only.

Commit

Permalink
Add tiny icons for line items (#1038)
Browse files Browse the repository at this point in the history
* add icons

* add aliases
  • Loading branch information
justinwolfe authored Feb 22, 2022
1 parent f4c50c8 commit 91b313a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/Icon/icons.all.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ import fabQuestion from '../../icons/fab-question.svg'
import fabSearch from '../../icons/fab-search.svg'
import fields from '../../icons/fields.svg'
import flags from '../../icons/flags.svg'
import flagSmall from '../../icons/flag-small.svg'
import folder from '../../icons/folder.svg'
import folderCheck from '../../icons/folder-check.svg'
import folderOpen from '../../icons/folder-open.svg'
Expand Down Expand Up @@ -210,6 +211,7 @@ import trophy from '../../icons/trophy.svg'
import unassigned from '../../icons/unassigned.svg'
import underline from '../../icons/underline.svg'
import user from '../../icons/user.svg'
import userSmall from '../../icons/user-small.svg'
import userX from '../../icons/user-x.svg'
import workflow from '../../icons/workflow.svg'
import workflowSmall from '../../icons/workflow-small.svg'
Expand Down Expand Up @@ -238,6 +240,7 @@ const ICONS = {
'arrow-two-way': arrowTwoWay,
'arrow-up-huge': arrowUpHuge,
assign,
'assign-small': userSmall,
assigned,
at,
'attach-large': attachLarge,
Expand Down Expand Up @@ -328,6 +331,7 @@ const ICONS = {
'fab-search': fabSearch,
fields,
flags,
'flag-small': flagSmall,
'folder-check': folderCheck,
'folder-open-small': folderOpenSmall,
'folder-open': folderOpen,
Expand Down Expand Up @@ -382,8 +386,10 @@ const ICONS = {
pause,
'pencil-small': pencilSmall,
period,
person: assign,
'person-multiple': personMultiple,
'person-plus': personPlus,
'person-small': userSmall,
'person-tick': personTick,
'person-x': personX,
'play-video': playVideo,
Expand Down Expand Up @@ -450,6 +456,7 @@ const ICONS = {
underline,
'user-x': userX,
user,
'user-small': userSmall,
'workflow-small': workflowSmall,
workflow,
'x-large-single-arrow-left': xLargeSingleArrowLeft,
Expand Down
1 change: 1 addition & 0 deletions src/icons/flag-small.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/icons/user-small.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 91b313a

Please sign in to comment.