Skip to content

Commit 3d215d1

Browse files
authored
Merge pull request #14 from aboutbits/rename-to-rounded
Rename icon postfix from `round` to `rounded`
2 parents 76e7e21 + 06945da commit 3d215d1

4,258 files changed

Lines changed: 37810 additions & 37794 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.

generator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const GOOGLE_FONTS_URL = 'https://fonts.google.com/metadata/icons'
66
const ICON_FAMILIES = [
77
{ id: 'materialicons', postfix: '' },
88
{ id: 'materialiconsoutlined', postfix: 'Outlined' },
9-
{ id: 'materialiconsround', postfix: 'Round' },
9+
{ id: 'materialiconsround', postfix: 'Rounded' },
1010
{ id: 'materialiconssharp', postfix: 'Sharp' },
1111
{ id: 'materialiconstwotone', postfix: 'TwoTone' },
1212
]

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ To import the different variants of an icon you can add the variants as a postfi
4040

4141
- `Icon10k` > Default filled
4242
- `Icon10kOutlined` > Outlined
43-
- `Icon10kRound` > Rounded
43+
- `Icon10kRounded` > Rounded
4444
- `Icon10kSharp` > Sharp
4545
- `Icon10kTwoTone` > Tow tone
4646

src/Icon10kRound.tsx

Lines changed: 0 additions & 21 deletions
This file was deleted.

src/Icon10kRounded.tsx

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
import React from 'react'
2+
import { IconProps } from './types'
3+
4+
const Icon10kRounded: React.FC<IconProps> = ({ ...props }) => (
5+
<svg
6+
xmlns="http://www.w3.org/2000/svg"
7+
enableBackground="new 0 0 24 24"
8+
viewBox="0 0 24 24"
9+
{...props}
10+
>
11+
{props.title && <title>{props.title}</title>}
12+
<g>
13+
<rect fill="none" height="24" width="24" />
14+
</g>
15+
<g>
16+
<path d="M10,10.5h1.5v3H10V10.5z M19,3H5C3.9,3,3,3.9,3,5v14c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2V5C21,3.9,20.1,3,19,3z M6.75,15 L6.75,15C6.34,15,6,14.66,6,14.25V10.5H5.25c-0.41,0-0.75-0.34-0.75-0.75v0C4.5,9.34,4.84,9,5.25,9H6.5c0.55,0,1,0.45,1,1v4.25 C7.5,14.66,7.16,15,6.75,15z M13,14c0,0.55-0.45,1-1,1H9.5c-0.55,0-1-0.45-1-1v-4c0-0.55,0.45-1,1-1H12c0.55,0,1,0.45,1,1V14z M17.59,15L17.59,15c-0.22,0-0.42-0.1-0.55-0.27l-1.54-1.98v1.5c0,0.41-0.34,0.75-0.75,0.75h0C14.34,15,14,14.66,14,14.25v-4.5 C14,9.34,14.34,9,14.75,9h0c0.41,0,0.75,0.34,0.75,0.75v1.5l1.54-1.98C17.17,9.1,17.38,9,17.59,9l0,0c0.58,0,0.91,0.66,0.56,1.12 L16.75,12l1.41,1.88C18.5,14.34,18.17,15,17.59,15z" />
17+
</g>
18+
</svg>
19+
)
20+
21+
export { Icon10kRounded as default }

src/Icon10mpRound.tsx

Lines changed: 0 additions & 23 deletions
This file was deleted.

src/Icon10mpRounded.tsx

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
import React from 'react'
2+
import { IconProps } from './types'
3+
4+
const Icon10mpRounded: React.FC<IconProps> = ({ ...props }) => (
5+
<svg
6+
xmlns="http://www.w3.org/2000/svg"
7+
enableBackground="new 0 0 24 24"
8+
viewBox="0 0 24 24"
9+
{...props}
10+
>
11+
{props.title && <title>{props.title}</title>}
12+
<g>
13+
<rect fill="none" height="24" width="24" />
14+
</g>
15+
<g>
16+
<g>
17+
<path d="M13.5,7H15v3h-1.5V7z M19,3H5C3.9,3,3,3.9,3,5v14c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2V5C21,3.9,20.1,3,19,3z M11.75,18.5 L11.75,18.5c-0.41,0-0.75-0.34-0.75-0.75V14h-1v2.25C10,16.66,9.66,17,9.25,17h0c-0.41,0-0.75-0.34-0.75-0.75V14h-1v3.75 c0,0.41-0.34,0.75-0.75,0.75h0C6.34,18.5,6,18.16,6,17.75V13.5c0-0.55,0.45-1,1-1h4.5c0.55,0,1,0.45,1,1v4.25 C12.5,18.16,12.16,18.5,11.75,18.5z M14.25,18.5L14.25,18.5c-0.41,0-0.75-0.34-0.75-0.75V13.5c0-0.55,0.45-1,1-1H17 c0.55,0,1,0.45,1,1V16c0,0.55-0.45,1-1,1h-2v0.75C15,18.16,14.66,18.5,14.25,18.5z M10,6.5v4.25c0,0.41-0.34,0.75-0.75,0.75h0 c-0.41,0-0.75-0.34-0.75-0.75V7H7.75C7.34,7,7,6.66,7,6.25v0C7,5.84,7.34,5.5,7.75,5.5H9C9.55,5.5,10,5.95,10,6.5z M16.5,10.5 c0,0.55-0.45,1-1,1H13c-0.55,0-1-0.45-1-1v-4c0-0.55,0.45-1,1-1h2.5c0.55,0,1,0.45,1,1V10.5z M15,14h1.5v1.5H15V14z" />
18+
</g>
19+
</g>
20+
</svg>
21+
)
22+
23+
export { Icon10mpRounded as default }

src/Icon11mpRound.tsx

Lines changed: 0 additions & 24 deletions
This file was deleted.

src/Icon11mpRounded.tsx

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
import React from 'react'
2+
import { IconProps } from './types'
3+
4+
const Icon11mpRounded: React.FC<IconProps> = ({ ...props }) => (
5+
<svg
6+
xmlns="http://www.w3.org/2000/svg"
7+
enableBackground="new 0 0 24 24"
8+
viewBox="0 0 24 24"
9+
{...props}
10+
>
11+
{props.title && <title>{props.title}</title>}
12+
<g>
13+
<rect fill="none" height="24" width="24" />
14+
</g>
15+
<g>
16+
<g>
17+
<path d="M19,3H5C3.9,3,3,3.9,3,5v14c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2V5C21,3.9,20.1,3,19,3z M8.75,5.5H10c0.55,0,1,0.45,1,1 v4.25c0,0.41-0.34,0.75-0.75,0.75S9.5,11.16,9.5,10.75V7H8.75C8.34,7,8,6.66,8,6.25S8.34,5.5,8.75,5.5z M12.5,17.75 c0,0.41-0.34,0.75-0.75,0.75S11,18.16,11,17.75V14h-1v2.25C10,16.66,9.66,17,9.25,17S8.5,16.66,8.5,16.25V14h-1v3.75 c0,0.41-0.34,0.75-0.75,0.75S6,18.16,6,17.75V13.5c0-0.55,0.45-1,1-1h4.5c0.55,0,1,0.45,1,1V17.75z M13,6.25 c0-0.41,0.34-0.75,0.75-0.75H15c0.55,0,1,0.45,1,1v4.25c0,0.41-0.34,0.75-0.75,0.75s-0.75-0.34-0.75-0.75V7h-0.75 C13.34,7,13,6.66,13,6.25z M18,16c0,0.55-0.45,1-1,1h-2v0.75c0,0.41-0.34,0.75-0.75,0.75s-0.75-0.34-0.75-0.75V13.5 c0-0.55,0.45-1,1-1H17c0.55,0,1,0.45,1,1V16z" />
18+
<rect height="1.5" width="1.5" x="15" y="14" />
19+
</g>
20+
</g>
21+
</svg>
22+
)
23+
24+
export { Icon11mpRounded as default }

src/Icon123Round.tsx

Lines changed: 0 additions & 22 deletions
This file was deleted.

src/Icon123Rounded.tsx

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
import React from 'react'
2+
import { IconProps } from './types'
3+
4+
const Icon123Rounded: React.FC<IconProps> = ({ ...props }) => (
5+
<svg
6+
xmlns="http://www.w3.org/2000/svg"
7+
enableBackground="new 0 0 24 24"
8+
viewBox="0 0 24 24"
9+
{...props}
10+
>
11+
{props.title && <title>{props.title}</title>}
12+
<g>
13+
<rect fill="none" height="24" width="24" />
14+
<rect fill="none" height="24" width="24" />
15+
</g>
16+
<g>
17+
<path d="M4.75,10.5C4.34,10.5,4,10.16,4,9.75S4.34,9,4.75,9H6c0.55,0,1,0.45,1,1v4.25C7,14.66,6.66,15,6.25,15S5.5,14.66,5.5,14.25 V10.5H4.75z M9.75,9C9.34,9,9,9.34,9,9.75s0.34,0.75,0.75,0.75H12v1h-2c-0.55,0-1,0.45-1,1V14c0,0.55,0.45,1,1,1h2.75 c0.41,0,0.75-0.34,0.75-0.75c0-0.41-0.34-0.75-0.75-0.75H10.5v-1h2c0.55,0,1-0.45,1-1V10c0-0.55-0.45-1-1-1H9.75z M18.5,15 c0.55,0,1-0.45,1-1v-4c0-0.55-0.45-1-1-1h-2.75C15.34,9,15,9.34,15,9.75s0.34,0.75,0.75,0.75H18v1h-1.5c-0.28,0-0.5,0.22-0.5,0.5 s0.22,0.5,0.5,0.5H18v1h-2.25c-0.41,0-0.75,0.34-0.75,0.75S15.34,15,15.75,15H18.5z" />
18+
</g>
19+
</svg>
20+
)
21+
22+
export { Icon123Rounded as default }

0 commit comments

Comments
 (0)