SYMBOL INDEX (106 symbols across 27 files) FILE: package/src/icon.js class Icon (line 16) | class Icon { method constructor (line 17) | constructor(name, contents) { method toSvg (line 26) | toSvg(attrs = {}) { method toString (line 40) | toString() { function getAnimationOptions (line 45) | function getAnimationOptions(animation) { function attrsToString (line 72) | function attrsToString(attrs) { FILE: package/src/replace.js function replace (line 23) | function replace(options = {}) { function replaceElement (line 35) | function replaceElement(element, options = {}) { function getAttrs (line 53) | function getAttrs(element) { function getAttr (line 71) | function getAttr(attr) { function getAnimationObject (line 83) | function getAnimationObject(optionsAnimation, elementAttrsAnimation) { FILE: scripts/helpers/fs-helper.js method remove (line 10) | remove(srcPath) { method getFilesByPath (line 14) | getFilesByPath(srcPath) { method mkDirByPathSync (line 32) | mkDirByPathSync(targetDir) { method copy (line 40) | copy(srcPath, desPath) { method isFolder (line 48) | isFolder(path) { method getExtension (line 52) | getExtension(fileName) { method trimFileExtension (line 57) | trimFileExtension(fileName) { FILE: scripts/helpers/gm-helper.js method convertAndResize (line 10) | convertAndResize(size, format, srcPath) { method convert (line 16) | convert(format, srcPath) { method resize (line 21) | resize(size, srcPath) { method convertSvgToPng (line 26) | convertSvgToPng(size, format, srcPath) { FILE: scripts/services/build-sprite-string.js constant DEFAULT_ATTRS (line 7) | const DEFAULT_ATTRS = require('../../package/src/default-attrs.json'); FILE: scripts/services/transform-icons.js class TransformIcons (line 13) | class TransformIcons { method constructor (line 14) | constructor(srcFile, srcFilePath, desPath, options) { method getAndMakeDesFolder (line 24) | getAndMakeDesFolder(...desPath) { method convert (line 32) | convert() { method resize (line 43) | resize() { FILE: scripts/services/transform-png-icons.js class TransformPngIcons (line 8) | class TransformPngIcons extends TransformIcons { method constructor (line 9) | constructor(...args) { method convertAndResizeSvgToPng (line 13) | convertAndResizeSvgToPng() { FILE: src/app/@core/core.module.ts constant PIPES (line 13) | const PIPES = [ constant NB_CORE_PROVIDERS (line 16) | const NB_CORE_PROVIDERS = [ class CoreModule (line 27) | class CoreModule { method constructor (line 28) | constructor(@Optional() @SkipSelf() parentModule: CoreModule) { method forRoot (line 32) | static forRoot(): ModuleWithProviders { FILE: src/app/@core/data/data.module.ts constant SERVICES (line 13) | const SERVICES = [ class DataModule (line 26) | class DataModule { method forRoot (line 27) | static forRoot(): ModuleWithProviders { FILE: src/app/@core/data/service/icons/icon.service.ts class Icon (line 15) | class Icon { class Icons (line 21) | class Icons { class IconServiceData (line 26) | class IconServiceData { class IconService (line 32) | class IconService { method constructor (line 47) | constructor() { method getIconData (line 65) | getIconData(icoName: string, iconType: string): Icon { method getIconsTags (line 76) | getIconsTags(groupName: string, icoName: string): string[] { method getIconsData (line 82) | getIconsData(type: string): Observable { method getFilteredIconsData (line 88) | getFilteredIconsData(searchKey: string, type: string): Observable { FILE: src/app/@theme/services/version.service.ts class EvaVersionService (line 10) | class EvaVersionService { method getEvoVersion (line 12) | getEvoVersion() { FILE: src/app/@theme/theme.module.ts constant COMPONENTS (line 41) | const COMPONENTS = [ constant PIPES (line 51) | const PIPES = [ class EvaThemeModule (line 97) | class EvaThemeModule { method forRoot (line 98) | static forRoot(): ModuleWithProviders { FILE: src/app/app.component.ts class AppComponent (line 15) | class AppComponent { method constructor (line 19) | constructor(private dialogStateService: DialogStateService) { FILE: src/app/app.module.ts class AppModule (line 44) | class AppModule { } FILE: src/typings.d.ts type NodeModule (line 9) | interface NodeModule {