Skip to content

Commit

Permalink
fix(icons): add new icons sprint 24
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasMurtaVI committed Dec 9, 2024
1 parent c1a0aa5 commit 2137cfb
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"@storybook/addon-console": "^2.0.0",
"@storybook/addon-docs": "^7.4.0",
"autoprefixer": "^10.4.7",
"blip-tokens": "^1.87.1",
"blip-tokens": "^1.88.0",
"react": "^18.1.0",
"react-dom": "^18.1.0"
},
Expand Down
17 changes: 17 additions & 0 deletions src/components/icon/icon.stories.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@ const outlineIconsName = [
'ai',
'air-balloon',
'airplane',
'align-center',
'align-left',
'align-right',
'arrow-ball-down',
'arrow-ball-left',
'arrow-ball-right',
Expand All @@ -150,6 +153,7 @@ const outlineIconsName = [
'audio',
'automation',
'avatar-user',
'backspace',
'bag',
'barcode',
'bell',
Expand Down Expand Up @@ -184,6 +188,7 @@ const outlineIconsName = [
'close',
'cloud-2',
'cloud',
'code',
'company',
'conections',
'contact',
Expand Down Expand Up @@ -240,6 +245,12 @@ const outlineIconsName = [
'folder',
'guide',
'gift',
'h-1',
'h-2',
'h-3',
'h-4',
'h-5',
'h-6',
'heart',
'home',
'info',
Expand Down Expand Up @@ -279,10 +290,12 @@ const outlineIconsName = [
'notebook',
'notes',
'order-elements',
'ordered-list',
'ordering-aleatory',
'ordering-ascending',
'ordering-descending',
'openfinance',
'paste',
'paint',
'paperplane',
'pause',
Expand All @@ -298,6 +311,7 @@ const outlineIconsName = [
'priorization',
'qrcode',
'question',
'quote',
'redo',
'refresh',
'refresh-all',
Expand All @@ -313,6 +327,7 @@ const outlineIconsName = [
'sale',
'save-disk',
'save-flag',
'scissor',
'screen-fill',
'screen-full',
'search',
Expand Down Expand Up @@ -347,7 +362,9 @@ const outlineIconsName = [
'typing',
'undo',
'unlock',
'unordered-list',
'unpin',
'unstyled',
'upload',
'user-active',
'user-default',
Expand Down
4 changes: 4 additions & 0 deletions src/components/illustration/illustration.stories.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const defaults = [
'agent-flat-3',
'agent-flat-4',
'atention',
'automation',
'blip-chat',
'blip-chat-health',
'blip-chat-logistic',
Expand All @@ -46,8 +47,10 @@ const defaults = [
'collaboration-2',
'collaboration-3',
'delivery-chat',
'delete',
'exchange-person',
'ecossystem-1',
'error',
'faq',
'girl-email',
'girl-tablet',
Expand Down Expand Up @@ -97,6 +100,7 @@ const defaults = [
'user-3',
'user-4',
'user-plataform',
'warning',
'webhook',
'welcome-blip',
'whatsapp-web',
Expand Down

0 comments on commit 2137cfb

Please sign in to comment.