SYMBOL INDEX (154 symbols across 12 files) FILE: build/build-code.ts constant BUILD_CONFIG (line 11) | const BUILD_CONFIG: Omit = { constant SUPPORT_PLATFORMS (line 121) | const SUPPORT_PLATFORMS: ['react', 'vue', 'svg'] = ['react', 'vue', 'svg']; FILE: build/build-icons.ts type IIconProps (line 10) | interface IIconProps { constant ICON_CSV (line 22) | const ICON_CSV = path.resolve(__dirname, '../source/db.csv'); constant ALL_ICON_MAP (line 29) | const ALL_ICON_MAP: Record = {}; constant NEW_CSV (line 31) | const NEW_CSV: string[][] = arr.slice(0, 1); FILE: gulpfile.ts constant TS_CONFIG_MAP (line 19) | const TS_CONFIG_MAP = { constant BABEL_CONFIG_MAP (line 26) | const BABEL_CONFIG_MAP = { function resolve (line 116) | function resolve(...arg: string[]): string { function createBuildTask (line 120) | function createBuildTask(name: 'react' | 'vue' | 'svg' | 'vue-next'): st... FILE: packages/react/src/all.ts type IconType (line 9) | type IconType = keyof typeof IconMap function getKeys (line 16) | function getKeys(obj: T): Array { constant ALL_ICON_KEYS (line 20) | const ALL_ICON_KEYS = getKeys(IconMap); type IIconAllProps (line 22) | interface IIconAllProps extends IIconProps { function toPascalCase (line 27) | function toPascalCase(val: string): string { function Icon (line 31) | function Icon(props: IIconAllProps) { FILE: packages/react/src/runtime/index.tsx type StrokeLinejoin (line 9) | type StrokeLinejoin = 'miter' | 'round' | 'bevel'; type StrokeLinecap (line 12) | type StrokeLinecap = 'butt' | 'round' | 'square'; type Theme (line 15) | type Theme = 'outline' | 'filled' | 'two-tone' | 'multi-color'; type ISvgIconProps (line 19) | interface ISvgIconProps { type IIconConfig (line 41) | interface IIconConfig { type IIconBase (line 92) | interface IIconBase { type Intersection (line 114) | type Intersection = T & Omit; type IIcon (line 117) | interface IIcon extends IIconBase { type IIconProps (line 122) | type IIconProps = Intersection>; type IconRender (line 125) | type IconRender = (props: ISvgIconProps) => ReactElement; type Icon (line 128) | type Icon = (props: IIconProps) => ReactElement; constant DEFAULT_ICON_CONFIGS (line 131) | const DEFAULT_ICON_CONFIGS: IIconConfig = { function guid (line 161) | function guid(): string { function IconConverter (line 166) | function IconConverter(id: string, icon: IIconBase, config: IIconConfig)... function IconWrapper (line 217) | function IconWrapper(name: string, rtl: boolean, render: IconRender): Ic... FILE: packages/svg/src/runtime/index.tsx type StrokeLinejoin (line 7) | type StrokeLinejoin = 'miter' | 'round' | 'bevel'; type StrokeLinecap (line 10) | type StrokeLinecap = 'butt' | 'round' | 'square'; type Theme (line 13) | type Theme = 'outline' | 'filled' | 'two-tone' | 'multi-color'; type ISvgIconProps (line 17) | interface ISvgIconProps { type IIconConfig (line 39) | interface IIconConfig { type IIconBase (line 87) | interface IIconBase { type IIcon (line 109) | type IIcon = IIconBase; type IIconProps (line 112) | type IIconProps = IIconBase; type IconRender (line 115) | type IconRender = (props: ISvgIconProps) => string; type Icon (line 118) | type Icon = (props: IIconProps) => string; constant DEFAULT_ICON_CONFIGS (line 121) | const DEFAULT_ICON_CONFIGS: IIconConfig = { function guid (line 150) | function guid(): string { function IconConverter (line 155) | function IconConverter(id: string, icon: IIconBase, config: IIconConfig)... function setConfig (line 202) | function setConfig(config: IIconConfig): void { function getConfig (line 206) | function getConfig(): IIconConfig { function IconWrapper (line 211) | function IconWrapper(name: string, render: IconRender): Icon { FILE: packages/vue-next/src/all.ts type IconType (line 9) | type IconType = keyof typeof IconMap; type IIconAllProps (line 11) | interface IIconAllProps extends IIconProps { type IIconAllOptions (line 16) | type IIconAllOptions = ComponentOptions; type AllIcon (line 19) | type AllIcon = DefineComponent; function toPascalCase (line 21) | function toPascalCase(val: string): string { function install (line 61) | function install(Vue: App, prefix?: string): void { FILE: packages/vue-next/src/runtime/index.tsx type StrokeLinejoin (line 9) | type StrokeLinejoin = 'miter' | 'round' | 'bevel'; type StrokeLinecap (line 12) | type StrokeLinecap = 'butt' | 'round' | 'square'; type Theme (line 15) | type Theme = 'outline' | 'filled' | 'two-tone' | 'multi-color'; type ISvgIconProps (line 18) | interface ISvgIconProps { type IIconConfig (line 40) | interface IIconConfig { type IIconBase (line 91) | interface IIconBase { type IIconProps (line 113) | interface IIconProps extends IIconBase { type IconOptions (line 118) | type IconOptions = ComponentOptions; type IconRender (line 121) | type IconRender = (props: ISvgIconProps) => JSX.Element; type Icon (line 124) | type Icon = DefineComponent; constant DEFAULT_ICON_CONFIGS (line 127) | const DEFAULT_ICON_CONFIGS: IIconConfig = { function guid (line 157) | function guid(): string { function IconConverter (line 162) | function IconConverter(id: string, icon: IIconBase, config: IIconConfig)... function IconWrapper (line 214) | function IconWrapper(name: string, rtl: boolean, render: IconRender): Ic... FILE: packages/vue/src/all.ts type IconType (line 10) | type IconType = keyof typeof IconMap; type IIconParkInstance (line 12) | interface IIconParkInstance extends IIconInstance { type IIconAllProps (line 17) | interface IIconAllProps extends Vue, IIconProps { function toPascalCase (line 21) | function toPascalCase(val: string): string { method render (line 29) | render(this: IIconParkInstance, h): VNode { function install (line 62) | function install(Vue: VueConstructor, prefix?: string): void { FILE: packages/vue/src/runtime/index.tsx type StrokeLinejoin (line 10) | type StrokeLinejoin = 'miter' | 'round' | 'bevel'; type StrokeLinecap (line 13) | type StrokeLinecap = 'butt' | 'round' | 'square'; type Theme (line 16) | type Theme = 'outline' | 'filled' | 'two-tone' | 'multi-color'; type ISvgIconProps (line 20) | interface ISvgIconProps { type IIconConfig (line 42) | interface IIconConfig { type IIconBase (line 93) | interface IIconBase { type IIconProps (line 115) | interface IIconProps extends IIconBase { type IconHelper (line 120) | type IconHelper = CreateElement; type IIconInstance (line 124) | interface IIconInstance extends Vue, IIconProps { type IconOptions (line 131) | type IconOptions = ComponentOptions VNode; type Icon (line 137) | type Icon = VueConstructor; constant DEFAULT_ICON_CONFIGS (line 140) | const DEFAULT_ICON_CONFIGS: IIconConfig = { function guid (line 170) | function guid(): string { function IconConverter (line 175) | function IconConverter(id: string, icon: IIconBase, config: IIconConfig)... function IconWrapper (line 220) | function IconWrapper(name: string, rtl: boolean, render: IconRender): Ic... FILE: packages/vue/src/shim-tsx.d.ts type CSSProperties (line 4) | interface CSSProperties extends CSS.Properties { type Booleanish (line 7) | type Booleanish = boolean | 'true' | 'false'; type AriaAttributes (line 9) | interface AriaAttributes { type HTMLAttributes (line 60) | interface HTMLAttributes extends AriaAttributes { type AnchorHTMLAttributes (line 101) | interface AnchorHTMLAttributes extends HTMLAttributes { type AreaHTMLAttributes (line 113) | interface AreaHTMLAttributes extends HTMLAttributes { type AudioHTMLAttributes (line 125) | type AudioHTMLAttributes = MediaHTMLAttributes; type BaseHTMLAttributes (line 127) | interface BaseHTMLAttributes extends HTMLAttributes { type BlockquoteHTMLAttributes (line 132) | interface BlockquoteHTMLAttributes extends HTMLAttributes { type ButtonHTMLAttributes (line 136) | interface ButtonHTMLAttributes extends HTMLAttributes { type CanvasHTMLAttributes (line 150) | interface CanvasHTMLAttributes extends HTMLAttributes { type ColHTMLAttributes (line 155) | interface ColHTMLAttributes extends HTMLAttributes { type ColgroupHTMLAttributes (line 160) | interface ColgroupHTMLAttributes extends HTMLAttributes { type DataHTMLAttributes (line 164) | interface DataHTMLAttributes extends HTMLAttributes { type DetailsHTMLAttributes (line 168) | interface DetailsHTMLAttributes extends HTMLAttributes { type DelHTMLAttributes (line 172) | interface DelHTMLAttributes extends HTMLAttributes { type DialogHTMLAttributes (line 177) | interface DialogHTMLAttributes extends HTMLAttributes { type EmbedHTMLAttributes (line 181) | interface EmbedHTMLAttributes extends HTMLAttributes { type FieldsetHTMLAttributes (line 188) | interface FieldsetHTMLAttributes extends HTMLAttributes { type FormHTMLAttributes (line 194) | interface FormHTMLAttributes extends HTMLAttributes { type HtmlHTMLAttributes (line 205) | interface HtmlHTMLAttributes extends HTMLAttributes { type IframeHTMLAttributes (line 209) | interface IframeHTMLAttributes extends HTMLAttributes { type ImgHTMLAttributes (line 227) | interface ImgHTMLAttributes extends HTMLAttributes { type InsHTMLAttributes (line 239) | interface InsHTMLAttributes extends HTMLAttributes { type InputHTMLAttributes (line 244) | interface InputHTMLAttributes extends HTMLAttributes { type KeygenHTMLAttributes (line 279) | interface KeygenHTMLAttributes extends HTMLAttributes { type LabelHTMLAttributes (line 289) | interface LabelHTMLAttributes extends HTMLAttributes { type LiHTMLAttributes (line 294) | interface LiHTMLAttributes extends HTMLAttributes { type LinkHTMLAttributes (line 298) | interface LinkHTMLAttributes extends HTMLAttributes { type MapHTMLAttributes (line 310) | interface MapHTMLAttributes extends HTMLAttributes { type MenuHTMLAttributes (line 314) | interface MenuHTMLAttributes extends HTMLAttributes { type MediaHTMLAttributes (line 318) | interface MediaHTMLAttributes extends HTMLAttributes { type MetaHTMLAttributes (line 331) | interface MetaHTMLAttributes extends HTMLAttributes { type MeterHTMLAttributes (line 338) | interface MeterHTMLAttributes extends HTMLAttributes { type QuoteHTMLAttributes (line 348) | interface QuoteHTMLAttributes extends HTMLAttributes { type ObjectHTMLAttributes (line 352) | interface ObjectHTMLAttributes extends HTMLAttributes { type OlHTMLAttributes (line 364) | interface OlHTMLAttributes extends HTMLAttributes { type OptgroupHTMLAttributes (line 370) | interface OptgroupHTMLAttributes extends HTMLAttributes { type OptionHTMLAttributes (line 375) | interface OptionHTMLAttributes extends HTMLAttributes { type OutputHTMLAttributes (line 382) | interface OutputHTMLAttributes extends HTMLAttributes { type ParamHTMLAttributes (line 388) | interface ParamHTMLAttributes extends HTMLAttributes { type ProgressHTMLAttributes (line 393) | interface ProgressHTMLAttributes extends HTMLAttributes { type ScriptHTMLAttributes (line 398) | interface ScriptHTMLAttributes extends HTMLAttributes { type SelectHTMLAttributes (line 410) | interface SelectHTMLAttributes extends HTMLAttributes { type SourceHTMLAttributes (line 422) | interface SourceHTMLAttributes extends HTMLAttributes { type StyleHTMLAttributes (line 430) | interface StyleHTMLAttributes extends HTMLAttributes { type TableHTMLAttributes (line 437) | interface TableHTMLAttributes extends HTMLAttributes { type TextareaHTMLAttributes (line 443) | interface TextareaHTMLAttributes extends HTMLAttributes { type TdHTMLAttributes (line 461) | interface TdHTMLAttributes extends HTMLAttributes { type ThHTMLAttributes (line 470) | interface ThHTMLAttributes extends HTMLAttributes { type TimeHTMLAttributes (line 478) | interface TimeHTMLAttributes extends HTMLAttributes { type TrackHTMLAttributes (line 482) | interface TrackHTMLAttributes extends HTMLAttributes { type VideoHTMLAttributes (line 490) | interface VideoHTMLAttributes extends MediaHTMLAttributes { type WebViewHTMLAttributes (line 498) | interface WebViewHTMLAttributes extends HTMLAttributes { type SVGAttributes (line 518) | interface SVGAttributes extends AriaAttributes { type IntrinsicElementAttributes (line 771) | interface IntrinsicElementAttributes { type Events (line 948) | interface Events { type StringKeyOf (line 1031) | type StringKeyOf = Extract; type ReservedProps (line 1033) | interface ReservedProps { type EventHandlers (line 1045) | type EventHandlers = { type ElementAttrs (line 1048) | type ElementAttrs = T & EventHandlers & ReservedProps = Pick>;