Skip to content

Commit

Permalink
Merge pull request #145 from conedevelopment/szepeviktor-patch-1
Browse files Browse the repository at this point in the history
Validate SVG icons
  • Loading branch information
iamgergo authored Aug 9, 2023
2 parents 74f8029 + 524ffee commit 0109f6e
Show file tree
Hide file tree
Showing 43 changed files with 107 additions and 78 deletions.
6 changes: 3 additions & 3 deletions resources/views/icons/archive.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
xmlns="http://www.w3.org/2000/svg"
{{ $attributes }}
>
<polyline points="21 8 21 21 3 21 3 8"></polyline>
<rect x="1" y="3" width="22" height="5"></rect>
<line x1="10" y1="12" x2="14" y2="12"></line>
<polyline points="21 8 21 21 3 21 3 8"/>
<rect x="1" y="3" width="22" height="5"/>
<line x1="10" y1="12" x2="14" y2="12"/>
</svg>
6 changes: 3 additions & 3 deletions resources/views/icons/arrow-outward.blade.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<svg
aria-hidden="true"
fill="none"
fill="currentColor"
focusable="false"
height="24"
role="img"
style="fill: currentColor"
viewBox="0 0 24 24"
width="24"
xmlns="http://www.w3.org/2000/svg"
{{ $attributes }}
>
<path d="M1.111,1.907c0,1.049 0.858,1.908 1.907,1.908l14.478,-0l-16.938,16.938c-0.744,0.744 -0.744,1.945 -0,2.689c0.744,0.744 1.945,0.744 2.689,0l16.938,-16.938l0,14.478c0,1.049 0.859,1.907 1.908,1.907c1.049,-0 1.907,-0.858 1.907,-1.907l0,-19.075c0,-1.049 -0.858,-1.907 -1.907,-1.907l-19.075,0c-1.049,0 -1.907,0.858 -1.907,1.907Z"></path>
<path d="M1.111,1.907c0,1.049 0.858,1.908 1.907,1.908l14.478,-0l-16.938,16.938c-0.744,0.744 -0.744,1.945 -0,2.689c0.744,0.744 1.945,0.744 2.689,0l16.938,-16.938l0,14.478c0,1.049 0.859,1.907 1.908,1.907c1.049,-0 1.907,-0.858 1.907,-1.907l0,-19.075c0,-1.049 -0.858,-1.907 -1.907,-1.907l-19.075,0c-1.049,0 -1.907,0.858 -1.907,1.907Z"/>
</svg>
7 changes: 4 additions & 3 deletions resources/views/icons/bar-chart.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
viewBox="0 0 24 24"
width="24"
xmlns="http://www.w3.org/2000/svg"
{{ $attributes }}
>
<line x1="12" y1="20" x2="12" y2="10"></line>
<line x1="18" y1="20" x2="18" y2="4"></line>
<line x1="6" y1="20" x2="6" y2="16"></line>
<line x1="12" y1="20" x2="12" y2="10"/>
<line x1="18" y1="20" x2="18" y2="4"/>
<line x1="6" y1="20" x2="6" y2="16"/>
</svg>
2 changes: 1 addition & 1 deletion resources/views/icons/chevron-down.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
xmlns="http://www.w3.org/2000/svg"
{{ $attributes }}
>
<polyline points="6 9 12 15 18 9"></polyline>
<polyline points="6 9 12 15 18 9"/>
</svg>
3 changes: 2 additions & 1 deletion resources/views/icons/chevron-left.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
viewBox="0 0 24 24"
width="24"
xmlns="http://www.w3.org/2000/svg"
{{ $attributes }}
>
<polyline points="15 18 9 12 15 6"></polyline>
<polyline points="15 18 9 12 15 6"/>
</svg>
2 changes: 1 addition & 1 deletion resources/views/icons/chevron-right.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
xmlns="http://www.w3.org/2000/svg"
{{ $attributes }}
>
<polyline points="9 18 15 12 9 6"></polyline>
<polyline points="9 18 15 12 9 6"/>
</svg>
1 change: 1 addition & 0 deletions resources/views/icons/chevron-up-down.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
viewBox="0 0 24 24"
width="100%"
xmlns="http://www.w3.org/2000/svg"
{{ $attributes }}
>
<path d="M6,15l6,6l6,-6" style="fill:none;fill-rule:nonzero;stroke:currentColor;stroke-width:3px;"/>
<path d="M18,9l-6,-6l-6,6" style="fill:none;fill-rule:nonzero;stroke:currentColor;stroke-width:3px;"/>
Expand Down
3 changes: 2 additions & 1 deletion resources/views/icons/chevron-up.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
viewBox="0 0 24 24"
width="24"
xmlns="http://www.w3.org/2000/svg"
{{ $attributes }}
>
<polyline points="18 15 12 9 6 15"></polyline>
<polyline points="18 15 12 9 6 15"/>
</svg>
4 changes: 2 additions & 2 deletions resources/views/icons/close.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
xmlns="http://www.w3.org/2000/svg"
{{ $attributes }}
>
<line x1="18" y1="6" x2="6" y2="18"></line>
<line x1="6" y1="6" x2="18" y2="18"></line>
<line x1="18" y1="6" x2="6" y2="18"/>
<line x1="6" y1="6" x2="18" y2="18"/>
</svg>
5 changes: 2 additions & 3 deletions resources/views/icons/dark-mode.blade.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
<svg
aria-hidden="true"
fill="currentColor"
focusable="false"
height="24"
role="img"
style="fill: currentColor;"
viewBox="0 0 24 24"
width="24"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
{{ $attributes }}
>
<path d="M13.684,-0c-6.616,-0 -11.974,5.373 -11.974,12c0,6.627 5.358,12 11.974,12c3.246,0 6.187,-1.296 8.346,-3.396c0.268,-0.263 0.338,-0.67 0.166,-1.002c-0.171,-0.332 -0.541,-0.52 -0.911,-0.456c-0.525,0.092 -1.06,0.14 -1.612,0.14c-5.191,-0 -9.402,-4.222 -9.402,-9.429c0,-3.525 1.929,-6.595 4.784,-8.212c0.327,-0.188 0.493,-0.563 0.413,-0.927c-0.081,-0.364 -0.392,-0.638 -0.767,-0.67c-0.337,-0.027 -0.675,-0.043 -1.017,-0.043l-0,-0.005Z"></path>
<path d="M13.684,-0c-6.616,-0 -11.974,5.373 -11.974,12c0,6.627 5.358,12 11.974,12c3.246,0 6.187,-1.296 8.346,-3.396c0.268,-0.263 0.338,-0.67 0.166,-1.002c-0.171,-0.332 -0.541,-0.52 -0.911,-0.456c-0.525,0.092 -1.06,0.14 -1.612,0.14c-5.191,-0 -9.402,-4.222 -9.402,-9.429c0,-3.525 1.929,-6.595 4.784,-8.212c0.327,-0.188 0.493,-0.563 0.413,-0.927c-0.081,-0.364 -0.392,-0.638 -0.767,-0.67c-0.337,-0.027 -0.675,-0.043 -1.017,-0.043l-0,-0.005Z"/>
</svg>
4 changes: 2 additions & 2 deletions resources/views/icons/edit.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
xmlns="http://www.w3.org/2000/svg"
{{ $attributes }}
>
<path d="M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7"></path>
<path d="M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z"></path>
<path d="M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7"/>
<path d="M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z"/>
</svg>
4 changes: 2 additions & 2 deletions resources/views/icons/eye.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
xmlns="http://www.w3.org/2000/svg"
{{ $attributes }}
>
<path d="M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"></path>
<circle cx="12" cy="12" r="3"></circle>
<path d="M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"/>
<circle cx="12" cy="12" r="3"/>
</svg>
2 changes: 1 addition & 1 deletion resources/views/icons/filter.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
xmlns="http://www.w3.org/2000/svg"
{{ $attributes }}
>
<polygon points="22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3"></polygon>
<polygon points="22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3"/>
</svg>
5 changes: 4 additions & 1 deletion resources/views/icons/format-align-center.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@
xmlns="http://www.w3.org/2000/svg"
{{ $attributes }}
>
<line x1="18" y1="10" x2="6" y2="10"></line><line x1="21" y1="6" x2="3" y2="6"></line><line x1="21" y1="14" x2="3" y2="14"></line><line x1="18" y1="18" x2="6" y2="18"></line>
<line x1="18" y1="10" x2="6" y2="10"/>
<line x1="21" y1="6" x2="3" y2="6"/>
<line x1="21" y1="14" x2="3" y2="14"/>
<line x1="18" y1="18" x2="6" y2="18"/>
</svg>
5 changes: 4 additions & 1 deletion resources/views/icons/format-align-justify.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@
xmlns="http://www.w3.org/2000/svg"
{{ $attributes }}
>
<line x1="21" y1="10" x2="3" y2="10"></line><line x1="21" y1="6" x2="3" y2="6"></line><line x1="21" y1="14" x2="3" y2="14"></line><line x1="21" y1="18" x2="3" y2="18"></line>
<line x1="21" y1="10" x2="3" y2="10"/>
<line x1="21" y1="6" x2="3" y2="6"/>
<line x1="21" y1="14" x2="3" y2="14"/>
<line x1="21" y1="18" x2="3" y2="18"/>
</svg>
5 changes: 4 additions & 1 deletion resources/views/icons/format-align-left.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@
xmlns="http://www.w3.org/2000/svg"
{{ $attributes }}
>
<line x1="17" y1="10" x2="3" y2="10"></line><line x1="21" y1="6" x2="3" y2="6"></line><line x1="21" y1="14" x2="3" y2="14"></line><line x1="17" y1="18" x2="3" y2="18"></line>
<line x1="17" y1="10" x2="3" y2="10"/>
<line x1="21" y1="6" x2="3" y2="6"/>
<line x1="21" y1="14" x2="3" y2="14"/>
<line x1="17" y1="18" x2="3" y2="18"/>
</svg>
5 changes: 4 additions & 1 deletion resources/views/icons/format-align-right.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@
xmlns="http://www.w3.org/2000/svg"
{{ $attributes }}
>
<line x1="21" y1="10" x2="7" y2="10"></line><line x1="21" y1="6" x2="3" y2="6"></line><line x1="21" y1="14" x2="3" y2="14"></line><line x1="21" y1="18" x2="7" y2="18"></line>
<line x1="21" y1="10" x2="7" y2="10"/>
<line x1="21" y1="6" x2="3" y2="6"/>
<line x1="21" y1="14" x2="3" y2="14"/>
<line x1="21" y1="18" x2="7" y2="18"/>
</svg>
2 changes: 1 addition & 1 deletion resources/views/icons/format-bold.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
xmlns="http://www.w3.org/2000/svg"
{{ $attributes }}
>
<path d="M16.607,11.7c1.386,-0.958 2.357,-2.528 2.357,-3.986c0,-3.228 -2.5,-5.714 -5.714,-5.714l-8.928,0l-0,20l10.056,0c2.986,0 5.3,-2.428 5.3,-5.414c0,-2.172 -1.228,-4.028 -3.07,-4.886Zm-8,-6.128l4.285,-0c1.185,-0 2.143,0.956 2.143,2.142c-0,1.186 -0.958,2.144 -2.143,2.144l-4.285,-0l-0,-4.286Zm5,12.856l-5,0l-0,-4.285l5,-0c1.185,-0 2.142,0.957 2.142,2.143c0,1.186 -0.957,2.142 -2.142,2.142Z"></path>
<path d="M16.607,11.7c1.386,-0.958 2.357,-2.528 2.357,-3.986c0,-3.228 -2.5,-5.714 -5.714,-5.714l-8.928,0l-0,20l10.056,0c2.986,0 5.3,-2.428 5.3,-5.414c0,-2.172 -1.228,-4.028 -3.07,-4.886Zm-8,-6.128l4.285,-0c1.185,-0 2.143,0.956 2.143,2.142c-0,1.186 -0.958,2.144 -2.143,2.144l-4.285,-0l-0,-4.286Zm5,12.856l-5,0l-0,-4.285l5,-0c1.185,-0 2.142,0.957 2.142,2.143c0,1.186 -0.957,2.142 -2.142,2.142Z"/>
</svg>
7 changes: 6 additions & 1 deletion resources/views/icons/format-bullet-list.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,10 @@
xmlns="http://www.w3.org/2000/svg"
{{ $attributes }}
>
<line x1="8" y1="6" x2="21" y2="6"></line><line x1="8" y1="12" x2="21" y2="12"></line><line x1="8" y1="18" x2="21" y2="18"></line><line x1="3" y1="6" x2="3.01" y2="6"></line><line x1="3" y1="12" x2="3.01" y2="12"></line><line x1="3" y1="18" x2="3.01" y2="18"></line>
<line x1="8" y1="6" x2="21" y2="6"/>
<line x1="8" y1="12" x2="21" y2="12"/>
<line x1="8" y1="18" x2="21" y2="18"/>
<line x1="3" y1="6" x2="3.01" y2="6"/>
<line x1="3" y1="12" x2="3.01" y2="12"/>
<line x1="3" y1="18" x2="3.01" y2="18"/>
</svg>
2 changes: 1 addition & 1 deletion resources/views/icons/format-clear.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
xmlns="http://www.w3.org/2000/svg"
{{ $attributes }}
>
<path d="M1.693,1.333l-1.693,1.694l9.293,9.293l-3.293,7.68l4,0l2.093,-4.88l7.547,7.547l1.693,-1.694l-19.266,-19.28l-0.374,-0.36Zm3.64,0l0,0.24l3.76,3.76l3.2,0l-0.96,2.24l2.8,2.8l2.147,-5.04l7.72,0l0,-4l-18.667,0Z"></path>
<path d="M1.693,1.333l-1.693,1.694l9.293,9.293l-3.293,7.68l4,0l2.093,-4.88l7.547,7.547l1.693,-1.694l-19.266,-19.28l-0.374,-0.36Zm3.64,0l0,0.24l3.76,3.76l3.2,0l-0.96,2.24l2.8,2.8l2.147,-5.04l7.72,0l0,-4l-18.667,0Z"/>
</svg>
2 changes: 1 addition & 1 deletion resources/views/icons/format-italic.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
xmlns="http://www.w3.org/2000/svg"
{{ $attributes }}
>
<path d="M9,1.5l-0,4.5l3.315,0l-5.13,12l-4.185,-0l-0,4.5l12,0l0,-4.5l-3.315,-0l5.13,-12l4.185,0l0,-4.5l-12,-0Z"></path>
<path d="M9,1.5l-0,4.5l3.315,0l-5.13,12l-4.185,-0l-0,4.5l12,0l0,-4.5l-3.315,-0l5.13,-12l4.185,0l0,-4.5l-12,-0Z"/>
</svg>
2 changes: 1 addition & 1 deletion resources/views/icons/format-link.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
xmlns="http://www.w3.org/2000/svg"
{{ $attributes }}
>
<path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path>
<path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"/>
</svg>
7 changes: 6 additions & 1 deletion resources/views/icons/format-ordered-list.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,10 @@
xmlns="http://www.w3.org/2000/svg"
{{ $attributes }}
>
<line x1="8" y1="6" x2="21" y2="6"></line><line x1="8" y1="12" x2="21" y2="12"></line><line x1="8" y1="18" x2="21" y2="18"></line><line x1="3" y1="6" x2="3.01" y2="6"></line><line x1="3" y1="12" x2="3.01" y2="12"></line><line x1="3" y1="18" x2="3.01" y2="18"></line>
<line x1="8" y1="6" x2="21" y2="6"/>
<line x1="8" y1="12" x2="21" y2="12"/>
<line x1="8" y1="18" x2="21" y2="18"/>
<line x1="3" y1="6" x2="3.01" y2="6"/>
<line x1="3" y1="12" x2="3.01" y2="12"/>
<line x1="3" y1="18" x2="3.01" y2="18"/>
</svg>
2 changes: 1 addition & 1 deletion resources/views/icons/format-strike.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
xmlns="http://www.w3.org/2000/svg"
{{ $attributes }}
>
<path d="M5.133,7.433c0,-3.613 3.467,-5.44 7.187,-5.44c2.187,0 4,0.654 5.2,1.707c1.027,0.867 1.947,2.307 1.947,4.32l-4.014,0c0,-0.413 -0.066,-0.787 -0.2,-1.133c-0.386,-1.147 -1.6,-1.707 -3,-1.707c-2.48,0 -3.12,1.36 -3.12,2.267c0,0.64 0.334,1.173 0.987,1.613c0.507,0.333 1.027,0.64 1.88,0.933l-6.147,0c-0.28,-0.453 -0.72,-1.186 -0.72,-2.56Zm18.867,6.587l0,-2.693l-24,-0l0,2.666l12.827,0c1.533,0.6 2.613,1 2.613,2.627c-0,1.333 -1.08,2.227 -3.04,2.227c-2.053,-0 -3.907,-0.72 -3.907,-3.347l-3.96,0c0,0.733 0.107,1.507 0.32,2.107c1.08,3.053 4.387,4.4 7.56,4.4c3.027,-0 7.067,-1.187 7.067,-5.4c-0,-0.4 -0.013,-1.547 -0.64,-2.587l5.16,0Z"></path>
<path d="M5.133,7.433c0,-3.613 3.467,-5.44 7.187,-5.44c2.187,0 4,0.654 5.2,1.707c1.027,0.867 1.947,2.307 1.947,4.32l-4.014,0c0,-0.413 -0.066,-0.787 -0.2,-1.133c-0.386,-1.147 -1.6,-1.707 -3,-1.707c-2.48,0 -3.12,1.36 -3.12,2.267c0,0.64 0.334,1.173 0.987,1.613c0.507,0.333 1.027,0.64 1.88,0.933l-6.147,0c-0.28,-0.453 -0.72,-1.186 -0.72,-2.56Zm18.867,6.587l0,-2.693l-24,-0l0,2.666l12.827,0c1.533,0.6 2.613,1 2.613,2.627c-0,1.333 -1.08,2.227 -3.04,2.227c-2.053,-0 -3.907,-0.72 -3.907,-3.347l-3.96,0c0,0.733 0.107,1.507 0.32,2.107c1.08,3.053 4.387,4.4 7.56,4.4c3.027,-0 7.067,-1.187 7.067,-5.4c-0,-0.4 -0.013,-1.547 -0.64,-2.587l5.16,0Z"/>
</svg>
3 changes: 2 additions & 1 deletion resources/views/icons/format-unlink.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
xmlns="http://www.w3.org/2000/svg"
{{ $attributes }}
>
<path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path><line x1="1" y1="1" x2="23" y2="23"></line>
<path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"/>
<line x1="1" y1="1" x2="23" y2="23"/>
</svg>
2 changes: 1 addition & 1 deletion resources/views/icons/history-do.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
xmlns="http://www.w3.org/2000/svg"
{{ $attributes }}
>
<path d="M19.777,10.944c-2.17,-1.888 -4.985,-3.05 -8.094,-3.05c-5.454,0 -10.064,3.555 -11.683,8.47l2.768,0.915c1.232,-3.742 4.751,-6.452 8.915,-6.452c2.288,-0 4.376,0.845 6.006,2.205l-4.246,4.247l10.557,-0l-0,-10.558l-4.223,4.223Z"></path>
<path d="M19.777,10.944c-2.17,-1.888 -4.985,-3.05 -8.094,-3.05c-5.454,0 -10.064,3.555 -11.683,8.47l2.768,0.915c1.232,-3.742 4.751,-6.452 8.915,-6.452c2.288,-0 4.376,0.845 6.006,2.205l-4.246,4.247l10.557,-0l-0,-10.558l-4.223,4.223Z"/>
</svg>
2 changes: 1 addition & 1 deletion resources/views/icons/history-undo.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
xmlns="http://www.w3.org/2000/svg"
{{ $attributes }}
>
<path d="M12.311,7.896c-3.107,0 -5.921,1.161 -8.09,3.049l-4.221,-4.221l0,10.552l10.552,0l-4.244,-4.244c1.629,-1.36 3.705,-2.204 6.003,-2.204c4.15,-0 7.679,2.708 8.91,6.448l2.779,-0.914c-1.63,-4.913 -6.237,-8.466 -11.689,-8.466Z"></path>
<path d="M12.311,7.896c-3.107,0 -5.921,1.161 -8.09,3.049l-4.221,-4.221l0,10.552l10.552,0l-4.244,-4.244c1.629,-1.36 3.705,-2.204 6.003,-2.204c4.15,-0 7.679,2.708 8.91,6.448l2.779,-0.914c-1.63,-4.913 -6.237,-8.466 -11.689,-8.466Z"/>
</svg>
5 changes: 3 additions & 2 deletions resources/views/icons/home.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
viewBox="0 0 24 24"
width="24"
xmlns="http://www.w3.org/2000/svg"
{{ $attributes }}
>
<path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path>
<polyline points="9 22 9 12 15 12 15 22"></polyline>
<path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"/>
<polyline points="9 22 9 12 15 12 15 22"/>
</svg>
5 changes: 2 additions & 3 deletions resources/views/icons/light-mode.blade.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
<svg
aria-hidden="true"
fill="currentColor"
focusable="false"
height="24"
role="img"
style="fill: currentColor"
viewBox="0 0 24 24"
width="24"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
{{ $attributes }}
>
<path d="M5.509,3.917l-0.425,-0.426c-0.426,-0.425 -1.113,-0.415 -1.528,0l-0.01,0.011c-0.426,0.425 -0.426,1.113 -0,1.527l0.425,0.426c0.426,0.425 1.102,0.425 1.527,-0l0.011,-0.011c0.426,-0.415 0.426,-1.113 0,-1.527Zm-3.316,6.938l-1.113,-0c-0.6,-0 -1.08,0.48 -1.08,1.08l-0,0.011c-0,0.6 0.48,1.08 1.08,1.08l1.102,-0c0.611,0.011 1.091,-0.469 1.091,-1.069l-0,-0.011c-0,-0.611 -0.48,-1.091 -1.08,-1.091Zm9.818,-10.855l-0.011,-0c-0.61,-0 -1.09,0.48 -1.09,1.08l-0,1.047c-0,0.6 0.48,1.08 1.08,1.08l0.01,0c0.611,0.011 1.091,-0.469 1.091,-1.069l0,-1.058c0,-0.6 -0.48,-1.08 -1.08,-1.08Zm8.444,3.502c-0.425,-0.426 -1.112,-0.426 -1.538,-0.011l-0.425,0.426c-0.426,0.425 -0.426,1.112 -0,1.527l0.011,0.011c0.425,0.425 1.112,0.425 1.527,-0l0.425,-0.426c0.426,-0.425 0.426,-1.102 0,-1.527Zm-1.974,16.473l0.425,0.426c0.426,0.425 1.113,0.425 1.538,-0c0.426,-0.426 0.426,-1.113 0,-1.538l-0.425,-0.426c-0.426,-0.425 -1.113,-0.414 -1.527,0c-0.437,0.436 -0.437,1.113 -0.011,1.538Zm2.247,-8.04l0,0.011c0,0.6 0.48,1.08 1.08,1.08l1.102,-0c0.6,-0 1.08,-0.48 1.08,-1.08l-0,-0.011c-0,-0.6 -0.48,-1.08 -1.08,-1.08l-1.102,-0c-0.6,-0 -1.08,0.48 -1.08,1.08Zm-8.728,-6.535c-3.611,0 -6.545,2.935 -6.545,6.546c-0,3.611 2.934,6.546 6.545,6.546c3.612,-0 6.546,-2.935 6.546,-6.546c0,-3.611 -2.934,-6.546 -6.546,-6.546Zm-0.01,18.492l0.01,-0c0.6,-0 1.08,-0.48 1.08,-1.08l0,-1.048c0,-0.6 -0.48,-1.08 -1.08,-1.08l-0.01,0c-0.6,0 -1.08,0.48 -1.08,1.08l-0,1.048c-0,0.6 0.48,1.08 1.08,1.08Zm-8.444,-3.502c0.425,0.425 1.112,0.425 1.538,-0l0.425,-0.426c0.426,-0.425 0.415,-1.112 0,-1.527l-0.011,-0.011c-0.425,-0.425 -1.112,-0.425 -1.538,0l-0.425,0.426c-0.415,0.436 -0.415,1.112 0.011,1.538Z"></path>
<path d="M5.509,3.917l-0.425,-0.426c-0.426,-0.425 -1.113,-0.415 -1.528,0l-0.01,0.011c-0.426,0.425 -0.426,1.113 -0,1.527l0.425,0.426c0.426,0.425 1.102,0.425 1.527,-0l0.011,-0.011c0.426,-0.415 0.426,-1.113 0,-1.527Zm-3.316,6.938l-1.113,-0c-0.6,-0 -1.08,0.48 -1.08,1.08l-0,0.011c-0,0.6 0.48,1.08 1.08,1.08l1.102,-0c0.611,0.011 1.091,-0.469 1.091,-1.069l-0,-0.011c-0,-0.611 -0.48,-1.091 -1.08,-1.091Zm9.818,-10.855l-0.011,-0c-0.61,-0 -1.09,0.48 -1.09,1.08l-0,1.047c-0,0.6 0.48,1.08 1.08,1.08l0.01,0c0.611,0.011 1.091,-0.469 1.091,-1.069l0,-1.058c0,-0.6 -0.48,-1.08 -1.08,-1.08Zm8.444,3.502c-0.425,-0.426 -1.112,-0.426 -1.538,-0.011l-0.425,0.426c-0.426,0.425 -0.426,1.112 -0,1.527l0.011,0.011c0.425,0.425 1.112,0.425 1.527,-0l0.425,-0.426c0.426,-0.425 0.426,-1.102 0,-1.527Zm-1.974,16.473l0.425,0.426c0.426,0.425 1.113,0.425 1.538,-0c0.426,-0.426 0.426,-1.113 0,-1.538l-0.425,-0.426c-0.426,-0.425 -1.113,-0.414 -1.527,0c-0.437,0.436 -0.437,1.113 -0.011,1.538Zm2.247,-8.04l0,0.011c0,0.6 0.48,1.08 1.08,1.08l1.102,-0c0.6,-0 1.08,-0.48 1.08,-1.08l-0,-0.011c-0,-0.6 -0.48,-1.08 -1.08,-1.08l-1.102,-0c-0.6,-0 -1.08,0.48 -1.08,1.08Zm-8.728,-6.535c-3.611,0 -6.545,2.935 -6.545,6.546c-0,3.611 2.934,6.546 6.545,6.546c3.612,-0 6.546,-2.935 6.546,-6.546c0,-3.611 -2.934,-6.546 -6.546,-6.546Zm-0.01,18.492l0.01,-0c0.6,-0 1.08,-0.48 1.08,-1.08l0,-1.048c0,-0.6 -0.48,-1.08 -1.08,-1.08l-0.01,0c-0.6,0 -1.08,0.48 -1.08,1.08l-0,1.048c-0,0.6 0.48,1.08 1.08,1.08Zm-8.444,-3.502c0.425,0.425 1.112,0.425 1.538,-0l0.425,-0.426c0.426,-0.425 0.415,-1.112 0,-1.527l-0.011,-0.011c-0.425,-0.425 -1.112,-0.425 -1.538,0l-0.425,0.426c-0.415,0.436 -0.415,1.112 0.011,1.538Z"/>
</svg>
4 changes: 1 addition & 3 deletions resources/views/icons/menu-open.blade.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<svg
aria-hidden="true"
fill="currentColor"
focusable="false"
height="24"
style="fill:currentColor;"
version="1.1"
viewBox="0 0 24 24"
width="24"
xml:space="preserve"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
{{ $attributes }}
>
Expand Down
6 changes: 3 additions & 3 deletions resources/views/icons/menu.blade.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<svg
aria-hidden="true"
fill="none"
fill="currentColor"
focusable="false"
height="24"
role="img"
style="fill: currentColor"
viewBox="0 0 24 24"
width="24"
xmlns="http://www.w3.org/2000/svg"
{{ $attributes }}
>
<path d="M24,19.6c0,-0.331 -0.269,-0.6 -0.6,-0.6l-20.8,0c-0.331,0 -0.6,0.269 -0.6,0.6l0,2.8c0,0.331 0.269,0.6 0.6,0.6l20.8,-0c0.331,-0 0.6,-0.269 0.6,-0.6l0,-2.8Zm0,-9c0,-0.331 -0.269,-0.6 -0.6,-0.6l-22.8,-0c-0.331,-0 -0.6,0.269 -0.6,0.6l0,2.8c0,0.331 0.269,0.6 0.6,0.6l22.8,-0c0.331,-0 0.6,-0.269 0.6,-0.6l0,-2.8Zm0,-9c0,-0.331 -0.269,-0.6 -0.6,-0.6l-15.8,-0c-0.331,-0 -0.6,0.269 -0.6,0.6l0,2.8c0,0.331 0.269,0.6 0.6,0.6l15.8,-0c0.331,-0 0.6,-0.269 0.6,-0.6l0,-2.8Z"></path>
<path d="M24,19.6c0,-0.331 -0.269,-0.6 -0.6,-0.6l-20.8,0c-0.331,0 -0.6,0.269 -0.6,0.6l0,2.8c0,0.331 0.269,0.6 0.6,0.6l20.8,-0c0.331,-0 0.6,-0.269 0.6,-0.6l0,-2.8Zm0,-9c0,-0.331 -0.269,-0.6 -0.6,-0.6l-22.8,-0c-0.331,-0 -0.6,0.269 -0.6,0.6l0,2.8c0,0.331 0.269,0.6 0.6,0.6l22.8,-0c0.331,-0 0.6,-0.269 0.6,-0.6l0,-2.8Zm0,-9c0,-0.331 -0.269,-0.6 -0.6,-0.6l-15.8,-0c-0.331,-0 -0.6,0.269 -0.6,0.6l0,2.8c0,0.331 0.269,0.6 0.6,0.6l15.8,-0c0.331,-0 0.6,-0.269 0.6,-0.6l0,-2.8Z"/>
</svg>
2 changes: 1 addition & 1 deletion resources/views/icons/minus.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
xmlns="http://www.w3.org/2000/svg"
{{ $attributes }}
>
<line x1="5" y1="12" x2="19" y2="12"></line>
<line x1="5" y1="12" x2="19" y2="12"/>
</svg>
5 changes: 3 additions & 2 deletions resources/views/icons/pie-chart.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
viewBox="0 0 24 24"
width="24"
xmlns="http://www.w3.org/2000/svg"
{{ $attributes }}
>
<path d="M21.21 15.89A10 10 0 1 1 8 2.83"></path>
<path d="M22 12A10 10 0 0 0 12 2v10z"></path>
<path d="M21.21 15.89A10 10 0 1 1 8 2.83"/>
<path d="M22 12A10 10 0 0 0 12 2v10z"/>
</svg>
4 changes: 2 additions & 2 deletions resources/views/icons/plus.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
xmlns="http://www.w3.org/2000/svg"
{{ $attributes }}
>
<line x1="12" y1="5" x2="12" y2="19"></line>
<line x1="5" y1="12" x2="19" y2="12"></line>
<line x1="12" y1="5" x2="12" y2="19"/>
<line x1="5" y1="12" x2="19" y2="12"/>
</svg>
Loading

0 comments on commit 0109f6e

Please sign in to comment.