diff --git a/icons/_assets/temporary_profile.svg b/icons/_assets/temporary_profile.svg new file mode 100644 index 000000000..10a8d3e09 --- /dev/null +++ b/icons/_assets/temporary_profile.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/src/TemporaryProfile/content.json b/icons/src/TemporaryProfile/content.json new file mode 100644 index 000000000..e80553dc4 --- /dev/null +++ b/icons/src/TemporaryProfile/content.json @@ -0,0 +1,6 @@ +{ + "width": 15, + "height": 15, + "viewBox": "0 0 84 98", + "block": "\n\n\n" +} \ No newline at end of file diff --git a/icons/src/TemporaryProfile/index.tsx b/icons/src/TemporaryProfile/index.tsx new file mode 100644 index 000000000..35194a528 --- /dev/null +++ b/icons/src/TemporaryProfile/index.tsx @@ -0,0 +1,8 @@ +import React from 'react' +import { Icon, IconProps } from '@welcome-ui/icon' + +import content from './content.json' + +export const TemporaryProfileIcon: React.FC = props => { + return +} diff --git a/icons/src/index.d.ts b/icons/src/index.d.ts index dbaf34a52..fbee185d7 100644 --- a/icons/src/index.d.ts +++ b/icons/src/index.d.ts @@ -268,6 +268,7 @@ export declare const TabletIcon: React.FC export declare const TagIcon: React.FC export declare const TargetIcon: React.FC export declare const TeepeeIcon: React.FC +export declare const TemporaryProfileIcon: React.FC export declare const ThumbDownIcon: React.FC export declare const ThumbUpIcon: React.FC export declare const TiktokIcon: React.FC diff --git a/icons/src/index.ts b/icons/src/index.ts index 4e1f4a0f3..1fbee959c 100644 --- a/icons/src/index.ts +++ b/icons/src/index.ts @@ -266,6 +266,7 @@ export { TabletIcon } from './Tablet' export { TagIcon } from './Tag' export { TargetIcon } from './Target' export { TeepeeIcon } from './Teepee' +export { TemporaryProfileIcon } from './TemporaryProfile' export { ThumbDownIcon } from './ThumbDown' export { ThumbUpIcon } from './ThumbUp' export { TiktokIcon } from './Tiktok' diff --git a/packages/IconFont/src/unicode.json b/packages/IconFont/src/unicode.json index 73c91091a..47b5d01ce 100644 --- a/packages/IconFont/src/unicode.json +++ b/packages/IconFont/src/unicode.json @@ -295,5 +295,6 @@ "arrow_line_right": "0xF227", "arrow_line_down": "0xF228", "arrow_line_up": "0xF229", - "symbol": "0xF22A" + "symbol": "0xF22A", + "temporary_profile": "0xF22B" } \ No newline at end of file diff --git a/website/build-app/components/IconsList/icons.ts b/website/build-app/components/IconsList/icons.ts index 330b12c5a..b2ccab3b0 100644 --- a/website/build-app/components/IconsList/icons.ts +++ b/website/build-app/components/IconsList/icons.ts @@ -144,6 +144,7 @@ export const miscellaneous: IconProps['name'][] = [ 'success', 'certified', 'connection', + 'temporary_profile', ] export const player: IconProps['name'][] = [