@mikezimm/npmfunctions
Version:
Functions used in my SPFx webparts
26 lines • 700 B
JavaScript
/**
* This has standard svg icons and links to icons used in various places
*
* jiraIcon
* defaultHubIcon
* defaultHubIcon2
*
* Converted pfsIcon and fpsLogo here: https://www.base64-image.de/
* fpsIcon125 17.5k
* fpsLogo125 12.4k
* fpsLogo326 19.9k
*
*
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.jiraIcon = void 0;
//SVG Converted here: https://base64.guru/converter/encode/image/svg
/**
* Usage:
*
* import { jiraIcon, defaultHubIcon, defaultHubIcon2 } from '@mikezimm/npmfunctions/dist/Icons';
*
*/
exports.jiraIcon = 'https://cdn.onlinewebfonts.com/svg/img_117214.png';
//# sourceMappingURL=Icons.js.map
;