Skip to content

Commit

Permalink
feat: create TMIcon 2.0.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
darrytai committed Aug 26, 2024
1 parent c32e15e commit 6ba92ac
Show file tree
Hide file tree
Showing 1,435 changed files with 5,924 additions and 15,318 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build TMIcons
on:
push:
branches:
- v4
- main
paths:
- 'data/**'

Expand Down Expand Up @@ -31,11 +31,7 @@ jobs:
run: |
node ./script/svg2png.js
- name: Build font icons
run: |
node ./script/build-icon-font.js
- name: Commit fonts, svg icons, png files, and Tonic UI data
- name: Commit svg icons, png files, and Tonic UI data
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
Expand Down
188 changes: 0 additions & 188 deletions css/icon-font-demo.css

This file was deleted.

1,902 changes: 1,415 additions & 487 deletions data/Icons.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data/Preferences.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"gridSize":16,"fontPref":{"autoHost":true,"classSelector":".tmicon","cssVars":false,"cssVarsFormat":"scss","includeMetadata":true,"metadata":{"fontFamily":"TMicon","majorVersion":2,"minorVersion":1},"metrics":{"baseline":6.25,"emSize":1024,"whitespace":50},"prefix":"tmicon-","selector":"class","showMetadata":true,"showMetrics":true,"showSelector":true,"showVersion":true},"imagePref":{"autoHost":true,"bgColor":16777215,"classSelector":".tm-svg","color":2236962,"columns":16,"height":32,"margin":16,"name":"icomoon","png":true,"prefix":"tm-svg-","useClassSelector":true},"created":1597114101216,"name":"TM Icons"}
{"gridSize":16,"fontPref":{"autoHost":true,"classSelector":".tmicon","cssVars":false,"cssVarsFormat":"scss","includeMetadata":true,"metadata":{"fontFamily":"TMicon","majorVersion":2,"minorVersion":0},"metrics":{"baseline":6.25,"emSize":1024,"whitespace":50},"prefix":"tmicon-","selector":"class","showMetadata":true,"showMetrics":true,"showSelector":true,"showVersion":true},"imagePref":{"autoHost":true,"bgColor":16777215,"classSelector":".tm-svg","color":2236962,"columns":16,"height":32,"margin":16,"name":"icomoon","png":true,"prefix":"tm-svg-","useClassSelector":true},"created":1597114101216,"name":"TM Icons"}
Loading

0 comments on commit 6ba92ac

Please sign in to comment.