mirror of
https://github.com/namibia/file-icon-vectors.git
synced 2025-01-12 08:05:52 +00:00
[EXT] Added video, modified music folders
This commit is contained in:
parent
587bdf8650
commit
e2c6dfbe66
4
dist/file-icon-extra.css
vendored
4
dist/file-icon-extra.css
vendored
@ -88,6 +88,10 @@
|
|||||||
background-image: url("icons/extra/folder-tree.svg");
|
background-image: url("icons/extra/folder-tree.svg");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.fiv-ext.fiv-icon-folder-video {
|
||||||
|
background-image: url("icons/extra/folder-video.svg");
|
||||||
|
}
|
||||||
|
|
||||||
.fiv-ext.fiv-icon-folder {
|
.fiv-ext.fiv-icon-folder {
|
||||||
background-image: url("icons/extra/folder.svg");
|
background-image: url("icons/extra/folder.svg");
|
||||||
}
|
}
|
||||||
|
1
dist/file-icon-extra.min.css
vendored
1
dist/file-icon-extra.min.css
vendored
@ -22,4 +22,5 @@
|
|||||||
.fiv-ext.fiv-icon-folder-photo{background-image:url("icons/extra/folder-photo.svg")}
|
.fiv-ext.fiv-icon-folder-photo{background-image:url("icons/extra/folder-photo.svg")}
|
||||||
.fiv-ext.fiv-icon-folder-trash{background-image:url("icons/extra/folder-trash.svg")}
|
.fiv-ext.fiv-icon-folder-trash{background-image:url("icons/extra/folder-trash.svg")}
|
||||||
.fiv-ext.fiv-icon-folder-tree{background-image:url("icons/extra/folder-tree.svg")}
|
.fiv-ext.fiv-icon-folder-tree{background-image:url("icons/extra/folder-tree.svg")}
|
||||||
|
.fiv-ext.fiv-icon-folder-video{background-image:url("icons/extra/folder-video.svg")}
|
||||||
.fiv-ext.fiv-icon-folder{background-image:url("icons/extra/folder.svg")}
|
.fiv-ext.fiv-icon-folder{background-image:url("icons/extra/folder.svg")}
|
8
dist/file-icon-vectors.css
vendored
8
dist/file-icon-vectors.css
vendored
@ -99,6 +99,10 @@
|
|||||||
background-image: url("icons/extra/folder-tree.svg");
|
background-image: url("icons/extra/folder-tree.svg");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.fiv-ext.fiv-icon-folder-video {
|
||||||
|
background-image: url("icons/extra/folder-video.svg");
|
||||||
|
}
|
||||||
|
|
||||||
.fiv-ext.fiv-icon-folder {
|
.fiv-ext.fiv-icon-folder {
|
||||||
background-image: url("icons/extra/folder.svg");
|
background-image: url("icons/extra/folder.svg");
|
||||||
}
|
}
|
||||||
@ -6042,6 +6046,10 @@
|
|||||||
background-image: url("icons/extra/folder-tree.svg");
|
background-image: url("icons/extra/folder-tree.svg");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.fiv-ext.fiv-icon-folder-video {
|
||||||
|
background-image: url("icons/extra/folder-video.svg");
|
||||||
|
}
|
||||||
|
|
||||||
.fiv-ext.fiv-icon-folder {
|
.fiv-ext.fiv-icon-folder {
|
||||||
background-image: url("icons/extra/folder.svg");
|
background-image: url("icons/extra/folder.svg");
|
||||||
}
|
}
|
||||||
|
2
dist/file-icon-vectors.min.css
vendored
2
dist/file-icon-vectors.min.css
vendored
@ -27,6 +27,7 @@
|
|||||||
.fiv-ext.fiv-icon-folder-photo{background-image:url("icons/extra/folder-photo.svg")}
|
.fiv-ext.fiv-icon-folder-photo{background-image:url("icons/extra/folder-photo.svg")}
|
||||||
.fiv-ext.fiv-icon-folder-trash{background-image:url("icons/extra/folder-trash.svg")}
|
.fiv-ext.fiv-icon-folder-trash{background-image:url("icons/extra/folder-trash.svg")}
|
||||||
.fiv-ext.fiv-icon-folder-tree{background-image:url("icons/extra/folder-tree.svg")}
|
.fiv-ext.fiv-icon-folder-tree{background-image:url("icons/extra/folder-tree.svg")}
|
||||||
|
.fiv-ext.fiv-icon-folder-video{background-image:url("icons/extra/folder-video.svg")}
|
||||||
.fiv-ext.fiv-icon-folder{background-image:url("icons/extra/folder.svg")}
|
.fiv-ext.fiv-icon-folder{background-image:url("icons/extra/folder.svg")}
|
||||||
.fiv-cla{position:relative;display:inline-block;line-height:1em;width:.72em}
|
.fiv-cla{position:relative;display:inline-block;line-height:1em;width:.72em}
|
||||||
.fiv-cla:before{content:'\00a0'}
|
.fiv-cla:before{content:'\00a0'}
|
||||||
@ -1509,4 +1510,5 @@
|
|||||||
.fiv-ext.fiv-icon-folder-photo{background-image:url("icons/extra/folder-photo.svg")}
|
.fiv-ext.fiv-icon-folder-photo{background-image:url("icons/extra/folder-photo.svg")}
|
||||||
.fiv-ext.fiv-icon-folder-trash{background-image:url("icons/extra/folder-trash.svg")}
|
.fiv-ext.fiv-icon-folder-trash{background-image:url("icons/extra/folder-trash.svg")}
|
||||||
.fiv-ext.fiv-icon-folder-tree{background-image:url("icons/extra/folder-tree.svg")}
|
.fiv-ext.fiv-icon-folder-tree{background-image:url("icons/extra/folder-tree.svg")}
|
||||||
|
.fiv-ext.fiv-icon-folder-video{background-image:url("icons/extra/folder-video.svg")}
|
||||||
.fiv-ext.fiv-icon-folder{background-image:url("icons/extra/folder.svg")}
|
.fiv-ext.fiv-icon-folder{background-image:url("icons/extra/folder.svg")}
|
2
dist/icons/extra/catalog.json
vendored
2
dist/icons/extra/catalog.json
vendored
@ -1 +1 @@
|
|||||||
["folder-alt","folder-archive","folder-blue","folder-favorite","folder-idea","folder-image","folder-lock","folder-music","folder-open-alt","folder-open-blue","folder-open","folder-photo","folder-trash","folder-tree","folder"]
|
["folder-alt","folder-archive","folder-blue","folder-favorite","folder-idea","folder-image","folder-lock","folder-music","folder-open-alt","folder-open-blue","folder-open","folder-photo","folder-trash","folder-tree","folder-video","folder"]
|
2
dist/icons/extra/folder-music.svg
vendored
2
dist/icons/extra/folder-music.svg
vendored
@ -1 +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"/><path d="M63.9 57.4c-4-1.5-8.6.4-10.3 4.4-1.5 4 .4 8.6 4.4 10.3.8.4 1.7.5 2.6.5 4.5.1 8.2-3.3 8.2-7.7V34.2c-.3 0-.4.1-.6.1-8.7 2.4-17.3 5-26 7.4-.8.3-.8.6-.8 1.3v21.5c-.6-.3-.9-.4-1.4-.5-3.2-1.2-6-.5-8.3 1.8-2.3 2.2-2.9 5.5-1.7 8.5 1.7 4 6.3 5.9 10.3 4.4 2.9-1.3 4.9-4.1 4.9-7.3v-20c0-.9.3-1.2 1.2-1.4 4.2-1.2 8.5-2.4 12.8-3.6l6.2-1.8v13.3c-.9-.2-1.1-.3-1.5-.5z" fill="#909"/></svg>
|
<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><style>.st2{fill:#909}</style><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"/><path class="st2" d="M55.5 68c0 6.2-5 11.3-11.3 11.3S33 74.2 33 68s5-11.3 11.3-11.3 11.2 5 11.2 11.3z"/><path class="st2" d="M68 38.9l-17.5-4.7V68h5V44.2L68 47.7v-8.8z"/></svg>
|
Before Width: | Height: | Size: 660 B After Width: | Height: | Size: 497 B |
1
dist/icons/extra/folder-video.svg
vendored
Normal file
1
dist/icons/extra/folder-video.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"/><path d="M25.1 35.7v42h51.7v-42H25.1zm9.8 38.8h-6.4v-6.4h6.4v6.4zm0-9.6h-6.4v-6.4h6.4v6.4zm0-9.8h-6.4v-6.4h6.4v6.4zm0-9.7h-6.4V39h6.4v6.4zm9.7 22.7V45.4l16.1 11.3c0 .1-16.1 11.4-16.1 11.4zm29 6.4h-6.4v-6.4h6.4v6.4zm0-9.6h-6.4v-6.4h6.4v6.4zm0-9.8h-6.4v-6.4h6.4v6.4zm0-9.7h-6.4V39h6.4v6.4z" fill="#0f827f"/></svg>
|
After Width: | Height: | Size: 589 B |
@ -13,4 +13,5 @@
|
|||||||
@include file-icon(extra, ext, folder-photo);
|
@include file-icon(extra, ext, folder-photo);
|
||||||
@include file-icon(extra, ext, folder-trash);
|
@include file-icon(extra, ext, folder-trash);
|
||||||
@include file-icon(extra, ext, folder-tree);
|
@include file-icon(extra, ext, folder-tree);
|
||||||
|
@include file-icon(extra, ext, folder-video);
|
||||||
@include file-icon(extra, ext, folder);
|
@include file-icon(extra, ext, folder);
|
||||||
|
Loading…
Reference in New Issue
Block a user