Skip to content

Commit 623e86d

Browse files
author
Simon Planinschek
committed
moved all icons into the dist folder. As a result the path is simpler.
1 parent a8458da commit 623e86d

1,318 files changed

Lines changed: 1677 additions & 1695 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ const Icon360: React.FC<IconProps> = (props) => (
88
</svg>
99
)
1010

11-
export { Icon360 }
11+
export { Icon360 as default }
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ const Icon3dRotation: React.FC<IconProps> = (props) => (
88
</svg>
99
)
1010

11-
export { Icon3dRotation }
11+
export { Icon3dRotation as default }
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ const Icon4k: React.FC<IconProps> = (props) => (
88
</svg>
99
)
1010

11-
export { Icon4k }
11+
export { Icon4k as default }
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { IconProps } from './types'
44
const Icon5g: React.FC<IconProps> = (props) => (
55
<svg
66
xmlns="http://www.w3.org/2000/svg"
7-
enable-background="new 0 0 24 24"
7+
enableBackground="new 0 0 24 24"
88
viewBox="0 0 24 24"
99
{...props}
1010
>
@@ -20,4 +20,4 @@ const Icon5g: React.FC<IconProps> = (props) => (
2020
</svg>
2121
)
2222

23-
export { Icon5g }
23+
export { Icon5g as default }
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { IconProps } from './types'
44
const Icon6FtApart: React.FC<IconProps> = (props) => (
55
<svg
66
xmlns="http://www.w3.org/2000/svg"
7-
enable-background="new 0 0 24 24"
7+
enableBackground="new 0 0 24 24"
88
viewBox="0 0 24 24"
99
{...props}
1010
>
@@ -13,4 +13,4 @@ const Icon6FtApart: React.FC<IconProps> = (props) => (
1313
</svg>
1414
)
1515

16-
export { Icon6FtApart }
16+
export { Icon6FtApart as default }
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ const IconAcUnit: React.FC<IconProps> = (props) => (
88
</svg>
99
)
1010

11-
export { IconAcUnit }
11+
export { IconAcUnit as default }
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ const IconAccessAlarm: React.FC<IconProps> = (props) => (
88
</svg>
99
)
1010

11-
export { IconAccessAlarm }
11+
export { IconAccessAlarm as default }
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ const IconAccessAlarms: React.FC<IconProps> = (props) => (
88
</svg>
99
)
1010

11-
export { IconAccessAlarms }
11+
export { IconAccessAlarms as default }
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ const IconAccessTime: React.FC<IconProps> = (props) => (
99
</svg>
1010
)
1111

12-
export { IconAccessTime }
12+
export { IconAccessTime as default }
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ const IconAccessibility: React.FC<IconProps> = (props) => (
88
</svg>
99
)
1010

11-
export { IconAccessibility }
11+
export { IconAccessibility as default }

0 commit comments

Comments
 (0)