Added icons
This commit is contained in:
parent
6a13ac5e48
commit
e1777d1f88
8
src/assets/icons/download.svg
Normal file
8
src/assets/icons/download.svg
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg height="100px" version="1.1" viewBox="0 0 100 100" width="100px" xmlns="http://www.w3.org/2000/svg">
|
||||
<g fill="none" fill-rule="evenodd" id="download" stroke="none" stroke-width="1">
|
||||
<path
|
||||
d="M10,60 L10,90 L90,90 L90,60 L100,60 L100,100 L0,100 L0,60 L10,60 Z M55,0 L55,61 L68,48 L75,55 L50,80 L25,55 L32,48 L45,61 L45,0 L55,0 Z"
|
||||
fill="currentColor" fill-rule="nonzero" id="Combined-Shape"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 492 B |
9
src/assets/icons/ocr.svg
Normal file
9
src/assets/icons/ocr.svg
Normal file
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg height="100px" version="1.1" viewBox="0 0 100 100" width="100px" xmlns="http://www.w3.org/2000/svg">
|
||||
<g fill="none" fill-rule="evenodd" id="Symbols" stroke="none" stroke-width="1">
|
||||
<g fill="currentColor" fill-rule="nonzero" id="OCR">
|
||||
<path
|
||||
d="M10,70 L10,90 L30,90 L30,100 L0,100 L0,70 L10,70 Z M100,70 L100,100 L70,100 L70,90 L90,90 L90,70 L100,70 Z M54,63 L54,73 L24,73 L24,63 L54,63 Z M76,45 L76,55 L24,55 L24,45 L76,45 Z M76,27 L76,37 L24,37 L24,27 L76,27 Z M30,0 L30,10 L10,10 L10,30 L0,30 L0,0 L30,0 Z M100,0 L100,30 L90,30 L90,10 L70,10 L70,0 L100,0 Z"></path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 680 B |
8
src/assets/icons/pages.svg
Normal file
8
src/assets/icons/pages.svg
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg height="100px" version="1.1" viewBox="0 0 100 100" width="100px" xmlns="http://www.w3.org/2000/svg">
|
||||
<g fill="currentColor" fill-rule="evenodd" id="pages" stroke="none" stroke-width="1">
|
||||
<path
|
||||
d="M100,0 L100,80 L80,80 L80,100 L0,100 L0,20 L20,20 L20,0 L100,0 Z M20,30 L10,30 L10,90 L70,90 L70,80 L20,80 L20,30 Z M90,10 L30,10 L30,70 L90,70 L90,10 Z M80,40 L80,50 L40,50 L40,40 L80,40 Z M80,20 L80,30 L40,30 L40,20 L80,20 Z"
|
||||
fill-rule="nonzero"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 548 B |
8
src/assets/icons/trash.svg
Normal file
8
src/assets/icons/trash.svg
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg height="100px" version="1.1" viewBox="0 0 100 100" width="100px" xmlns="http://www.w3.org/2000/svg">
|
||||
<g fill="none" fill-rule="evenodd" id="trash" stroke="none" stroke-width="1">
|
||||
<path
|
||||
d="M85,10 L65,10 L65,0 L35,0 L35,10 L15,10 C12,10 10,12 10,15 C10,18 12,20 15,20 L15,85 C15,93.5 21.5,100 30,100 L70,100 C78.5,100 85,93.5 85,85 L85,20 C88,20 90,18 90,15 C90,12 88,10 85,10 Z M75,85 C75,88 73,90 70,90 L30,90 C27,90 25,88 25,85 L25,20 L75,20 L75,85 Z"
|
||||
fill="currentColor" fill-rule="nonzero" id="Shape"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 608 B |
@ -18,6 +18,7 @@ export class IqserIconsModule {
|
||||
'close',
|
||||
'collapse',
|
||||
'document',
|
||||
'download',
|
||||
'edit',
|
||||
'expand',
|
||||
'failure',
|
||||
@ -26,7 +27,9 @@ export class IqserIconsModule {
|
||||
'list',
|
||||
'logout',
|
||||
'menu',
|
||||
'ocr',
|
||||
'offline',
|
||||
'pages',
|
||||
'plus',
|
||||
'radio-indeterminate',
|
||||
'radio-selected',
|
||||
@ -36,6 +39,7 @@ export class IqserIconsModule {
|
||||
'sort-desc',
|
||||
'status-collapse',
|
||||
'status-expand',
|
||||
'trash',
|
||||
'upload',
|
||||
]);
|
||||
icons.forEach(icon => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user