mirror of
https://github.com/namibia/file-icon-vectors.git
synced 2025-02-04 18:08:24 +00:00
Added 'extra' set, open folder (#6)
This commit is contained in:
parent
cb605a0de7
commit
21f9635ed3
60
dist/file-icon-extra.css
vendored
Normal file
60
dist/file-icon-extra.css
vendored
Normal 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
16
dist/file-icon-extra.min.css
vendored
Normal 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
1
dist/icons/extra/catalog.json
vendored
Normal file
@ -0,0 +1 @@
|
||||
["folder-closed","folder-open"]
|
1
dist/icons/extra/folder-closed.svg
vendored
Normal file
1
dist/icons/extra/folder-closed.svg
vendored
Normal 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
1
dist/icons/extra/folder-open.svg
vendored
Normal 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 |
3
src/scss/_file-icon-extra-list.scss
Normal file
3
src/scss/_file-icon-extra-list.scss
Normal file
@ -0,0 +1,3 @@
|
||||
@include file-family(ext, 1);
|
||||
@include file-icon(extra, ext, folder-closed);
|
||||
@include file-icon(extra, ext, folder-open);
|
11
src/scss/file-icon-extra.scss
Normal file
11
src/scss/file-icon-extra.scss
Normal 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";
|
Loading…
x
Reference in New Issue
Block a user