Skip to content

Commit

Permalink
Update build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaburgio authored and github-actions[bot] committed Jan 28, 2023
1 parent 2e1bda9 commit bc2cc38
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion css/iconoir.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions packages/iconoir-flutter/lib/search.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ class Search 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="M15.5 15.5L19 19" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M5 11C5 14.3137 7.68629 17 11 17C12.6597 17 14.1621 16.3261 15.2483 15.237C16.3308 14.1517 17 12.654 17 11C17 7.68629 14.3137 5 11 5C7.68629 5 5 7.68629 5 11Z" 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="M17 17L21 21" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M3 11C3 15.4183 6.58172 19 11 19C13.213 19 15.2161 18.1015 16.6644 16.6493C18.1077 15.2022 19 13.2053 19 11C19 6.58172 15.4183 3 11 3C6.58172 3 3 6.58172 3 11Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
''',
color: color,
Expand Down
8 changes: 4 additions & 4 deletions packages/iconoir-flutter/lib/zoom_in.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ class ZoomIn 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="M9 11H11M13 11H11M11 11V9M11 11V13" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M16 16L20 20" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M4 11C4 14.866 7.13401 18 11 18C12.9363 18 14.6891 17.2138 15.9563 15.9432C17.2192 14.6769 18 12.9296 18 11C18 7.13401 14.866 4 11 4C7.13401 4 4 7.13401 4 11Z" 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 11H11M14 11H11M11 11V8M11 11V14" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M17 17L21 21" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M3 11C3 15.4183 6.58172 19 11 19C13.213 19 15.2161 18.1015 16.6644 16.6493C18.1077 15.2022 19 13.2053 19 11C19 6.58172 15.4183 3 11 3C6.58172 3 3 6.58172 3 11Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
''',
color: color,
Expand Down
8 changes: 4 additions & 4 deletions packages/iconoir-flutter/lib/zoom_out.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ class ZoomOut 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="M9 11H11H13" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M16 16L20 20" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M4 11C4 14.866 7.13401 18 11 18C12.9363 18 14.6891 17.2138 15.9563 15.9432C17.2192 14.6769 18 12.9296 18 11C18 7.13401 14.866 4 11 4C7.13401 4 4 7.13401 4 11Z" 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="M17 17L21 21" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M3 11C3 15.4183 6.58172 19 11 19C13.213 19 15.2161 18.1015 16.6644 16.6493C18.1077 15.2022 19 13.2053 19 11C19 6.58172 15.4183 3 11 3C6.58172 3 3 6.58172 3 11Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M8 11L14 11" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
''',
color: color,
Expand Down
4 changes: 2 additions & 2 deletions packages/iconoir-react-native/src/Search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ function SvgSearch(
<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="M15.5 15.5L19 19M5 11a6 6 0 1012 0 6 6 0 00-12 0z"
d="M17 17l4 4M3 11a8 8 0 1016 0 8 8 0 00-16 0z"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
Expand Down
4 changes: 2 additions & 2 deletions packages/iconoir-react-native/src/ZoomIn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ function SvgZoomIn(
<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="M9 11h2m2 0h-2m0 0V9m0 2v2M16 16l4 4M4 11a7 7 0 1014 0 7 7 0 00-14 0z"
d="M8 11h3m3 0h-3m0 0V8m0 3v3M17 17l4 4M3 11a8 8 0 1016 0 8 8 0 00-16 0z"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
Expand Down
4 changes: 2 additions & 2 deletions packages/iconoir-react-native/src/ZoomOut.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ function SvgZoomOut(
<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="M9 11h4M16 16l4 4M4 11a7 7 0 1014 0 7 7 0 00-14 0z"
d="M17 17l4 4M3 11a8 8 0 1016 0 8 8 0 00-16 0zM8 11h6"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
Expand Down
4 changes: 2 additions & 2 deletions packages/iconoir-react/src/Search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ function SvgSearch(
<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"
ref={svgRef}
{...props}
>
<path
d="M15.5 15.5L19 19M5 11a6 6 0 1012 0 6 6 0 00-12 0z"
d="M17 17l4 4M3 11a8 8 0 1016 0 8 8 0 00-16 0z"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
Expand Down
4 changes: 2 additions & 2 deletions packages/iconoir-react/src/ZoomIn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ function SvgZoomIn(
<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"
ref={svgRef}
{...props}
>
<path
d="M9 11h2m2 0h-2m0 0V9m0 2v2M16 16l4 4M4 11a7 7 0 1014 0 7 7 0 00-14 0z"
d="M8 11h3m3 0h-3m0 0V8m0 3v3M17 17l4 4M3 11a8 8 0 1016 0 8 8 0 00-16 0z"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
Expand Down
4 changes: 2 additions & 2 deletions packages/iconoir-react/src/ZoomOut.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ function SvgZoomOut(
<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"
ref={svgRef}
{...props}
>
<path
d="M9 11h4M16 16l4 4M4 11a7 7 0 1014 0 7 7 0 00-14 0z"
d="M17 17l4 4M3 11a8 8 0 1016 0 8 8 0 00-16 0zM8 11h6"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
Expand Down

0 comments on commit bc2cc38

Please sign in to comment.