Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecoomber committed Dec 24, 2024
2 parents ab27457 + 30d7d04 commit 39fa580
Show file tree
Hide file tree
Showing 107 changed files with 1,798 additions and 1,255 deletions.
2 changes: 1 addition & 1 deletion .github/fetch_icons/hash.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
675e8c03ae54dde643ccf43e0c06ccd4
151291677913d1c15cadf66cffec2920
11 changes: 2 additions & 9 deletions .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,9 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

publish_code_connect:
name: Publish Code Connect
needs: publish
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install packages
run: npm ci
- name: Publish code connect
run: npx figma connect publish --token ${{ secrets.FIGMA_PERSONAL_ACCESS_TOKEN}}
uses: ./.github/workflows/publish_code_connect.yml
secrets: inherit

update_npm_dependencies:
needs: publish
Expand Down
20 changes: 20 additions & 0 deletions .github/workflows/publish_code_connect.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Publish code connect

on:
workflow_dispatch:
workflow_call:
secrets:
FIGMA_PERSONAL_ACCESS_TOKEN:
required: true

jobs:
publish_code_connect:
name: Publish Code Connect
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install packages
run: npm ci
- name: Publish code connect
run: npx figma connect publish --token ${{ secrets.FIGMA_PERSONAL_ACCESS_TOKEN}}
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.9.3"
".": "0.9.4"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.9.4](https://github.com/ZebraDevs/zeta-icons/compare/zeta-icons-v0.9.3...zeta-icons-v0.9.4) (2024-12-18)


### 🪲 Bug Fixes

* execSync failing ([8e2cce1](https://github.com/ZebraDevs/zeta-icons/commit/8e2cce1a792b37faef9149e70084a586ac36c6db))


### 🧹 Miscellaneous Chores

* Icon updates 18 Dec 2024, 16:16:08 ([#70](https://github.com/ZebraDevs/zeta-icons/issues/70)) ([a198e1e](https://github.com/ZebraDevs/zeta-icons/commit/a198e1e96afe5f6243e06ff86ddea8e71a2b5ec7))

## [0.9.3](https://github.com/ZebraDevs/zeta-icons/compare/zeta-icons-v0.9.2...zeta-icons-v0.9.3) (2024-12-12)


Expand Down
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ export type { ZetaIconName } from "./outputs/web/icon-types.js";
export type * from "./types.js";

// x-release-please-start-version
export const version = "0.9.3";
export const version = "0.9.4";
// x-release-please-end
9 changes: 9 additions & 0 deletions outputs/android/ic_chat_sync_outline_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="M601.865 199.841C380.016 199.841 200.169 378.871 200.169 599.715C200.169 669 217.896 734.25 249.098 791.125L156.823 957.115C155.519 977.375 177.843 999.595 200.159 999.595H601.865C823.715 999.595 1003.565 820.56 1003.565 599.715C1003.565 378.871 823.715 199.841 601.865 199.841ZM300.163 599.715C300.163 435.105 434.216 301.661 599.575 301.661C764.935 301.661 898.99 435.105 898.99 599.715C898.99 764.325 764.935 897.775 599.575 897.775H306.798C306.798 897.775 347.525 823.77 355.992 809.58C364.458 795.385 360.207 781.605 355.992 774.555C315.007 713.125 300.163 655.34 300.163 599.715Z" />
</vector>
9 changes: 9 additions & 0 deletions outputs/android/ic_chat_sync_outline_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="M601.865 199.841C380.016 199.841 200.169 378.871 200.169 599.715C200.169 669 217.896 734.25 249.098 791.125L156.823 957.115C155.519 977.375 177.843 999.595 200.159 999.595H601.865C823.715 999.595 1003.565 820.56 1003.565 599.715C1003.565 378.871 823.715 199.841 601.865 199.841ZM300.163 599.715C300.163 435.105 434.216 301.661 599.575 301.661C764.935 301.661 898.99 435.105 898.99 599.715C898.99 764.325 764.935 897.775 599.575 897.775H306.798C306.798 897.775 347.525 823.77 355.992 809.58C364.458 795.385 360.207 781.605 355.992 774.555C315.007 713.125 300.163 655.34 300.163 599.715Z" />
</vector>
9 changes: 9 additions & 0 deletions outputs/android/ic_chat_sync_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="M251.043 576.85C251.043 359.516 428.03 183.332 646.355 183.332C864.68 183.332 1041.665 359.516 1041.665 576.85C1041.665 794.185 864.68 970.37 646.355 970.37C574.3 970.37 470.659 970.37 470.659 970.37H251.033C229.072 970.37 207.103 948.505 208.386 928.565L299.195 765.215C268.488 709.245 251.043 645.03 251.043 576.85Z" />
</vector>
9 changes: 9 additions & 0 deletions outputs/android/ic_chat_sync_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="M251.043 576.85C251.043 359.516 428.03 183.332 646.355 183.332C864.68 183.332 1041.665 359.516 1041.665 576.85C1041.665 794.185 864.68 970.37 646.355 970.37C574.3 970.37 470.659 970.37 470.659 970.37H251.033C229.072 970.37 207.103 948.505 208.386 928.565L299.195 765.215C268.488 709.245 251.043 645.03 251.043 576.85Z" />
</vector>
9 changes: 9 additions & 0 deletions outputs/android/ic_contacts_outline_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="M650.005 641.51C707.585 641.51 754.22 594.87 754.22 537.29C754.22 479.71 707.585 433.072 650.005 433.072C592.42 433.072 545.785 479.71 545.785 537.29C545.785 594.87 592.42 641.51 650.005 641.51ZM650.005 693.62C580.435 693.62 441.565 728.535 441.565 797.84V823.895C441.565 838.225 453.289 849.95 467.62 849.95H832.385C846.715 849.95 858.44 838.225 858.44 823.895V797.84C858.44 728.535 719.57 693.62 650.005 693.62Z" />
</vector>
9 changes: 9 additions & 0 deletions outputs/android/ic_contacts_outline_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="M650.005 641.51C707.585 641.51 754.22 594.87 754.22 537.29C754.22 479.71 707.585 433.072 650.005 433.072C592.42 433.072 545.785 479.71 545.785 537.29C545.785 594.87 592.42 641.51 650.005 641.51ZM650.005 693.62C580.435 693.62 441.565 728.535 441.565 797.84V823.895C441.565 838.225 453.289 849.95 467.62 849.95H832.385C846.715 849.95 858.44 838.225 858.44 823.895V797.84C858.44 728.535 719.57 693.62 650.005 693.62Z" />
</vector>
9 changes: 9 additions & 0 deletions outputs/android/ic_contacts_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="M300 100C244.772 100 200 144.772 200 200V250H187.5C166.79 250 150 266.79 150 287.5C150 308.21 166.79 325 187.5 325H200V450H187.5C166.79 450 150 466.789 150 487.5C150 508.21 166.79 525 187.5 525H200V650H187.5C166.79 650 150 666.79 150 687.5C150 708.21 166.79 725 187.5 725H200V850H187.5C166.79 850 150 866.79 150 887.5C150 908.21 166.79 925 187.5 925H200V1000C200 1055.23 244.772 1100 300 1100H950C1005.23 1100 1050 1055.23 1050 1000V200C1050 144.772 1005.23 100 950 100H300ZM250 325H312.5C333.21 325 350 308.21 350 287.5C350 266.79 333.21 250 312.5 250H250V325ZM650.005 641.51C707.585 641.51 754.22 594.87 754.22 537.29C754.22 479.71 707.585 433.072 650.005 433.072C592.42 433.072 545.785 479.71 545.785 537.29C545.785 594.87 592.42 641.51 650.005 641.51ZM650.005 693.62C580.435 693.62 441.565 728.535 441.565 797.84V823.895C441.565 838.225 453.289 849.95 467.62 849.95H832.385C846.715 849.95 858.44 838.225 858.44 823.895V797.84C858.44 728.535 719.57 693.62 650.005 693.62ZM312.5 525H250V450H312.5C333.21 450 350 466.789 350 487.5C350 508.21 333.21 525 312.5 525ZM250 725H312.5C333.21 725 350 708.21 350 687.5C350 666.79 333.21 650 312.5 650H250V725ZM312.5 925H250V850H312.5C333.21 850 350 866.79 350 887.5C350 908.21 333.21 925 312.5 925Z" />
</vector>
9 changes: 9 additions & 0 deletions outputs/android/ic_contacts_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="M300 100C244.772 100 200 144.772 200 200V250H187.5C166.79 250 150 266.79 150 287.5C150 308.21 166.79 325 187.5 325H200V450H187.5C166.79 450 150 466.789 150 487.5C150 508.21 166.79 525 187.5 525H200V650H187.5C166.79 650 150 666.79 150 687.5C150 708.21 166.79 725 187.5 725H200V850H187.5C166.79 850 150 866.79 150 887.5C150 908.21 166.79 925 187.5 925H200V1000C200 1055.23 244.772 1100 300 1100H950C1005.23 1100 1050 1055.23 1050 1000V200C1050 144.772 1005.23 100 950 100H300ZM250 325H312.5C333.21 325 350 308.21 350 287.5C350 266.79 333.21 250 312.5 250H250V325ZM650.005 641.51C707.585 641.51 754.22 594.87 754.22 537.29C754.22 479.71 707.585 433.072 650.005 433.072C592.42 433.072 545.785 479.71 545.785 537.29C545.785 594.87 592.42 641.51 650.005 641.51ZM650.005 693.62C580.435 693.62 441.565 728.535 441.565 797.84V823.895C441.565 838.225 453.289 849.95 467.62 849.95H832.385C846.715 849.95 858.44 838.225 858.44 823.895V797.84C858.44 728.535 719.57 693.62 650.005 693.62ZM312.5 525H250V450H312.5C333.21 450 350 466.789 350 487.5C350 508.21 333.21 525 312.5 525ZM250 725H312.5C333.21 725 350 708.21 350 687.5C350 666.79 333.21 650 312.5 650H250V725ZM312.5 925H250V850H312.5C333.21 850 350 866.79 350 887.5C350 908.21 333.21 925 312.5 925Z" />
</vector>
9 changes: 9 additions & 0 deletions outputs/android/ic_home_sync_outline_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="M478.432 600H717.385C741.8 600.26 750.585 604.975 750 628.915V900H850V535.935C849.785 515.605 846.3 506.77 830.82 492.314L633.5 314.583C605.515 291.418 591.075 292.489 566.5 314.583L369.177 492.314C354.796 503.71 350.288 513.01 349.999 535.935V900H449.999V628.915C449.929 607.08 455.687 600.31 478.432 600ZM164.999 600C141.999 600 131.499 571.5 148.499 556.5L566.5 179.999C585.5 162.999 614.5 162.999 633.5 179.999L1051.5 556.5C1069 571.5 1058 600 1035 600H950V950C950 977.5 927.5 1000 900 1000H700C672.5 1000 650 977.5 650 950V700H550V950C550 977.5 527.5 1000 499.999 1000H299.999C272.499 1000 249.999 977.5 249.999 950V600H164.999Z" />
</vector>
9 changes: 9 additions & 0 deletions outputs/android/ic_home_sync_outline_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="M478.432 600H717.385C741.8 600.26 750.585 604.975 750 628.915V900H850V535.935C849.785 515.605 846.3 506.77 830.82 492.314L633.5 314.583C605.515 291.418 591.075 292.489 566.5 314.583L369.177 492.314C354.796 503.71 350.288 513.01 349.999 535.935V900H449.999V628.915C449.929 607.08 455.687 600.31 478.432 600ZM164.999 600C141.999 600 131.499 571.5 148.499 556.5L566.5 179.999C585.5 162.999 614.5 162.999 633.5 179.999L1051.5 556.5C1069 571.5 1058 600 1035 600H950V950C950 977.5 927.5 1000 900 1000H700C672.5 1000 650 977.5 650 950V700H550V950C550 977.5 527.5 1000 499.999 1000H299.999C272.499 1000 249.999 977.5 249.999 950V600H164.999Z" />
</vector>
9 changes: 9 additions & 0 deletions outputs/android/ic_home_sync_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="M475 1000V700H675V1000H925V600H1075L575 150L75 600H225V1000H475Z" />
</vector>
9 changes: 9 additions & 0 deletions outputs/android/ic_home_sync_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="M475 1000V700H675V1000H925V600H1075L575 150L75 600H225V1000H475Z" />
</vector>
9 changes: 9 additions & 0 deletions outputs/android/ic_incoming_call_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="M1090.615 109.377C1093.59 112.352 1095.95 115.882 1097.56 119.769C1099.17 123.654 1100 127.819 1100 132.026C1100 136.232 1099.17 140.398 1097.56 144.284C1095.95 148.17 1093.59 151.701 1090.615 154.674L748.175 497.118L1016.725 497.118C1025.22 497.118 1033.365 500.49 1039.375 506.5C1045.38 512.505 1048.755 520.65 1048.755 529.145C1048.755 537.64 1045.38 545.785 1039.375 551.79C1033.365 557.795 1025.22 561.17 1016.725 561.17L670.85 561.17C653.175 561.17 638.825 546.82 638.825 529.145L638.825 183.267C638.825 174.774 642.2 166.627 648.205 160.621C654.21 154.615 662.355 151.242 670.85 151.242C679.345 151.242 687.49 154.615 693.495 160.621C699.5 166.627 702.875 174.774 702.875 183.267L702.875 451.821L1045.32 109.377C1048.295 106.403 1051.825 104.043 1055.71 102.433C1059.595 100.823 1063.76 99.995 1067.97 99.995C1072.175 99.995 1076.34 100.823 1080.225 102.433C1084.11 104.043 1087.645 106.403 1090.615 109.377Z" />
</vector>
9 changes: 9 additions & 0 deletions outputs/android/ic_incoming_call_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="M1090.615 109.377C1093.59 112.352 1095.95 115.882 1097.56 119.769C1099.17 123.654 1100 127.819 1100 132.026C1100 136.232 1099.17 140.398 1097.56 144.284C1095.95 148.17 1093.59 151.701 1090.615 154.674L748.175 497.118L1016.725 497.118C1025.22 497.118 1033.365 500.49 1039.375 506.5C1045.38 512.505 1048.755 520.65 1048.755 529.145C1048.755 537.64 1045.38 545.785 1039.375 551.79C1033.365 557.795 1025.22 561.17 1016.725 561.17L670.85 561.17C653.175 561.17 638.825 546.82 638.825 529.145L638.825 183.267C638.825 174.774 642.2 166.627 648.205 160.621C654.21 154.615 662.355 151.242 670.85 151.242C679.345 151.242 687.49 154.615 693.495 160.621C699.5 166.627 702.875 174.774 702.875 183.267L702.875 451.821L1045.32 109.377C1048.295 106.403 1051.825 104.043 1055.71 102.433C1059.595 100.823 1063.76 99.995 1067.97 99.995C1072.175 99.995 1076.34 100.823 1080.225 102.433C1084.11 104.043 1087.645 106.403 1090.615 109.377Z" />
</vector>
Loading

0 comments on commit 39fa580

Please sign in to comment.