Skip to content

Commit

Permalink
update all icons for type module
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasvice committed Oct 3, 2024
1 parent 206decf commit f7f917e
Show file tree
Hide file tree
Showing 20,401 changed files with 40,836 additions and 40,848 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion src/Icon10kOutlined.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { IconProps } from './types'
import { IconProps } from './types.js'

export const Icon10kOutlined: React.FC<IconProps> = ({ ...props }) => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}>
Expand Down
2 changes: 1 addition & 1 deletion src/Icon10kOutlinedFilled.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { IconProps } from './types'
import { IconProps } from './types.js'

export const Icon10kOutlinedFilled: React.FC<IconProps> = ({ ...props }) => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}>
Expand Down
2 changes: 1 addition & 1 deletion src/Icon10kRounded.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { IconProps } from './types'
import { IconProps } from './types.js'

export const Icon10kRounded: React.FC<IconProps> = ({ ...props }) => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}>
Expand Down
2 changes: 1 addition & 1 deletion src/Icon10kRoundedFilled.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { IconProps } from './types'
import { IconProps } from './types.js'

export const Icon10kRoundedFilled: React.FC<IconProps> = ({ ...props }) => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}>
Expand Down
2 changes: 1 addition & 1 deletion src/Icon10kSharp.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { IconProps } from './types'
import { IconProps } from './types.js'

export const Icon10kSharp: React.FC<IconProps> = ({ ...props }) => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}>
Expand Down
2 changes: 1 addition & 1 deletion src/Icon10kSharpFilled.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { IconProps } from './types'
import { IconProps } from './types.js'

export const Icon10kSharpFilled: React.FC<IconProps> = ({ ...props }) => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}>
Expand Down
2 changes: 1 addition & 1 deletion src/Icon10mpOutlined.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { IconProps } from './types'
import { IconProps } from './types.js'

export const Icon10mpOutlined: React.FC<IconProps> = ({ ...props }) => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}>
Expand Down
2 changes: 1 addition & 1 deletion src/Icon10mpOutlinedFilled.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { IconProps } from './types'
import { IconProps } from './types.js'

export const Icon10mpOutlinedFilled: React.FC<IconProps> = ({ ...props }) => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}>
Expand Down
2 changes: 1 addition & 1 deletion src/Icon10mpRounded.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { IconProps } from './types'
import { IconProps } from './types.js'

export const Icon10mpRounded: React.FC<IconProps> = ({ ...props }) => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}>
Expand Down
2 changes: 1 addition & 1 deletion src/Icon10mpRoundedFilled.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { IconProps } from './types'
import { IconProps } from './types.js'

export const Icon10mpRoundedFilled: React.FC<IconProps> = ({ ...props }) => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}>
Expand Down
2 changes: 1 addition & 1 deletion src/Icon10mpSharp.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { IconProps } from './types'
import { IconProps } from './types.js'

export const Icon10mpSharp: React.FC<IconProps> = ({ ...props }) => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}>
Expand Down
2 changes: 1 addition & 1 deletion src/Icon10mpSharpFilled.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { IconProps } from './types'
import { IconProps } from './types.js'

export const Icon10mpSharpFilled: React.FC<IconProps> = ({ ...props }) => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}>
Expand Down
2 changes: 1 addition & 1 deletion src/Icon11mpOutlined.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { IconProps } from './types'
import { IconProps } from './types.js'

export const Icon11mpOutlined: React.FC<IconProps> = ({ ...props }) => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}>
Expand Down
2 changes: 1 addition & 1 deletion src/Icon11mpOutlinedFilled.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { IconProps } from './types'
import { IconProps } from './types.js'

export const Icon11mpOutlinedFilled: React.FC<IconProps> = ({ ...props }) => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}>
Expand Down
2 changes: 1 addition & 1 deletion src/Icon11mpRounded.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { IconProps } from './types'
import { IconProps } from './types.js'

export const Icon11mpRounded: React.FC<IconProps> = ({ ...props }) => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}>
Expand Down
2 changes: 1 addition & 1 deletion src/Icon11mpRoundedFilled.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { IconProps } from './types'
import { IconProps } from './types.js'

export const Icon11mpRoundedFilled: React.FC<IconProps> = ({ ...props }) => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}>
Expand Down
2 changes: 1 addition & 1 deletion src/Icon11mpSharp.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { IconProps } from './types'
import { IconProps } from './types.js'

export const Icon11mpSharp: React.FC<IconProps> = ({ ...props }) => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}>
Expand Down
2 changes: 1 addition & 1 deletion src/Icon11mpSharpFilled.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { IconProps } from './types'
import { IconProps } from './types.js'

export const Icon11mpSharpFilled: React.FC<IconProps> = ({ ...props }) => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}>
Expand Down
2 changes: 1 addition & 1 deletion src/Icon123Outlined.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { IconProps } from './types'
import { IconProps } from './types.js'

export const Icon123Outlined: React.FC<IconProps> = ({ ...props }) => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}>
Expand Down
2 changes: 1 addition & 1 deletion src/Icon123OutlinedFilled.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { IconProps } from './types'
import { IconProps } from './types.js'

export const Icon123OutlinedFilled: React.FC<IconProps> = ({ ...props }) => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}>
Expand Down
2 changes: 1 addition & 1 deletion src/Icon123Rounded.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { IconProps } from './types'
import { IconProps } from './types.js'

export const Icon123Rounded: React.FC<IconProps> = ({ ...props }) => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}>
Expand Down
2 changes: 1 addition & 1 deletion src/Icon123RoundedFilled.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { IconProps } from './types'
import { IconProps } from './types.js'

export const Icon123RoundedFilled: React.FC<IconProps> = ({ ...props }) => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}>
Expand Down
2 changes: 1 addition & 1 deletion src/Icon123Sharp.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { IconProps } from './types'
import { IconProps } from './types.js'

export const Icon123Sharp: React.FC<IconProps> = ({ ...props }) => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}>
Expand Down
2 changes: 1 addition & 1 deletion src/Icon123SharpFilled.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { IconProps } from './types'
import { IconProps } from './types.js'

export const Icon123SharpFilled: React.FC<IconProps> = ({ ...props }) => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}>
Expand Down
2 changes: 1 addition & 1 deletion src/Icon12mpOutlined.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { IconProps } from './types'
import { IconProps } from './types.js'

export const Icon12mpOutlined: React.FC<IconProps> = ({ ...props }) => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}>
Expand Down
2 changes: 1 addition & 1 deletion src/Icon12mpOutlinedFilled.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { IconProps } from './types'
import { IconProps } from './types.js'

export const Icon12mpOutlinedFilled: React.FC<IconProps> = ({ ...props }) => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}>
Expand Down
2 changes: 1 addition & 1 deletion src/Icon12mpRounded.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { IconProps } from './types'
import { IconProps } from './types.js'

export const Icon12mpRounded: React.FC<IconProps> = ({ ...props }) => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}>
Expand Down
2 changes: 1 addition & 1 deletion src/Icon12mpRoundedFilled.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { IconProps } from './types'
import { IconProps } from './types.js'

export const Icon12mpRoundedFilled: React.FC<IconProps> = ({ ...props }) => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}>
Expand Down
2 changes: 1 addition & 1 deletion src/Icon12mpSharp.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { IconProps } from './types'
import { IconProps } from './types.js'

export const Icon12mpSharp: React.FC<IconProps> = ({ ...props }) => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}>
Expand Down
2 changes: 1 addition & 1 deletion src/Icon12mpSharpFilled.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { IconProps } from './types'
import { IconProps } from './types.js'

export const Icon12mpSharpFilled: React.FC<IconProps> = ({ ...props }) => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}>
Expand Down
2 changes: 1 addition & 1 deletion src/Icon13mpOutlined.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { IconProps } from './types'
import { IconProps } from './types.js'

export const Icon13mpOutlined: React.FC<IconProps> = ({ ...props }) => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}>
Expand Down
2 changes: 1 addition & 1 deletion src/Icon13mpOutlinedFilled.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { IconProps } from './types'
import { IconProps } from './types.js'

export const Icon13mpOutlinedFilled: React.FC<IconProps> = ({ ...props }) => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}>
Expand Down
2 changes: 1 addition & 1 deletion src/Icon13mpRounded.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { IconProps } from './types'
import { IconProps } from './types.js'

export const Icon13mpRounded: React.FC<IconProps> = ({ ...props }) => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}>
Expand Down
2 changes: 1 addition & 1 deletion src/Icon13mpRoundedFilled.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { IconProps } from './types'
import { IconProps } from './types.js'

export const Icon13mpRoundedFilled: React.FC<IconProps> = ({ ...props }) => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}>
Expand Down
2 changes: 1 addition & 1 deletion src/Icon13mpSharp.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { IconProps } from './types'
import { IconProps } from './types.js'

export const Icon13mpSharp: React.FC<IconProps> = ({ ...props }) => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}>
Expand Down
2 changes: 1 addition & 1 deletion src/Icon13mpSharpFilled.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { IconProps } from './types'
import { IconProps } from './types.js'

export const Icon13mpSharpFilled: React.FC<IconProps> = ({ ...props }) => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}>
Expand Down
2 changes: 1 addition & 1 deletion src/Icon14mpOutlined.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { IconProps } from './types'
import { IconProps } from './types.js'

export const Icon14mpOutlined: React.FC<IconProps> = ({ ...props }) => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}>
Expand Down
2 changes: 1 addition & 1 deletion src/Icon14mpOutlinedFilled.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { IconProps } from './types'
import { IconProps } from './types.js'

export const Icon14mpOutlinedFilled: React.FC<IconProps> = ({ ...props }) => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}>
Expand Down
2 changes: 1 addition & 1 deletion src/Icon14mpRounded.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { IconProps } from './types'
import { IconProps } from './types.js'

export const Icon14mpRounded: React.FC<IconProps> = ({ ...props }) => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}>
Expand Down
2 changes: 1 addition & 1 deletion src/Icon14mpRoundedFilled.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { IconProps } from './types'
import { IconProps } from './types.js'

export const Icon14mpRoundedFilled: React.FC<IconProps> = ({ ...props }) => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}>
Expand Down
2 changes: 1 addition & 1 deletion src/Icon14mpSharp.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { IconProps } from './types'
import { IconProps } from './types.js'

export const Icon14mpSharp: React.FC<IconProps> = ({ ...props }) => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}>
Expand Down
2 changes: 1 addition & 1 deletion src/Icon14mpSharpFilled.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { IconProps } from './types'
import { IconProps } from './types.js'

export const Icon14mpSharpFilled: React.FC<IconProps> = ({ ...props }) => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}>
Expand Down
2 changes: 1 addition & 1 deletion src/Icon15mpOutlined.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { IconProps } from './types'
import { IconProps } from './types.js'

export const Icon15mpOutlined: React.FC<IconProps> = ({ ...props }) => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}>
Expand Down
2 changes: 1 addition & 1 deletion src/Icon15mpOutlinedFilled.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { IconProps } from './types'
import { IconProps } from './types.js'

export const Icon15mpOutlinedFilled: React.FC<IconProps> = ({ ...props }) => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}>
Expand Down
2 changes: 1 addition & 1 deletion src/Icon15mpRounded.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { IconProps } from './types'
import { IconProps } from './types.js'

export const Icon15mpRounded: React.FC<IconProps> = ({ ...props }) => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}>
Expand Down
2 changes: 1 addition & 1 deletion src/Icon15mpRoundedFilled.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { IconProps } from './types'
import { IconProps } from './types.js'

export const Icon15mpRoundedFilled: React.FC<IconProps> = ({ ...props }) => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}>
Expand Down
2 changes: 1 addition & 1 deletion src/Icon15mpSharp.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { IconProps } from './types'
import { IconProps } from './types.js'

export const Icon15mpSharp: React.FC<IconProps> = ({ ...props }) => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}>
Expand Down
2 changes: 1 addition & 1 deletion src/Icon15mpSharpFilled.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { IconProps } from './types'
import { IconProps } from './types.js'

export const Icon15mpSharpFilled: React.FC<IconProps> = ({ ...props }) => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}>
Expand Down
2 changes: 1 addition & 1 deletion src/Icon16mpOutlined.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { IconProps } from './types'
import { IconProps } from './types.js'

export const Icon16mpOutlined: React.FC<IconProps> = ({ ...props }) => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}>
Expand Down
2 changes: 1 addition & 1 deletion src/Icon16mpOutlinedFilled.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { IconProps } from './types'
import { IconProps } from './types.js'

export const Icon16mpOutlinedFilled: React.FC<IconProps> = ({ ...props }) => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}>
Expand Down
2 changes: 1 addition & 1 deletion src/Icon16mpRounded.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { IconProps } from './types'
import { IconProps } from './types.js'

export const Icon16mpRounded: React.FC<IconProps> = ({ ...props }) => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}>
Expand Down
2 changes: 1 addition & 1 deletion src/Icon16mpRoundedFilled.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { IconProps } from './types'
import { IconProps } from './types.js'

export const Icon16mpRoundedFilled: React.FC<IconProps> = ({ ...props }) => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}>
Expand Down
2 changes: 1 addition & 1 deletion src/Icon16mpSharp.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { IconProps } from './types'
import { IconProps } from './types.js'

export const Icon16mpSharp: React.FC<IconProps> = ({ ...props }) => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}>
Expand Down
2 changes: 1 addition & 1 deletion src/Icon16mpSharpFilled.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { IconProps } from './types'
import { IconProps } from './types.js'

export const Icon16mpSharpFilled: React.FC<IconProps> = ({ ...props }) => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}>
Expand Down
2 changes: 1 addition & 1 deletion src/Icon17mpOutlined.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { IconProps } from './types'
import { IconProps } from './types.js'

export const Icon17mpOutlined: React.FC<IconProps> = ({ ...props }) => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}>
Expand Down
2 changes: 1 addition & 1 deletion src/Icon17mpOutlinedFilled.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { IconProps } from './types'
import { IconProps } from './types.js'

export const Icon17mpOutlinedFilled: React.FC<IconProps> = ({ ...props }) => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}>
Expand Down
2 changes: 1 addition & 1 deletion src/Icon17mpRounded.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { IconProps } from './types'
import { IconProps } from './types.js'

export const Icon17mpRounded: React.FC<IconProps> = ({ ...props }) => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}>
Expand Down
Loading

0 comments on commit f7f917e

Please sign in to comment.