Skip to content

Commit c229e7c

Browse files
dotarjunlunatic-foxPanquesito7
authored
new icon: framework7 (original, original-wordmark) (#1785)
* add framework7 original and plain icons * update devicons.json with framework7 * remove color from plain svg * resize to 128 * try to resize again * remove grid and fix svg * optimise svgs * add original and plain wordmark versions * rename according to the naming convention * add wordmark versions * remove width/height and use viewBox instead * resize and optimise svg * resize and optimise original wordmark svg * add plain wordmark to font array * remove plain versions * Add aliases and remove plain, plain-wordmark versions * Add newline and some fixes: - Rename icons from "framework-[version].svg" to "framework7-[version].svg". - Remove "style" attribute from `original` version. - Remove trailing comma in `devicon.json`. * add open-source under tags --------- Co-authored-by: Josélio Júnior <76992016+lunatic-fox@users.noreply.github.com> Co-authored-by: David Leal <halfpacho@gmail.com>
1 parent 963c890 commit c229e7c

3 files changed

Lines changed: 36 additions & 0 deletions

File tree

devicon.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3166,6 +3166,40 @@
31663166
"color": "#008cba",
31673167
"aliases": []
31683168
},
3169+
{
3170+
"name": "framework7",
3171+
"altnames": [],
3172+
"tags": [
3173+
"framework",
3174+
"cross-platform",
3175+
"development",
3176+
"mobile",
3177+
"android",
3178+
"ios",
3179+
"open-source"
3180+
],
3181+
"versions": {
3182+
"svg": [
3183+
"original",
3184+
"original-wordmark"
3185+
],
3186+
"font": [
3187+
"original",
3188+
"original-wordmark"
3189+
]
3190+
},
3191+
"color": "#ee350f",
3192+
"aliases": [
3193+
{
3194+
"base": "original",
3195+
"alias": "plain"
3196+
},
3197+
{
3198+
"base": "original-wordmark",
3199+
"alias": "plain-wordmark"
3200+
}
3201+
]
3202+
},
31693203
{
31703204
"name": "fsharp",
31713205
"altnames": [
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)