From d25a9ab5828663a6771ac50b16b49a786872e953 Mon Sep 17 00:00:00 2001 From: silbad Date: Tue, 26 Jan 2021 15:20:20 +0100 Subject: [PATCH] Add 18 icons, bugfixes, change version to 1.1.0 --- .gitignore | 3 + README.md | 10 +- dist/pixa.css | 108 +++++++++-------- dist/pixa.html | 255 +++++++++++++++++++++++++++++++++-------- dist/pixa.json | 102 ++++++++++------- dist/pixa.ttf | Bin 10372 -> 16264 bytes dist/pixa.woff | Bin 4799 -> 6547 bytes dist/pixa.woff2 | Bin 3800 -> 5236 bytes icons/anglerfish.svg | 62 ++++++++++ icons/beer.svg | 61 ++++++++++ icons/blobfish.svg | 61 ++++++++++ icons/blog-1041uuu.svg | 62 ++++++++++ icons/blog-malec.svg | 61 ++++++++++ icons/bluetooth.svg | 61 ++++++++++ icons/crab.svg | 61 ++++++++++ icons/credit-card.svg | 61 ++++++++++ icons/creeper.svg | 61 ++++++++++ icons/desktop.svg | 61 ++++++++++ icons/heart-o.svg | 61 ++++++++++ icons/heart.svg | 61 ++++++++++ icons/panda.svg | 61 ++++++++++ icons/score.svg | 61 ++++++++++ icons/search.svg | 61 ++++++++++ icons/squid.svg | 61 ++++++++++ icons/sword.svg | 61 ++++++++++ icons/zombie.svg | 61 ++++++++++ package.json | 2 +- pixa.code-workspace | 8 ++ templates/html.hbs | 9 +- 29 files changed, 1460 insertions(+), 137 deletions(-) create mode 100644 icons/anglerfish.svg create mode 100644 icons/beer.svg create mode 100644 icons/blobfish.svg create mode 100644 icons/blog-1041uuu.svg create mode 100644 icons/blog-malec.svg create mode 100644 icons/bluetooth.svg create mode 100644 icons/crab.svg create mode 100644 icons/credit-card.svg create mode 100644 icons/creeper.svg create mode 100644 icons/desktop.svg create mode 100644 icons/heart-o.svg create mode 100644 icons/heart.svg create mode 100644 icons/panda.svg create mode 100644 icons/score.svg create mode 100644 icons/search.svg create mode 100644 icons/squid.svg create mode 100644 icons/sword.svg create mode 100644 icons/zombie.svg create mode 100644 pixa.code-workspace diff --git a/.gitignore b/.gitignore index adb2c19..4c62e62 100644 --- a/.gitignore +++ b/.gitignore @@ -101,3 +101,6 @@ typings/ # TernJS port file .tern-port + +# Devs files +.dev diff --git a/README.md b/README.md index d080a34..075f8c2 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,10 @@ yarn global add fantasticon git clone https://github.com/Silbad/pixa.git ``` +## Make svg icons + +* [Human Geek](https://human-geek.com/vectoriser-du-pixel-art-avec-inkscape/) + ## Generate font Manage icons in icons's folder. @@ -20,4 +24,8 @@ yarn build ## Thanks -* [Fantasticon](https://github.com/tancredi/fantasticon) \ No newline at end of file +* [Fantasticon](https://github.com/tancredi/fantasticon) + +## Pixel Artists + +* [Susan Kare](https://kare.com/) \ No newline at end of file diff --git a/dist/pixa.css b/dist/pixa.css index 5eea6f4..5af0af4 100644 --- a/dist/pixa.css +++ b/dist/pixa.css @@ -1,8 +1,8 @@ @font-face { font-family: "pixa"; - src: url("./pixa.ttf?247d65814630c6ba19b704915b4c3de1") format("truetype"), -url("./pixa.woff?247d65814630c6ba19b704915b4c3de1") format("woff"), -url("./pixa.woff2?247d65814630c6ba19b704915b4c3de1") format("woff2"); + src: url("./pixa.ttf?e8aa1734d3e023913d3154041f9ba24a") format("truetype"), +url("./pixa.woff?e8aa1734d3e023913d3154041f9ba24a") format("woff"), +url("./pixa.woff2?e8aa1734d3e023913d3154041f9ba24a") format("woff2"); } [class^="pixa-"]::before, @@ -37,45 +37,63 @@ url("./pixa.woff2?247d65814630c6ba19b704915b4c3de1") format("woff2"); } /* codepoints*/ -.pixa-attachment::before { content: "\f101"; } -.pixa-bee::before { content: "\f102"; } -.pixa-bell-o::before { content: "\f103"; } -.pixa-bell::before { content: "\f104"; } -.pixa-bomb::before { content: "\f105"; } -.pixa-briefcase::before { content: "\f106"; } -.pixa-brush::before { content: "\f107"; } -.pixa-cat-d::before { content: "\f108"; } -.pixa-cell-o::before { content: "\f109"; } -.pixa-cell::before { content: "\f10a"; } -.pixa-coffee::before { content: "\f10b"; } -.pixa-cursor-arrow::before { content: "\f10c"; } -.pixa-delivery::before { content: "\f10d"; } -.pixa-dog-d::before { content: "\f10e"; } -.pixa-duck::before { content: "\f10f"; } -.pixa-feather::before { content: "\f110"; } -.pixa-file-code-o::before { content: "\f111"; } -.pixa-file-code::before { content: "\f112"; } -.pixa-file-doc-o::before { content: "\f113"; } -.pixa-file-doc::before { content: "\f114"; } -.pixa-file-pdf-o::before { content: "\f115"; } -.pixa-file-pdf::before { content: "\f116"; } -.pixa-fist::before { content: "\f117"; } -.pixa-hourglass::before { content: "\f118"; } -.pixa-invader-1::before { content: "\f119"; } -.pixa-invader-2::before { content: "\f11a"; } -.pixa-invader-3::before { content: "\f11b"; } -.pixa-loader-1::before { content: "\f11c"; } -.pixa-mushroom::before { content: "\f11d"; } -.pixa-pill::before { content: "\f11e"; } -.pixa-pistol::before { content: "\f11f"; } -.pixa-prince::before { content: "\f120"; } -.pixa-print::before { content: "\f121"; } -.pixa-spider::before { content: "\f122"; } -.pixa-spray::before { content: "\f123"; } -.pixa-star::before { content: "\f124"; } -.pixa-transport-bus::before { content: "\f125"; } -.pixa-transport-car::before { content: "\f126"; } -.pixa-transport-metro::before { content: "\f127"; } -.pixa-trophy::before { content: "\f128"; } -.pixa-watch::before { content: "\f129"; } -.pixa-wine::before { content: "\f12a"; } +.pixa-anglerfish::before { content: "\f101"; } +.pixa-attachment::before { content: "\f102"; } +.pixa-bee::before { content: "\f103"; } +.pixa-beer::before { content: "\f104"; } +.pixa-bell-o::before { content: "\f105"; } +.pixa-bell::before { content: "\f106"; } +.pixa-blobfish::before { content: "\f107"; } +.pixa-blog-1041uuu::before { content: "\f108"; } +.pixa-blog-malec::before { content: "\f109"; } +.pixa-bluetooth::before { content: "\f10a"; } +.pixa-bomb::before { content: "\f10b"; } +.pixa-briefcase::before { content: "\f10c"; } +.pixa-brush::before { content: "\f10d"; } +.pixa-cat-d::before { content: "\f10e"; } +.pixa-cell-o::before { content: "\f10f"; } +.pixa-cell::before { content: "\f110"; } +.pixa-coffee::before { content: "\f111"; } +.pixa-crab::before { content: "\f112"; } +.pixa-credit-card::before { content: "\f113"; } +.pixa-creeper::before { content: "\f114"; } +.pixa-cursor-arrow::before { content: "\f115"; } +.pixa-delivery::before { content: "\f116"; } +.pixa-desktop::before { content: "\f117"; } +.pixa-dog-d::before { content: "\f118"; } +.pixa-duck::before { content: "\f119"; } +.pixa-feather::before { content: "\f11a"; } +.pixa-file-code-o::before { content: "\f11b"; } +.pixa-file-code::before { content: "\f11c"; } +.pixa-file-doc-o::before { content: "\f11d"; } +.pixa-file-doc::before { content: "\f11e"; } +.pixa-file-pdf-o::before { content: "\f11f"; } +.pixa-file-pdf::before { content: "\f120"; } +.pixa-fist::before { content: "\f121"; } +.pixa-heart-o::before { content: "\f122"; } +.pixa-heart::before { content: "\f123"; } +.pixa-hourglass::before { content: "\f124"; } +.pixa-invader-1::before { content: "\f125"; } +.pixa-invader-2::before { content: "\f126"; } +.pixa-invader-3::before { content: "\f127"; } +.pixa-loader-1::before { content: "\f128"; } +.pixa-mushroom::before { content: "\f129"; } +.pixa-panda::before { content: "\f12a"; } +.pixa-pill::before { content: "\f12b"; } +.pixa-pistol::before { content: "\f12c"; } +.pixa-prince::before { content: "\f12d"; } +.pixa-print::before { content: "\f12e"; } +.pixa-score::before { content: "\f12f"; } +.pixa-search::before { content: "\f130"; } +.pixa-spider::before { content: "\f131"; } +.pixa-spray::before { content: "\f132"; } +.pixa-squid::before { content: "\f133"; } +.pixa-star::before { content: "\f134"; } +.pixa-sword::before { content: "\f135"; } +.pixa-transport-bus::before { content: "\f136"; } +.pixa-transport-car::before { content: "\f137"; } +.pixa-transport-metro::before { content: "\f138"; } +.pixa-trophy::before { content: "\f139"; } +.pixa-watch::before { content: "\f13a"; } +.pixa-wine::before { content: "\f13b"; } +.pixa-zombie::before { content: "\f13c"; } diff --git a/dist/pixa.html b/dist/pixa.html index 56412ad..180341d 100644 --- a/dist/pixa.html +++ b/dist/pixa.html @@ -1,7 +1,7 @@ - + pixa