Skip to content

Commit

Permalink
chore: Icon updates 02 Dec 2024, 08:05:56
Browse files Browse the repository at this point in the history
  • Loading branch information
zeta-icons-bot committed Dec 2, 2024
1 parent ec17713 commit e3e6c5e
Show file tree
Hide file tree
Showing 16 changed files with 922 additions and 885 deletions.
2 changes: 1 addition & 1 deletion .github/fetch_icons/hash.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a515f09ef2629206ff50c5165cf4b431
100ec981b7d33f21fe44a99dd873f2f5
9 changes: 9 additions & 0 deletions outputs/android/ic_google_drive_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="M536.465 189.55C526.745 172.647 539.255 151.616 558.75 152.094L736.88 156.46C745.605 156.674 753.585 161.423 757.94 168.989L1062.555 698.645C1072.28 715.55 1059.765 736.58 1040.275 736.105L862.145 731.735C853.42 731.525 845.44 726.775 841.085 719.21L536.465 189.55Z" />
</vector>
9 changes: 9 additions & 0 deletions outputs/android/ic_google_drive_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="M514.295 151.005L750.93 156.804L1084.725 737.19L848.095 731.39L514.295 151.005Z" />
</vector>
8 changes: 8 additions & 0 deletions outputs/code-connect.figma.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2081,6 +2081,14 @@ figma.connect(
html`<zeta-icon rounded=${props.rounded}>money-pound</zeta-icon>`,
},
);
figma.connect(
"https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=7977:3567",
{
props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) },
example: (props) =>
html`<zeta-icon rounded=${props.rounded}>google-drive</zeta-icon>`,
},
);
figma.connect(
"https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=258:1625",
{
Expand Down
1,771 changes: 889 additions & 882 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/social/google_drive_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/social/google_drive_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/google_drive_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/google_drive_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 @@ -245,6 +245,7 @@ export const ZetaIconNameList = [
"full_screen",
"gif",
"glossary",
"google_drive",
"grid_off",
"grid_on",
"grid_view",
Expand Down Expand Up @@ -787,6 +788,7 @@ export type ZetaIconName = "activity"
| "full_screen"
| "gif"
| "glossary"
| "google_drive"
| "grid_off"
| "grid_on"
| "grid_view"
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.9.0",
"type": "module",
"lastUpdated": "11 Nov 2024, 15:09:16",
"lastUpdated": "02 Dec 2024, 08:05:56",
"main": "index.js",
"types": "dist/index.d.ts",
"files": [
Expand Down

0 comments on commit e3e6c5e

Please sign in to comment.