Skip to content

Commit

Permalink
chore: Icon updates 30 Oct 2024, 08:02:33 (#59)
Browse files Browse the repository at this point in the history
feat: Add new icon: comms chat round and sharp
  • Loading branch information
github-actions[bot] authored Nov 4, 2024
1 parent a80f61f commit 7215025
Show file tree
Hide file tree
Showing 16 changed files with 1,141 additions and 1,104 deletions.
2 changes: 1 addition & 1 deletion .github/fetch_icons/hash.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dfa22be5c5321ebedac49bba9201e188
8be768c1a01ceaa2b2eac164cd1385e1
9 changes: 9 additions & 0 deletions outputs/android/ic_comms_chat_round.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="1200"
android:viewportHeight="1200">
<path
android:fillColor="@android:color/black"
android:pathData="M151.251 572.22C151.251 311.421 363.637 100 625.625 100C887.615 100 1100 311.421 1100 572.22C1100 833.025 887.615 1044.445 625.625 1044.445C539.16 1044.445 414.792 1044.445 414.792 1044.445H151.24C124.887 1044.445 98.524 1018.21 100.064 994.28L209.035 798.26C172.186 731.095 151.251 654.04 151.251 572.22ZM625.625 178.703C407.301 178.703 230.314 354.888 230.314 572.22C230.314 645.66 250.484 714.285 285.588 773.05C291.154 782.36 292.612 793.555 289.621 803.975L196.674 965.74H414.792C414.792 965.74 547.775 965.74 625.625 965.74C843.95 965.74 1020.94 789.555 1020.94 572.22C1020.94 354.888 843.95 178.703 625.625 178.703Z" />
</vector>
9 changes: 9 additions & 0 deletions outputs/android/ic_comms_chat_sharp.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="1200"
android:viewportHeight="1200">
<path
android:fillColor="@android:color/black"
android:pathData="M151.251 572.22C151.251 311.421 363.637 100 625.625 100C887.615 100 1100 311.421 1100 572.22C1100 833.025 887.615 1044.445 625.625 1044.445C539.16 1044.445 414.792 1044.445 414.792 1044.445H151.24C124.887 1044.445 98.524 1018.21 100.064 994.28L209.035 798.26C172.186 731.095 151.251 654.04 151.251 572.22ZM625.625 178.703C407.301 178.703 230.314 354.888 230.314 572.22C230.314 645.66 250.484 714.285 285.588 773.05C291.154 782.36 292.612 793.555 289.621 803.975L196.674 965.74H414.792C414.792 965.74 547.775 965.74 625.625 965.74C843.95 965.74 1020.94 789.555 1020.94 572.22C1020.94 354.888 843.95 178.703 625.625 178.703Z" />
</vector>
8 changes: 8 additions & 0 deletions outputs/code-connect.figma.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1487,6 +1487,14 @@ figma.connect(
html`<zeta-icon rounded=${props.rounded}>unsubscribe</zeta-icon>`,
},
);
figma.connect(
"https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=7696:3347",
{
props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) },
example: (props) =>
html`<zeta-icon rounded=${props.rounded}>comms-chat</zeta-icon>`,
},
);
figma.connect(
"https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=833:1916",
{
Expand Down
2,209 changes: 1,108 additions & 1,101 deletions outputs/flutter/icons.g.dart

Large diffs are not rendered by default.

Binary file modified outputs/flutter/zeta-icons-round.ttf
Binary file not shown.
Binary file modified outputs/flutter/zeta-icons-sharp.ttf
Binary file not shown.
2 changes: 1 addition & 1 deletion outputs/icon-manifest.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions outputs/icons/communication/comms_chat_round.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 outputs/icons/communication/comms_chat_sharp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added outputs/png/comms_chat_round.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added outputs/png/comms_chat_sharp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions outputs/web/icon-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ export const ZetaIconNameList = [
"cloud_upload",
"color_fill",
"columns",
"comms_chat",
"contactless_pay",
"content",
"contrast_image",
Expand Down Expand Up @@ -708,6 +709,7 @@ export type ZetaIconName = "activity"
| "cloud_upload"
| "color_fill"
| "columns"
| "comms_chat"
| "contactless_pay"
| "content"
| "contrast_image"
Expand Down
Binary file modified outputs/web/zeta-icons-round.woff2
Binary file not shown.
Binary file modified outputs/web/zeta-icons-sharp.woff2
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@zebra-fed/zeta-icons",
"version": "0.8.1",
"type": "module",
"lastUpdated": "24 Oct 2024, 19:01:50",
"lastUpdated": "30 Oct 2024, 08:02:33",
"main": "index.js",
"types": "dist/index.d.ts",
"files": [
Expand Down

0 comments on commit 7215025

Please sign in to comment.