Skip to content

Commit f7f917e

Browse files
committed
update all icons for type module
1 parent 206decf commit f7f917e

File tree

20,401 files changed

+40836
-40848
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

20,401 files changed

+40836
-40848
lines changed

src/Icon10kOutlined.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react'
2-
import { IconProps } from './types'
2+
import { IconProps } from './types.js'
33

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

src/Icon10kOutlinedFilled.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react'
2-
import { IconProps } from './types'
2+
import { IconProps } from './types.js'
33

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

src/Icon10kRounded.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react'
2-
import { IconProps } from './types'
2+
import { IconProps } from './types.js'
33

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

src/Icon10kRoundedFilled.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react'
2-
import { IconProps } from './types'
2+
import { IconProps } from './types.js'
33

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

src/Icon10kSharp.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react'
2-
import { IconProps } from './types'
2+
import { IconProps } from './types.js'
33

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

src/Icon10kSharpFilled.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react'
2-
import { IconProps } from './types'
2+
import { IconProps } from './types.js'
33

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

src/Icon10mpOutlined.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react'
2-
import { IconProps } from './types'
2+
import { IconProps } from './types.js'
33

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

src/Icon10mpOutlinedFilled.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react'
2-
import { IconProps } from './types'
2+
import { IconProps } from './types.js'
33

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

src/Icon10mpRounded.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react'
2-
import { IconProps } from './types'
2+
import { IconProps } from './types.js'
33

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

src/Icon10mpRoundedFilled.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react'
2-
import { IconProps } from './types'
2+
import { IconProps } from './types.js'
33

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

src/Icon10mpSharp.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react'
2-
import { IconProps } from './types'
2+
import { IconProps } from './types.js'
33

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

src/Icon10mpSharpFilled.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react'
2-
import { IconProps } from './types'
2+
import { IconProps } from './types.js'
33

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

src/Icon11mpOutlined.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react'
2-
import { IconProps } from './types'
2+
import { IconProps } from './types.js'
33

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

src/Icon11mpOutlinedFilled.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react'
2-
import { IconProps } from './types'
2+
import { IconProps } from './types.js'
33

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

src/Icon11mpRounded.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react'
2-
import { IconProps } from './types'
2+
import { IconProps } from './types.js'
33

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

src/Icon11mpRoundedFilled.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react'
2-
import { IconProps } from './types'
2+
import { IconProps } from './types.js'
33

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

src/Icon11mpSharp.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react'
2-
import { IconProps } from './types'
2+
import { IconProps } from './types.js'
33

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

src/Icon11mpSharpFilled.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react'
2-
import { IconProps } from './types'
2+
import { IconProps } from './types.js'
33

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

src/Icon123Outlined.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react'
2-
import { IconProps } from './types'
2+
import { IconProps } from './types.js'
33

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

src/Icon123OutlinedFilled.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react'
2-
import { IconProps } from './types'
2+
import { IconProps } from './types.js'
33

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

src/Icon123Rounded.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react'
2-
import { IconProps } from './types'
2+
import { IconProps } from './types.js'
33

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

src/Icon123RoundedFilled.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react'
2-
import { IconProps } from './types'
2+
import { IconProps } from './types.js'
33

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

src/Icon123Sharp.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react'
2-
import { IconProps } from './types'
2+
import { IconProps } from './types.js'
33

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

src/Icon123SharpFilled.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react'
2-
import { IconProps } from './types'
2+
import { IconProps } from './types.js'
33

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

src/Icon12mpOutlined.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react'
2-
import { IconProps } from './types'
2+
import { IconProps } from './types.js'
33

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

src/Icon12mpOutlinedFilled.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react'
2-
import { IconProps } from './types'
2+
import { IconProps } from './types.js'
33

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

src/Icon12mpRounded.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react'
2-
import { IconProps } from './types'
2+
import { IconProps } from './types.js'
33

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

src/Icon12mpRoundedFilled.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react'
2-
import { IconProps } from './types'
2+
import { IconProps } from './types.js'
33

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

src/Icon12mpSharp.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react'
2-
import { IconProps } from './types'
2+
import { IconProps } from './types.js'
33

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

src/Icon12mpSharpFilled.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react'
2-
import { IconProps } from './types'
2+
import { IconProps } from './types.js'
33

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

src/Icon13mpOutlined.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react'
2-
import { IconProps } from './types'
2+
import { IconProps } from './types.js'
33

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

src/Icon13mpOutlinedFilled.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react'
2-
import { IconProps } from './types'
2+
import { IconProps } from './types.js'
33

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

src/Icon13mpRounded.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react'
2-
import { IconProps } from './types'
2+
import { IconProps } from './types.js'
33

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

src/Icon13mpRoundedFilled.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react'
2-
import { IconProps } from './types'
2+
import { IconProps } from './types.js'
33

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

src/Icon13mpSharp.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react'
2-
import { IconProps } from './types'
2+
import { IconProps } from './types.js'
33

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

src/Icon13mpSharpFilled.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react'
2-
import { IconProps } from './types'
2+
import { IconProps } from './types.js'
33

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

src/Icon14mpOutlined.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react'
2-
import { IconProps } from './types'
2+
import { IconProps } from './types.js'
33

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

src/Icon14mpOutlinedFilled.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react'
2-
import { IconProps } from './types'
2+
import { IconProps } from './types.js'
33

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

src/Icon14mpRounded.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react'
2-
import { IconProps } from './types'
2+
import { IconProps } from './types.js'
33

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

src/Icon14mpRoundedFilled.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react'
2-
import { IconProps } from './types'
2+
import { IconProps } from './types.js'
33

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

src/Icon14mpSharp.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react'
2-
import { IconProps } from './types'
2+
import { IconProps } from './types.js'
33

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

src/Icon14mpSharpFilled.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react'
2-
import { IconProps } from './types'
2+
import { IconProps } from './types.js'
33

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

src/Icon15mpOutlined.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react'
2-
import { IconProps } from './types'
2+
import { IconProps } from './types.js'
33

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

src/Icon15mpOutlinedFilled.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react'
2-
import { IconProps } from './types'
2+
import { IconProps } from './types.js'
33

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

src/Icon15mpRounded.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react'
2-
import { IconProps } from './types'
2+
import { IconProps } from './types.js'
33

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

src/Icon15mpRoundedFilled.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react'
2-
import { IconProps } from './types'
2+
import { IconProps } from './types.js'
33

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

src/Icon15mpSharp.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react'
2-
import { IconProps } from './types'
2+
import { IconProps } from './types.js'
33

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

src/Icon15mpSharpFilled.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react'
2-
import { IconProps } from './types'
2+
import { IconProps } from './types.js'
33

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

src/Icon16mpOutlined.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react'
2-
import { IconProps } from './types'
2+
import { IconProps } from './types.js'
33

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

src/Icon16mpOutlinedFilled.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react'
2-
import { IconProps } from './types'
2+
import { IconProps } from './types.js'
33

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

src/Icon16mpRounded.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react'
2-
import { IconProps } from './types'
2+
import { IconProps } from './types.js'
33

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

src/Icon16mpRoundedFilled.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react'
2-
import { IconProps } from './types'
2+
import { IconProps } from './types.js'
33

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

src/Icon16mpSharp.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react'
2-
import { IconProps } from './types'
2+
import { IconProps } from './types.js'
33

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

src/Icon16mpSharpFilled.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react'
2-
import { IconProps } from './types'
2+
import { IconProps } from './types.js'
33

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

src/Icon17mpOutlined.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react'
2-
import { IconProps } from './types'
2+
import { IconProps } from './types.js'
33

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

src/Icon17mpOutlinedFilled.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react'
2-
import { IconProps } from './types'
2+
import { IconProps } from './types.js'
33

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

src/Icon17mpRounded.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react'
2-
import { IconProps } from './types'
2+
import { IconProps } from './types.js'
33

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

0 commit comments

Comments
 (0)