diff --git a/fakemui/icons/ArrowUpDown.tsx b/fakemui/icons/ArrowUpDown.tsx new file mode 100644 index 000000000..4928689e8 --- /dev/null +++ b/fakemui/icons/ArrowUpDown.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { Icon, IconProps } from './Icon' + +export const ArrowUpDown = (props: IconProps) => ( + + + + + + +) diff --git a/fakemui/icons/Fullscreen.tsx b/fakemui/icons/Fullscreen.tsx new file mode 100644 index 000000000..0237dc976 --- /dev/null +++ b/fakemui/icons/Fullscreen.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { Icon, IconProps } from './Icon' + +export const Fullscreen = (props: IconProps) => ( + + + + + + +) diff --git a/fakemui/icons/FullscreenExit.tsx b/fakemui/icons/FullscreenExit.tsx new file mode 100644 index 000000000..4f020477c --- /dev/null +++ b/fakemui/icons/FullscreenExit.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { Icon, IconProps } from './Icon' + +export const FullscreenExit = (props: IconProps) => ( + + + + + + +) diff --git a/fakemui/icons/People.tsx b/fakemui/icons/People.tsx new file mode 100644 index 000000000..6ae41c4d3 --- /dev/null +++ b/fakemui/icons/People.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { Icon, IconProps } from './Icon' + +export const People = (props: IconProps) => ( + + + + + + +)