1
1
mirror of https://github.com/namibia/file-icon-vectors.git synced 2024-06-26 15:14:06 +00:00

Added 'extra' set, open folder (#6)

This commit is contained in:
Daniel Hendricks 2018-09-18 09:05:19 -05:00
parent cb605a0de7
commit 21f9635ed3
8 changed files with 93 additions and 0 deletions

60
dist/file-icon-extra.css vendored Normal file
View File

@ -0,0 +1,60 @@
/*!
* File Icon Vectors 1.0 (https://github.com/dmhendricks/file-icon-vectors)
* Copyright 2018 Daniel M. Hendricks (https://www.danhendricks.com)
* Licensed under MIT (https://github.com/dmhendricks/file-icon-vectors/blob/master/LICENSE)
*/
.fiv-background, .fiv-ext {
background-size: contain;
background-position: 50%;
background-repeat: no-repeat;
}
.fiv-size-md {
font-size: 2.25em;
}
.fiv-size-lg {
font-size: 3.5em;
}
.fiv-size-xl {
font-size: 4.75em;
}
.fiv-ext {
position: relative;
display: inline-block;
line-height: 1em;
width: 1em;
}
.fiv-ext:before {
content: '\00a0';
}
.fiv-ext.fiv-icon-folder-closed {
background-image: url("icons/extra/folder-closed.svg");
}
.fiv-ext.fiv-icon-folder-open {
background-image: url("icons/extra/folder-open.svg");
}
.fiv-ext {
position: relative;
display: inline-block;
line-height: 1em;
width: 1em;
}
.fiv-ext:before {
content: '\00a0';
}
.fiv-ext.fiv-icon-folder-closed {
background-image: url("icons/extra/folder-closed.svg");
}
.fiv-ext.fiv-icon-folder-open {
background-image: url("icons/extra/folder-open.svg");
}

16
dist/file-icon-extra.min.css vendored Normal file
View File

@ -0,0 +1,16 @@
/*!
* File Icon Vectors 1.0 (https://github.com/dmhendricks/file-icon-vectors)
* Copyright 2018 Daniel M. Hendricks (https://www.danhendricks.com)
* Licensed under MIT (https://github.com/dmhendricks/file-icon-vectors/blob/master/LICENSE)
*/.fiv-background,.fiv-ext{background-size:contain;background-position:50%;background-repeat:no-repeat}
.fiv-size-md{font-size:2.25em}
.fiv-size-lg{font-size:3.5em}
.fiv-size-xl{font-size:4.75em}
.fiv-ext{position:relative;display:inline-block;line-height:1em;width:1em}
.fiv-ext:before{content:'\00a0'}
.fiv-ext.fiv-icon-folder-closed{background-image:url("icons/extra/folder-closed.svg")}
.fiv-ext.fiv-icon-folder-open{background-image:url("icons/extra/folder-open.svg")}
.fiv-ext{position:relative;display:inline-block;line-height:1em;width:1em}
.fiv-ext:before{content:'\00a0'}
.fiv-ext.fiv-icon-folder-closed{background-image:url("icons/extra/folder-closed.svg")}
.fiv-ext.fiv-icon-folder-open{background-image:url("icons/extra/folder-open.svg")}

1
dist/icons/extra/catalog.json vendored Normal file
View File

@ -0,0 +1 @@
["folder-closed","folder-open"]

1
dist/icons/extra/folder-closed.svg vendored Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M90 20H45L35 10H10C4.5 10 0 14.5 0 20v20h100V30c0-5.5-4.5-10-10-10z" fill="#ffa000"/><path d="M90 20H10C4.5 20 0 24.5 0 30v50c0 5.5 4.5 10 10 10h80c5.5 0 10-4.5 10-10V30c0-5.5-4.5-10-10-10z" fill="#ffca28"/></svg>

After

Width:  |  Height:  |  Size: 284 B

1
dist/icons/extra/folder-open.svg vendored Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M80.6 19.6H42.7l-9.5-9.5H9.5c-5.2 0-9.5 4.3-9.5 9.5v56.9C0 81.7 4.3 86 9.5 86H83c4 0 7.1-3.1 7.1-7.1V29c0-5.2-4.3-9.4-9.5-9.4z" fill="#ffa000"/><path d="M90.6 33.8H26.8c-4.5 0-8.5 3.3-9.3 7.8l-8 44.3h75.1c4.5 0 8.5-3.3 9.3-7.8l5.9-33.2c1.2-5.7-3.3-11.1-9.2-11.1z" fill="#ffca28"/></svg>

After

Width:  |  Height:  |  Size: 357 B

View File

@ -0,0 +1,3 @@
@include file-family(ext, 1);
@include file-icon(extra, ext, folder-closed);
@include file-icon(extra, ext, folder-open);

View File

@ -0,0 +1,11 @@
/*!
* File Icon Vectors 1.0 (https://github.com/dmhendricks/file-icon-vectors)
* Copyright 2018 Daniel M. Hendricks (https://www.danhendricks.com)
* Licensed under MIT (https://github.com/dmhendricks/file-icon-vectors/blob/master/LICENSE)
*/
@import "variables";
@import "file-icon-base";
@import "file-icon-aux";
@import "file-icon-extra-list";
@import "file-icon-extra-list";