mirror of
https://github.com/namibia/file-icon-vectors.git
synced 2024-12-26 01:17:29 +00:00
Added icon set demos
This commit is contained in:
parent
b4cb9e959b
commit
68b3692ff1
@ -21,6 +21,8 @@ Currently, there are two icon sets in the `icons` directory:
|
||||
* **Classic** - An expansion of the Redboot [free-file-icons](https://github.com/redbooth/free-file-icons) designs.
|
||||
* **Vivid** - Inspired by [Erlen Masson](https://www.sketchappsources.com/svg-resource/1856-vector-file-type-icons-sketch-freebie-resource.html)
|
||||
|
||||
#### Demo: [View Icon Sets](https://danhendricks.com/demo/github/dmhendricks/file-icon-vectors/demo/)
|
||||
|
||||
## Installation
|
||||
|
||||
To install via Composer:
|
||||
@ -69,7 +71,7 @@ If you prefer, you may also use `.fiv-size-md`, `.fiv-size-lg` and `.fiv-size-xl
|
||||
|
||||
### Future Items
|
||||
|
||||
* Create a demo page for all sets
|
||||
* Fix inconsistent sizing issues in classic set
|
||||
* Add the libraries to a CDN
|
||||
* Add additional libraries, such as square icons, et al
|
||||
|
||||
|
@ -9,8 +9,7 @@
|
||||
"license": "MIT",
|
||||
"ignore": [
|
||||
"**/.*",
|
||||
"sass",
|
||||
"composer.json"
|
||||
"*.json"
|
||||
],
|
||||
"keywords": [
|
||||
"file",
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -13,6 +13,7 @@ $file-icon-css-path: '../icons' !default;
|
||||
display: inline-block;
|
||||
line-height: 1em;
|
||||
width: #{$mult}em;
|
||||
|
||||
&:before {
|
||||
content: '\00a0';
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*!
|
||||
* File Icon Vectors v0.1.0 (https://github.com/dmhendricks/file-icon-vectors)
|
||||
* File Icon Vectors 0.8.0 (https://github.com/dmhendricks/file-icon-vectors)
|
||||
* Copyright 2017 Daniel M. Hendricks (https://www.danhendricks.com)
|
||||
* Licensed under MIT (https://github.com/dmhendricks/file-icon-vectors/blob/master/LICENSE)
|
||||
*/
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*!
|
||||
* File Icon Vectors v0.1.0 (https://github.com/dmhendricks/file-icon-vectors)
|
||||
* File Icon Vectors 0.8.0 (https://github.com/dmhendricks/file-icon-vectors)
|
||||
* Copyright 2017 Daniel M. Hendricks (https://www.danhendricks.com)
|
||||
* Licensed under MIT (https://github.com/dmhendricks/file-icon-vectors/blob/master/LICENSE)
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user