@discourser/design-system 0.17.0 → 0.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Icons/AudienceIcon.d.ts +6 -0
- package/dist/components/Icons/AudienceIcon.d.ts.map +1 -0
- package/dist/components/Icons/AudienceIcon.figma.d.ts +2 -0
- package/dist/components/Icons/AudienceIcon.figma.d.ts.map +1 -0
- package/dist/components/Icons/AudioSpeakerIcon.d.ts +6 -0
- package/dist/components/Icons/AudioSpeakerIcon.d.ts.map +1 -0
- package/dist/components/Icons/AudioSpeakerIcon.figma.d.ts +2 -0
- package/dist/components/Icons/AudioSpeakerIcon.figma.d.ts.map +1 -0
- package/dist/components/Icons/BookmarkPlusIcon.d.ts +6 -0
- package/dist/components/Icons/BookmarkPlusIcon.d.ts.map +1 -0
- package/dist/components/Icons/BookmarkPlusIcon.figma.d.ts +2 -0
- package/dist/components/Icons/BookmarkPlusIcon.figma.d.ts.map +1 -0
- package/dist/components/Icons/ClipBoardIcon.d.ts +6 -0
- package/dist/components/Icons/ClipBoardIcon.d.ts.map +1 -0
- package/dist/components/Icons/ClipBoardIcon.figma.d.ts +2 -0
- package/dist/components/Icons/ClipBoardIcon.figma.d.ts.map +1 -0
- package/dist/components/Icons/ExitStudioIcon.d.ts +6 -0
- package/dist/components/Icons/ExitStudioIcon.d.ts.map +1 -0
- package/dist/components/Icons/ExitStudioIcon.figma.d.ts +2 -0
- package/dist/components/Icons/ExitStudioIcon.figma.d.ts.map +1 -0
- package/dist/components/Icons/MicrophoneIcon.d.ts +6 -0
- package/dist/components/Icons/MicrophoneIcon.d.ts.map +1 -0
- package/dist/components/Icons/MicrophoneIcon.figma.d.ts +2 -0
- package/dist/components/Icons/MicrophoneIcon.figma.d.ts.map +1 -0
- package/dist/components/Icons/NotebookPenIcon.d.ts +6 -0
- package/dist/components/Icons/NotebookPenIcon.d.ts.map +1 -0
- package/dist/components/Icons/NotebookPenIcon.figma.d.ts +2 -0
- package/dist/components/Icons/NotebookPenIcon.figma.d.ts.map +1 -0
- package/dist/components/Icons/PausePlayIcon.d.ts +6 -0
- package/dist/components/Icons/PausePlayIcon.d.ts.map +1 -0
- package/dist/components/Icons/PausePlayIcon.figma.d.ts +2 -0
- package/dist/components/Icons/PausePlayIcon.figma.d.ts.map +1 -0
- package/dist/components/Icons/PlayIcon.d.ts +6 -0
- package/dist/components/Icons/PlayIcon.d.ts.map +1 -0
- package/dist/components/Icons/PlayIcon.figma.d.ts +2 -0
- package/dist/components/Icons/PlayIcon.figma.d.ts.map +1 -0
- package/dist/components/Icons/RecordIcon.d.ts +6 -0
- package/dist/components/Icons/RecordIcon.d.ts.map +1 -0
- package/dist/components/Icons/RecordIcon.figma.d.ts +2 -0
- package/dist/components/Icons/RecordIcon.figma.d.ts.map +1 -0
- package/dist/components/Icons/RepeatQuestionIcon.d.ts +6 -0
- package/dist/components/Icons/RepeatQuestionIcon.d.ts.map +1 -0
- package/dist/components/Icons/RepeatQuestionIcon.figma.d.ts +2 -0
- package/dist/components/Icons/RepeatQuestionIcon.figma.d.ts.map +1 -0
- package/dist/components/Icons/ScrollTextIcon.d.ts +6 -0
- package/dist/components/Icons/ScrollTextIcon.d.ts.map +1 -0
- package/dist/components/Icons/ScrollTextIcon.figma.d.ts +2 -0
- package/dist/components/Icons/ScrollTextIcon.figma.d.ts.map +1 -0
- package/dist/components/Icons/SparklesIcon.d.ts +6 -0
- package/dist/components/Icons/SparklesIcon.d.ts.map +1 -0
- package/dist/components/Icons/SparklesIcon.figma.d.ts +2 -0
- package/dist/components/Icons/SparklesIcon.figma.d.ts.map +1 -0
- package/dist/components/Icons/SpeechIcon.d.ts +6 -0
- package/dist/components/Icons/SpeechIcon.d.ts.map +1 -0
- package/dist/components/Icons/SpeechIcon.figma.d.ts +2 -0
- package/dist/components/Icons/SpeechIcon.figma.d.ts.map +1 -0
- package/dist/components/Icons/StopPlayIcon.d.ts +6 -0
- package/dist/components/Icons/StopPlayIcon.d.ts.map +1 -0
- package/dist/components/Icons/StopPlayIcon.figma.d.ts +2 -0
- package/dist/components/Icons/StopPlayIcon.figma.d.ts.map +1 -0
- package/dist/components/Icons/TimerIcon.d.ts +6 -0
- package/dist/components/Icons/TimerIcon.d.ts.map +1 -0
- package/dist/components/Icons/TimerIcon.figma.d.ts +2 -0
- package/dist/components/Icons/TimerIcon.figma.d.ts.map +1 -0
- package/dist/components/Icons/UserProfileIcon.d.ts +6 -0
- package/dist/components/Icons/UserProfileIcon.d.ts.map +1 -0
- package/dist/components/Icons/UserProfileIcon.figma.d.ts +2 -0
- package/dist/components/Icons/UserProfileIcon.figma.d.ts.map +1 -0
- package/dist/components/Icons/index.d.ts +17 -0
- package/dist/components/Icons/index.d.ts.map +1 -1
- package/dist/figma-codex.json +308 -2
- package/package.json +1 -1
- package/src/components/Icons/AudienceIcon.figma.tsx +10 -0
- package/src/components/Icons/AudienceIcon.tsx +20 -0
- package/src/components/Icons/AudioSpeakerIcon.figma.tsx +10 -0
- package/src/components/Icons/AudioSpeakerIcon.tsx +26 -0
- package/src/components/Icons/BookmarkPlusIcon.figma.tsx +10 -0
- package/src/components/Icons/BookmarkPlusIcon.tsx +26 -0
- package/src/components/Icons/ClipBoardIcon.figma.tsx +10 -0
- package/src/components/Icons/ClipBoardIcon.tsx +61 -0
- package/src/components/Icons/ExitStudioIcon.figma.tsx +10 -0
- package/src/components/Icons/ExitStudioIcon.tsx +34 -0
- package/src/components/Icons/MicrophoneIcon.figma.tsx +10 -0
- package/src/components/Icons/MicrophoneIcon.tsx +40 -0
- package/src/components/Icons/NotebookPenIcon.figma.tsx +10 -0
- package/src/components/Icons/NotebookPenIcon.tsx +26 -0
- package/src/components/Icons/PausePlayIcon.figma.tsx +10 -0
- package/src/components/Icons/PausePlayIcon.tsx +41 -0
- package/src/components/Icons/PlayIcon.figma.tsx +10 -0
- package/src/components/Icons/PlayIcon.tsx +33 -0
- package/src/components/Icons/RecordIcon.figma.tsx +10 -0
- package/src/components/Icons/RecordIcon.tsx +41 -0
- package/src/components/Icons/RepeatQuestionIcon.figma.tsx +10 -0
- package/src/components/Icons/RepeatQuestionIcon.tsx +26 -0
- package/src/components/Icons/ScrollTextIcon.figma.tsx +10 -0
- package/src/components/Icons/ScrollTextIcon.tsx +26 -0
- package/src/components/Icons/SparklesIcon.figma.tsx +10 -0
- package/src/components/Icons/SparklesIcon.tsx +26 -0
- package/src/components/Icons/SpeechIcon.figma.tsx +10 -0
- package/src/components/Icons/SpeechIcon.tsx +26 -0
- package/src/components/Icons/StopPlayIcon.figma.tsx +10 -0
- package/src/components/Icons/StopPlayIcon.tsx +35 -0
- package/src/components/Icons/TimerIcon.figma.tsx +10 -0
- package/src/components/Icons/TimerIcon.tsx +26 -0
- package/src/components/Icons/UserProfileIcon.figma.tsx +10 -0
- package/src/components/Icons/UserProfileIcon.tsx +26 -0
- package/src/components/Icons/index.ts +26 -0
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { ComponentProps } from 'react';
|
|
2
|
+
declare const StyledSvg: import("styled-system/jsx").StyledComponent<import("react").ForwardRefExoticComponent<import("react").SVGProps<SVGSVGElement> & import("@ark-ui/react").PolymorphicProps>, {}>;
|
|
3
|
+
export type AudienceIconProps = ComponentProps<typeof StyledSvg>;
|
|
4
|
+
export declare const AudienceIcon: (props: AudienceIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export {};
|
|
6
|
+
//# sourceMappingURL=AudienceIcon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AudienceIcon.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/AudienceIcon.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAG5C,QAAA,MAAM,SAAS,gLAAkB,CAAC;AAElC,MAAM,MAAM,iBAAiB,GAAG,cAAc,CAAC,OAAO,SAAS,CAAC,CAAC;AAEjE,eAAO,MAAM,YAAY,GAAI,OAAO,iBAAiB,4CAWpD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AudienceIcon.figma.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/AudienceIcon.figma.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { ComponentProps } from 'react';
|
|
2
|
+
declare const StyledSvg: import("styled-system/jsx").StyledComponent<import("react").ForwardRefExoticComponent<import("react").SVGProps<SVGSVGElement> & import("@ark-ui/react").PolymorphicProps>, {}>;
|
|
3
|
+
export type AudioSpeakerIconProps = ComponentProps<typeof StyledSvg>;
|
|
4
|
+
export declare const AudioSpeakerIcon: (props: AudioSpeakerIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export {};
|
|
6
|
+
//# sourceMappingURL=AudioSpeakerIcon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AudioSpeakerIcon.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/AudioSpeakerIcon.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAG5C,QAAA,MAAM,SAAS,gLAAkB,CAAC;AAElC,MAAM,MAAM,qBAAqB,GAAG,cAAc,CAAC,OAAO,SAAS,CAAC,CAAC;AAErE,eAAO,MAAM,gBAAgB,GAAI,OAAO,qBAAqB,4CAiB5D,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AudioSpeakerIcon.figma.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/AudioSpeakerIcon.figma.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { ComponentProps } from 'react';
|
|
2
|
+
declare const StyledSvg: import("styled-system/jsx").StyledComponent<import("react").ForwardRefExoticComponent<import("react").SVGProps<SVGSVGElement> & import("@ark-ui/react").PolymorphicProps>, {}>;
|
|
3
|
+
export type BookmarkPlusIconProps = ComponentProps<typeof StyledSvg>;
|
|
4
|
+
export declare const BookmarkPlusIcon: (props: BookmarkPlusIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export {};
|
|
6
|
+
//# sourceMappingURL=BookmarkPlusIcon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BookmarkPlusIcon.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/BookmarkPlusIcon.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAG5C,QAAA,MAAM,SAAS,gLAAkB,CAAC;AAElC,MAAM,MAAM,qBAAqB,GAAG,cAAc,CAAC,OAAO,SAAS,CAAC,CAAC;AAErE,eAAO,MAAM,gBAAgB,GAAI,OAAO,qBAAqB,4CAiB5D,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BookmarkPlusIcon.figma.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/BookmarkPlusIcon.figma.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { ComponentProps } from 'react';
|
|
2
|
+
declare const StyledSvg: import("styled-system/jsx").StyledComponent<import("react").ForwardRefExoticComponent<import("react").SVGProps<SVGSVGElement> & import("@ark-ui/react").PolymorphicProps>, {}>;
|
|
3
|
+
export type ClipBoardIconProps = ComponentProps<typeof StyledSvg>;
|
|
4
|
+
export declare const ClipBoardIcon: (props: ClipBoardIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export {};
|
|
6
|
+
//# sourceMappingURL=ClipBoardIcon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ClipBoardIcon.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/ClipBoardIcon.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAG5C,QAAA,MAAM,SAAS,gLAAkB,CAAC;AAElC,MAAM,MAAM,kBAAkB,GAAG,cAAc,CAAC,OAAO,SAAS,CAAC,CAAC;AAElE,eAAO,MAAM,aAAa,GAAI,OAAO,kBAAkB,4CAoDtD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ClipBoardIcon.figma.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/ClipBoardIcon.figma.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { ComponentProps } from 'react';
|
|
2
|
+
declare const StyledSvg: import("styled-system/jsx").StyledComponent<import("react").ForwardRefExoticComponent<import("react").SVGProps<SVGSVGElement> & import("@ark-ui/react").PolymorphicProps>, {}>;
|
|
3
|
+
export type ExitStudioIconProps = ComponentProps<typeof StyledSvg>;
|
|
4
|
+
export declare const ExitStudioIcon: (props: ExitStudioIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export {};
|
|
6
|
+
//# sourceMappingURL=ExitStudioIcon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ExitStudioIcon.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/ExitStudioIcon.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAG5C,QAAA,MAAM,SAAS,gLAAkB,CAAC;AAElC,MAAM,MAAM,mBAAmB,GAAG,cAAc,CAAC,OAAO,SAAS,CAAC,CAAC;AAEnE,eAAO,MAAM,cAAc,GAAI,OAAO,mBAAmB,4CAyBxD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ExitStudioIcon.figma.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/ExitStudioIcon.figma.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { ComponentProps } from 'react';
|
|
2
|
+
declare const StyledSvg: import("styled-system/jsx").StyledComponent<import("react").ForwardRefExoticComponent<import("react").SVGProps<SVGSVGElement> & import("@ark-ui/react").PolymorphicProps>, {}>;
|
|
3
|
+
export type MicrophoneIconProps = ComponentProps<typeof StyledSvg>;
|
|
4
|
+
export declare const MicrophoneIcon: (props: MicrophoneIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export {};
|
|
6
|
+
//# sourceMappingURL=MicrophoneIcon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MicrophoneIcon.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/MicrophoneIcon.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAG5C,QAAA,MAAM,SAAS,gLAAkB,CAAC;AAElC,MAAM,MAAM,mBAAmB,GAAG,cAAc,CAAC,OAAO,SAAS,CAAC,CAAC;AAEnE,eAAO,MAAM,cAAc,GAAI,OAAO,mBAAmB,4CA+BxD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MicrophoneIcon.figma.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/MicrophoneIcon.figma.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { ComponentProps } from 'react';
|
|
2
|
+
declare const StyledSvg: import("styled-system/jsx").StyledComponent<import("react").ForwardRefExoticComponent<import("react").SVGProps<SVGSVGElement> & import("@ark-ui/react").PolymorphicProps>, {}>;
|
|
3
|
+
export type NotebookPenIconProps = ComponentProps<typeof StyledSvg>;
|
|
4
|
+
export declare const NotebookPenIcon: (props: NotebookPenIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export {};
|
|
6
|
+
//# sourceMappingURL=NotebookPenIcon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NotebookPenIcon.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/NotebookPenIcon.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAG5C,QAAA,MAAM,SAAS,gLAAkB,CAAC;AAElC,MAAM,MAAM,oBAAoB,GAAG,cAAc,CAAC,OAAO,SAAS,CAAC,CAAC;AAEpE,eAAO,MAAM,eAAe,GAAI,OAAO,oBAAoB,4CAiB1D,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NotebookPenIcon.figma.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/NotebookPenIcon.figma.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { ComponentProps } from 'react';
|
|
2
|
+
declare const StyledSvg: import("styled-system/jsx").StyledComponent<import("react").ForwardRefExoticComponent<import("react").SVGProps<SVGSVGElement> & import("@ark-ui/react").PolymorphicProps>, {}>;
|
|
3
|
+
export type PausePlayIconProps = ComponentProps<typeof StyledSvg>;
|
|
4
|
+
export declare const PausePlayIcon: (props: PausePlayIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export {};
|
|
6
|
+
//# sourceMappingURL=PausePlayIcon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PausePlayIcon.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/PausePlayIcon.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAG5C,QAAA,MAAM,SAAS,gLAAkB,CAAC;AAElC,MAAM,MAAM,kBAAkB,GAAG,cAAc,CAAC,OAAO,SAAS,CAAC,CAAC;AAElE,eAAO,MAAM,aAAa,GAAI,OAAO,kBAAkB,4CAgCtD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PausePlayIcon.figma.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/PausePlayIcon.figma.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { ComponentProps } from 'react';
|
|
2
|
+
declare const StyledSvg: import("styled-system/jsx").StyledComponent<import("react").ForwardRefExoticComponent<import("react").SVGProps<SVGSVGElement> & import("@ark-ui/react").PolymorphicProps>, {}>;
|
|
3
|
+
export type PlayIconProps = ComponentProps<typeof StyledSvg>;
|
|
4
|
+
export declare const PlayIcon: (props: PlayIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export {};
|
|
6
|
+
//# sourceMappingURL=PlayIcon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PlayIcon.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/PlayIcon.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAG5C,QAAA,MAAM,SAAS,gLAAkB,CAAC;AAElC,MAAM,MAAM,aAAa,GAAG,cAAc,CAAC,OAAO,SAAS,CAAC,CAAC;AAE7D,eAAO,MAAM,QAAQ,GAAI,OAAO,aAAa,4CAwB5C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PlayIcon.figma.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/PlayIcon.figma.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { ComponentProps } from 'react';
|
|
2
|
+
declare const StyledSvg: import("styled-system/jsx").StyledComponent<import("react").ForwardRefExoticComponent<import("react").SVGProps<SVGSVGElement> & import("@ark-ui/react").PolymorphicProps>, {}>;
|
|
3
|
+
export type RecordIconProps = ComponentProps<typeof StyledSvg>;
|
|
4
|
+
export declare const RecordIcon: (props: RecordIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export {};
|
|
6
|
+
//# sourceMappingURL=RecordIcon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RecordIcon.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/RecordIcon.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAG5C,QAAA,MAAM,SAAS,gLAAkB,CAAC;AAElC,MAAM,MAAM,eAAe,GAAG,cAAc,CAAC,OAAO,SAAS,CAAC,CAAC;AAE/D,eAAO,MAAM,UAAU,GAAI,OAAO,eAAe,4CAgChD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RecordIcon.figma.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/RecordIcon.figma.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { ComponentProps } from 'react';
|
|
2
|
+
declare const StyledSvg: import("styled-system/jsx").StyledComponent<import("react").ForwardRefExoticComponent<import("react").SVGProps<SVGSVGElement> & import("@ark-ui/react").PolymorphicProps>, {}>;
|
|
3
|
+
export type RepeatQuestionIconProps = ComponentProps<typeof StyledSvg>;
|
|
4
|
+
export declare const RepeatQuestionIcon: (props: RepeatQuestionIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export {};
|
|
6
|
+
//# sourceMappingURL=RepeatQuestionIcon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RepeatQuestionIcon.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/RepeatQuestionIcon.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAG5C,QAAA,MAAM,SAAS,gLAAkB,CAAC;AAElC,MAAM,MAAM,uBAAuB,GAAG,cAAc,CAAC,OAAO,SAAS,CAAC,CAAC;AAEvE,eAAO,MAAM,kBAAkB,GAAI,OAAO,uBAAuB,4CAiBhE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RepeatQuestionIcon.figma.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/RepeatQuestionIcon.figma.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { ComponentProps } from 'react';
|
|
2
|
+
declare const StyledSvg: import("styled-system/jsx").StyledComponent<import("react").ForwardRefExoticComponent<import("react").SVGProps<SVGSVGElement> & import("@ark-ui/react").PolymorphicProps>, {}>;
|
|
3
|
+
export type ScrollTextIconProps = ComponentProps<typeof StyledSvg>;
|
|
4
|
+
export declare const ScrollTextIcon: (props: ScrollTextIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export {};
|
|
6
|
+
//# sourceMappingURL=ScrollTextIcon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScrollTextIcon.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/ScrollTextIcon.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAG5C,QAAA,MAAM,SAAS,gLAAkB,CAAC;AAElC,MAAM,MAAM,mBAAmB,GAAG,cAAc,CAAC,OAAO,SAAS,CAAC,CAAC;AAEnE,eAAO,MAAM,cAAc,GAAI,OAAO,mBAAmB,4CAiBxD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScrollTextIcon.figma.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/ScrollTextIcon.figma.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { ComponentProps } from 'react';
|
|
2
|
+
declare const StyledSvg: import("styled-system/jsx").StyledComponent<import("react").ForwardRefExoticComponent<import("react").SVGProps<SVGSVGElement> & import("@ark-ui/react").PolymorphicProps>, {}>;
|
|
3
|
+
export type SparklesIconProps = ComponentProps<typeof StyledSvg>;
|
|
4
|
+
export declare const SparklesIcon: (props: SparklesIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export {};
|
|
6
|
+
//# sourceMappingURL=SparklesIcon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SparklesIcon.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/SparklesIcon.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAG5C,QAAA,MAAM,SAAS,gLAAkB,CAAC;AAElC,MAAM,MAAM,iBAAiB,GAAG,cAAc,CAAC,OAAO,SAAS,CAAC,CAAC;AAEjE,eAAO,MAAM,YAAY,GAAI,OAAO,iBAAiB,4CAiBpD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SparklesIcon.figma.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/SparklesIcon.figma.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { ComponentProps } from 'react';
|
|
2
|
+
declare const StyledSvg: import("styled-system/jsx").StyledComponent<import("react").ForwardRefExoticComponent<import("react").SVGProps<SVGSVGElement> & import("@ark-ui/react").PolymorphicProps>, {}>;
|
|
3
|
+
export type SpeechIconProps = ComponentProps<typeof StyledSvg>;
|
|
4
|
+
export declare const SpeechIcon: (props: SpeechIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export {};
|
|
6
|
+
//# sourceMappingURL=SpeechIcon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SpeechIcon.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/SpeechIcon.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAG5C,QAAA,MAAM,SAAS,gLAAkB,CAAC;AAElC,MAAM,MAAM,eAAe,GAAG,cAAc,CAAC,OAAO,SAAS,CAAC,CAAC;AAE/D,eAAO,MAAM,UAAU,GAAI,OAAO,eAAe,4CAiBhD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SpeechIcon.figma.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/SpeechIcon.figma.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { ComponentProps } from 'react';
|
|
2
|
+
declare const StyledSvg: import("styled-system/jsx").StyledComponent<import("react").ForwardRefExoticComponent<import("react").SVGProps<SVGSVGElement> & import("@ark-ui/react").PolymorphicProps>, {}>;
|
|
3
|
+
export type StopPlayIconProps = ComponentProps<typeof StyledSvg>;
|
|
4
|
+
export declare const StopPlayIcon: (props: StopPlayIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export {};
|
|
6
|
+
//# sourceMappingURL=StopPlayIcon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StopPlayIcon.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/StopPlayIcon.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAG5C,QAAA,MAAM,SAAS,gLAAkB,CAAC;AAElC,MAAM,MAAM,iBAAiB,GAAG,cAAc,CAAC,OAAO,SAAS,CAAC,CAAC;AAEjE,eAAO,MAAM,YAAY,GAAI,OAAO,iBAAiB,4CA0BpD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StopPlayIcon.figma.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/StopPlayIcon.figma.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { ComponentProps } from 'react';
|
|
2
|
+
declare const StyledSvg: import("styled-system/jsx").StyledComponent<import("react").ForwardRefExoticComponent<import("react").SVGProps<SVGSVGElement> & import("@ark-ui/react").PolymorphicProps>, {}>;
|
|
3
|
+
export type TimerIconProps = ComponentProps<typeof StyledSvg>;
|
|
4
|
+
export declare const TimerIcon: (props: TimerIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export {};
|
|
6
|
+
//# sourceMappingURL=TimerIcon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TimerIcon.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/TimerIcon.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAG5C,QAAA,MAAM,SAAS,gLAAkB,CAAC;AAElC,MAAM,MAAM,cAAc,GAAG,cAAc,CAAC,OAAO,SAAS,CAAC,CAAC;AAE9D,eAAO,MAAM,SAAS,GAAI,OAAO,cAAc,4CAiB9C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TimerIcon.figma.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/TimerIcon.figma.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { ComponentProps } from 'react';
|
|
2
|
+
declare const StyledSvg: import("styled-system/jsx").StyledComponent<import("react").ForwardRefExoticComponent<import("react").SVGProps<SVGSVGElement> & import("@ark-ui/react").PolymorphicProps>, {}>;
|
|
3
|
+
export type UserProfileIconProps = ComponentProps<typeof StyledSvg>;
|
|
4
|
+
export declare const UserProfileIcon: (props: UserProfileIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export {};
|
|
6
|
+
//# sourceMappingURL=UserProfileIcon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UserProfileIcon.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/UserProfileIcon.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAG5C,QAAA,MAAM,SAAS,gLAAkB,CAAC;AAElC,MAAM,MAAM,oBAAoB,GAAG,cAAc,CAAC,OAAO,SAAS,CAAC,CAAC;AAEpE,eAAO,MAAM,eAAe,GAAI,OAAO,oBAAoB,4CAiB1D,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UserProfileIcon.figma.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/UserProfileIcon.figma.tsx"],"names":[],"mappings":""}
|
|
@@ -8,4 +8,21 @@ export { AccountIcon, type AccountIconProps } from './AccountIcon';
|
|
|
8
8
|
export { RightArrowIcon, type RightArrowIconProps } from './RightArrowIcon';
|
|
9
9
|
export { ChevronUpIcon, type ChevronUpIconProps } from './ChevronUpIcon';
|
|
10
10
|
export { DiscourserLogo, type DiscourserLogoProps } from './DiscourserLogo';
|
|
11
|
+
export { TimerIcon, type TimerIconProps } from './TimerIcon';
|
|
12
|
+
export { ClipBoardIcon, type ClipBoardIconProps } from './ClipBoardIcon';
|
|
13
|
+
export { MicrophoneIcon, type MicrophoneIconProps } from './MicrophoneIcon';
|
|
14
|
+
export { AudienceIcon, type AudienceIconProps } from './AudienceIcon';
|
|
15
|
+
export { RecordIcon, type RecordIconProps } from './RecordIcon';
|
|
16
|
+
export { NotebookPenIcon, type NotebookPenIconProps } from './NotebookPenIcon';
|
|
17
|
+
export { SparklesIcon, type SparklesIconProps } from './SparklesIcon';
|
|
18
|
+
export { ScrollTextIcon, type ScrollTextIconProps } from './ScrollTextIcon';
|
|
19
|
+
export { RepeatQuestionIcon, type RepeatQuestionIconProps, } from './RepeatQuestionIcon';
|
|
20
|
+
export { ExitStudioIcon, type ExitStudioIconProps } from './ExitStudioIcon';
|
|
21
|
+
export { PausePlayIcon, type PausePlayIconProps } from './PausePlayIcon';
|
|
22
|
+
export { StopPlayIcon, type StopPlayIconProps } from './StopPlayIcon';
|
|
23
|
+
export { BookmarkPlusIcon, type BookmarkPlusIconProps, } from './BookmarkPlusIcon';
|
|
24
|
+
export { AudioSpeakerIcon, type AudioSpeakerIconProps, } from './AudioSpeakerIcon';
|
|
25
|
+
export { UserProfileIcon, type UserProfileIconProps } from './UserProfileIcon';
|
|
26
|
+
export { PlayIcon, type PlayIconProps } from './PlayIcon';
|
|
27
|
+
export { SpeechIcon, type SpeechIconProps } from './SpeechIcon';
|
|
11
28
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,oBAAoB,EACpB,KAAK,yBAAyB,GAC/B,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,SAAS,EAAE,KAAK,cAAc,EAAE,MAAM,aAAa,CAAC;AAC7D,OAAO,EAAE,aAAa,EAAE,KAAK,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AACzE,OAAO,EAAE,YAAY,EAAE,KAAK,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACtE,OAAO,EAAE,YAAY,EAAE,KAAK,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACtE,OAAO,EAAE,QAAQ,EAAE,KAAK,aAAa,EAAE,MAAM,YAAY,CAAC;AAC1D,OAAO,EAAE,WAAW,EAAE,KAAK,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACnE,OAAO,EAAE,cAAc,EAAE,KAAK,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAC5E,OAAO,EAAE,aAAa,EAAE,KAAK,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AACzE,OAAO,EAAE,cAAc,EAAE,KAAK,mBAAmB,EAAE,MAAM,kBAAkB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,oBAAoB,EACpB,KAAK,yBAAyB,GAC/B,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,SAAS,EAAE,KAAK,cAAc,EAAE,MAAM,aAAa,CAAC;AAC7D,OAAO,EAAE,aAAa,EAAE,KAAK,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AACzE,OAAO,EAAE,YAAY,EAAE,KAAK,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACtE,OAAO,EAAE,YAAY,EAAE,KAAK,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACtE,OAAO,EAAE,QAAQ,EAAE,KAAK,aAAa,EAAE,MAAM,YAAY,CAAC;AAC1D,OAAO,EAAE,WAAW,EAAE,KAAK,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACnE,OAAO,EAAE,cAAc,EAAE,KAAK,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAC5E,OAAO,EAAE,aAAa,EAAE,KAAK,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AACzE,OAAO,EAAE,cAAc,EAAE,KAAK,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAC5E,OAAO,EAAE,SAAS,EAAE,KAAK,cAAc,EAAE,MAAM,aAAa,CAAC;AAC7D,OAAO,EAAE,aAAa,EAAE,KAAK,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AACzE,OAAO,EAAE,cAAc,EAAE,KAAK,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAC5E,OAAO,EAAE,YAAY,EAAE,KAAK,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACtE,OAAO,EAAE,UAAU,EAAE,KAAK,eAAe,EAAE,MAAM,cAAc,CAAC;AAChE,OAAO,EAAE,eAAe,EAAE,KAAK,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAC/E,OAAO,EAAE,YAAY,EAAE,KAAK,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACtE,OAAO,EAAE,cAAc,EAAE,KAAK,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAC5E,OAAO,EACL,kBAAkB,EAClB,KAAK,uBAAuB,GAC7B,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAE,cAAc,EAAE,KAAK,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAC5E,OAAO,EAAE,aAAa,EAAE,KAAK,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AACzE,OAAO,EAAE,YAAY,EAAE,KAAK,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACtE,OAAO,EACL,gBAAgB,EAChB,KAAK,qBAAqB,GAC3B,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EACL,gBAAgB,EAChB,KAAK,qBAAqB,GAC3B,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EAAE,eAAe,EAAE,KAAK,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAC/E,OAAO,EAAE,QAAQ,EAAE,KAAK,aAAa,EAAE,MAAM,YAAY,CAAC;AAC1D,OAAO,EAAE,UAAU,EAAE,KAAK,eAAe,EAAE,MAAM,cAAc,CAAC"}
|