Merge branch 'master' of github.com:ericfennis/lucide

This commit is contained in:
Eric Fennis
2021-09-17 13:26:16 +02:00
2 changed files with 13 additions and 20 deletions

View File

@@ -11,7 +11,6 @@ jobs:
runs-on: ubuntu-latest
outputs:
VERSION: ${{ steps.get_version.outputs.VERSION }}
YARN_CACHE_DIR: ${{ steps.yarn_cache.outputs.YARN_CACHE_DIR }}
steps:
- name: Get the version
@@ -22,21 +21,16 @@ jobs:
env:
VERSION_REF: ${{ github.event.inputs.version || github.ref }}
- name: Get yarn cache directory path
id: yarn_cache
run: echo "::set-output name=YARN_CACHE_DIR::$(yarn cache dir)"
lucide:
if: github.repository == 'lucide-icons/lucide'
runs-on: ubuntu-latest
needs: pre-build
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/setup-node@v2.4
with:
node-version: '14'
cache: 'yarn'
cache-dependency-path: yarn.lock
- name: Install dependencies
run: yarn
@@ -68,11 +62,10 @@ jobs:
needs: pre-build
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/setup-node@v2.4
with:
node-version: '14'
cache: 'yarn'
cache-dependency-path: yarn.lock
- name: Install dependencies
run: yarn
@@ -104,11 +97,10 @@ jobs:
needs: pre-build
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/setup-node@v2.4
with:
node-version: '14'
cache: 'yarn'
cache-dependency-path: yarn.lock
- name: Install dependencies
run: yarn
@@ -140,11 +132,10 @@ jobs:
needs: pre-build
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/setup-node@v2.4
with:
node-version: '14'
cache: 'yarn'
cache-dependency-path: yarn.lock
- name: Install dependencies
run: yarn
@@ -176,11 +167,10 @@ jobs:
needs: pre-build
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/setup-node@v2.4
with:
node-version: '14'
cache: 'yarn'
cache-dependency-path: yarn.lock
- name: Install dependencies
run: yarn --pure-lockfile
@@ -212,11 +202,10 @@ jobs:
needs: pre-build
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/setup-node@v2.4
with:
node-version: '14'
cache: 'yarn'
cache-dependency-path: yarn.lock
- name: Install dependencies
run: yarn
@@ -248,11 +237,10 @@ jobs:
needs: pre-build
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/setup-node@v2.4
with:
node-version: '14'
cache: 'yarn'
cache-dependency-path: yarn.lock
- name: Update repos
run: sudo apt-get update
@@ -332,6 +320,10 @@ jobs:
}
EOF
- name: Get packages
run: pub get
working-directory: packages/lucide-flutter
- name: Move the ttf file
run: mv lucide-font/Lucide.ttf packages/lucide-flutter/assets/Lucide.ttf

View File

@@ -9,7 +9,8 @@
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M7 7H3.78A1.73 1.73 0 002 8.67v6.66A1.73 1.73 0 003.78 17H6m8-10h2.22A1.73 1.73 0 0118 8.67v6.66A1.73 1.73 0 0116.22 17H13" />
<path d="M14 7h2a2 2 0 012 2v6a2 2 0 01-2 2h-3" />
<path d="M7 7H4a2 2 0 00-2 2v6a2 2 0 002 2h2" />
<polyline points="11 7 8 12 12 12 9 17" />
<line x1="22" x2="22" y1="11" y2="13" />
</svg>

Before

Width:  |  Height:  |  Size: 434 B

After

Width:  |  Height:  |  Size: 400 B