Update build artifacts

This commit is contained in:
lucaburgio 2022-11-18 19:20:46 +00:00 committed by github-actions[bot]
parent 09e9a80cba
commit b6ab3316e6
10 changed files with 19 additions and 20 deletions

File diff suppressed because one or more lines are too long

View file

@ -12,9 +12,9 @@ class AutoFlash extends StatelessWidget {
@override
Widget build(BuildContext context) => SvgPicture.string(
'''
<svg width="24" height="24" stroke-width="1.5" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M3.42596 13.0064C3.36853 13.0053 3.36853 13.0053 3.31129 13C2.67797 12.9296 2.21591 12.3021 2.27924 11.5983L2.88954 4.1532C2.94845 3.49854 3.4442 3 4.03626 3H8.49908C8.62656 3 8.75315 3.0235 8.87371 3.06956C9.47561 3.29947 9.79582 4.02807 9.58892 4.69693L8.09993 8.80233L10.8465 8.80235C11.0497 8.80235 11.2493 8.86206 11.4251 8.97543C11.9755 9.33051 12.1627 10.1142 11.8432 10.7259C11.4287 11.5409 7.26319 18.5413 5.91711 20.8004C5.80995 20.9802 5.53566 20.8921 5.54792 20.6831L5.99864 13L3.42596 13.0064Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<svg width="24" height="24" viewBox="0 0 24 24" stroke-width="1.5" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M16 9.5L16.6923 8M22 9.5L21.3077 8M21.3077 8L19 3L16.6923 8M21.3077 8H16.6923" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M13 10H10V3L2 14H8V21L14 12.75" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
''',
color: color,

View file

@ -12,8 +12,8 @@ class Flash extends StatelessWidget {
@override
Widget build(BuildContext context) => SvgPicture.string(
'''
<svg width="24" height="24" stroke-width="1.5" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M8.42596 13.0064C8.36853 13.0053 8.36853 13.0053 8.31129 13C7.67797 12.9296 7.21591 12.3021 7.27924 11.5983L7.88954 4.1532C7.94845 3.49854 8.4442 3 9.03626 3H13.4991C13.6266 3 13.7532 3.0235 13.8737 3.06956C14.4756 3.29947 14.7958 4.02807 14.5889 4.69693L13.0999 8.80233L15.8465 8.80235C16.0497 8.80235 16.2493 8.86206 16.4251 8.97543C16.9755 9.33051 17.1627 10.1142 16.8432 10.7259C16.4287 11.5409 12.2632 18.5413 10.9171 20.8004C10.81 20.9802 10.5357 20.8921 10.5479 20.6831L10.9986 13L8.42596 13.0064Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<svg width="24" height="24" viewBox="0 0 24 24" stroke-width="1.5" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M13 10V3L5 14H11V21L19 10H13Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
''',
color: color,

View file

@ -12,9 +12,8 @@ class FlashOff extends StatelessWidget {
@override
Widget build(BuildContext context) => SvgPicture.string(
'''
<svg width="24" height="24" stroke-width="1.5" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7.58537 7.87573L7.28022 11.5983C7.21689 12.302 7.67895 12.9296 8.31226 13C8.3695 13.0053 8.3695 13.0053 8.42693 13.0063L10.9996 13L10.5489 20.6831C10.5366 20.892 10.8127 20.9772 10.9199 20.7974C11.5966 19.6617 12.9824 17.3334 14.2474 15.193" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M8.5 3H13.5001C13.6275 3 13.7541 3.0235 13.8747 3.06956C14.4766 3.29947 14.7968 4.02807 14.5899 4.69693L13.1009 8.80233L15.8475 8.80235C16.0507 8.80235 16.2503 8.86206 16.4261 8.97543C16.9765 9.33051 17.1637 10.1142 16.8442 10.7259C16.7751 10.8617 16.6018 11.1694 16.3547 11.5983" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<svg width="24" height="24" viewBox="0 0 24 24" stroke-width="1.5" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M8.79459 8.78243L5 14H11V21L15 15.5M17.1818 12.5L19 10H13V3L10.8182 6" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M4 4L20 20" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
''',

View file

@ -12,15 +12,15 @@ function SvgAutoFlash(
<Svg
width="1.5em"
height="1.5em"
strokeWidth={1.5}
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M3.426 13.006c-.057 0-.057 0-.115-.006-.633-.07-1.095-.698-1.032-1.402l.61-7.445C2.95 3.5 3.445 3 4.037 3H8.5c.128 0 .254.023.375.07.602.23.922.958.715 1.627l-1.49 4.105h2.748c.203 0 .402.06.578.173.55.356.738 1.14.418 1.75-.414.816-4.58 7.816-5.926 10.075-.107.18-.381.092-.37-.117L6 13l-2.573.006zM16 9.5l.692-1.5M22 9.5L21.308 8m0 0L19 3l-2.308 5m4.616 0h-4.616"
d="M16 9.5l.692-1.5M22 9.5L21.308 8m0 0L19 3l-2.308 5m4.616 0h-4.616M13 10h-3V3L2 14h6v7l6-8.25"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"

View file

@ -12,15 +12,15 @@ function SvgFlash(
<Svg
width="1.5em"
height="1.5em"
strokeWidth={1.5}
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M8.426 13.006c-.057 0-.057 0-.115-.006-.633-.07-1.095-.698-1.032-1.402l.61-7.445C7.95 3.5 8.445 3 9.037 3H13.5c.128 0 .254.023.375.07.602.23.922.958.715 1.627l-1.49 4.105h2.748c.203 0 .402.06.578.173.55.356.738 1.14.418 1.75-.414.816-4.58 7.816-5.926 10.075-.107.18-.381.092-.37-.117L11 13l-2.573.006z"
d="M13 10V3L5 14h6v7l8-11h-6z"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"

View file

@ -12,15 +12,15 @@ function SvgFlashOff(
<Svg
width="1.5em"
height="1.5em"
strokeWidth={1.5}
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M7.585 7.876l-.305 3.722c-.063.704.399 1.332 1.032 1.402.058.005.058.005.115.006L11 13l-.451 7.683c-.012.209.264.294.37.114.678-1.135 2.063-3.464 3.328-5.604M8.5 3h5c.127 0 .254.023.375.07.602.23.922.958.715 1.627L13.1 8.802h2.748c.203 0 .402.06.578.173.55.356.738 1.14.418 1.75-.069.137-.242.444-.49.873M4 4l16 16"
d="M8.795 8.782L5 14h6v7l4-5.5m2.182-3L19 10h-6V3l-2.182 3M4 4l16 16"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"

View file

@ -11,8 +11,8 @@ function SvgAutoFlash(
<svg
width="1.5em"
height="1.5em"
strokeWidth={1.5}
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
@ -20,7 +20,7 @@ function SvgAutoFlash(
{...props}
>
<path
d="M3.426 13.006c-.057 0-.057 0-.115-.006-.633-.07-1.095-.698-1.032-1.402l.61-7.445C2.95 3.5 3.445 3 4.037 3H8.5c.128 0 .254.023.375.07.602.23.922.958.715 1.627l-1.49 4.105h2.748c.203 0 .402.06.578.173.55.356.738 1.14.418 1.75-.414.816-4.58 7.816-5.926 10.075-.107.18-.381.092-.37-.117L6 13l-2.573.006zM16 9.5l.692-1.5M22 9.5L21.308 8m0 0L19 3l-2.308 5m4.616 0h-4.616"
d="M16 9.5l.692-1.5M22 9.5L21.308 8m0 0L19 3l-2.308 5m4.616 0h-4.616M13 10h-3V3L2 14h6v7l6-8.25"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"

View file

@ -11,8 +11,8 @@ function SvgFlash(
<svg
width="1.5em"
height="1.5em"
strokeWidth={1.5}
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
@ -20,7 +20,7 @@ function SvgFlash(
{...props}
>
<path
d="M8.426 13.006c-.057 0-.057 0-.115-.006-.633-.07-1.095-.698-1.032-1.402l.61-7.445C7.95 3.5 8.445 3 9.037 3H13.5c.128 0 .254.023.375.07.602.23.922.958.715 1.627l-1.49 4.105h2.748c.203 0 .402.06.578.173.55.356.738 1.14.418 1.75-.414.816-4.58 7.816-5.926 10.075-.107.18-.381.092-.37-.117L11 13l-2.573.006z"
d="M13 10V3L5 14h6v7l8-11h-6z"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"

View file

@ -11,8 +11,8 @@ function SvgFlashOff(
<svg
width="1.5em"
height="1.5em"
strokeWidth={1.5}
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
@ -20,7 +20,7 @@ function SvgFlashOff(
{...props}
>
<path
d="M7.585 7.876l-.305 3.722c-.063.704.399 1.332 1.032 1.402.058.005.058.005.115.006L11 13l-.451 7.683c-.012.209.264.294.37.114.678-1.135 2.063-3.464 3.328-5.604M8.5 3h5c.127 0 .254.023.375.07.602.23.922.958.715 1.627L13.1 8.802h2.748c.203 0 .402.06.578.173.55.356.738 1.14.418 1.75-.069.137-.242.444-.49.873M4 4l16 16"
d="M8.795 8.782L5 14h6v7l4-5.5m2.182-3L19 10h-6V3l-2.182 3M4 4l16 16"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"