UNPKG

@pluralsight/icons

Version:
9 lines (8 loc) 440 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.getIconString = void 0; var getIconString_1 = require("./getIconString"); Object.defineProperty(exports, "getIconString", { enumerable: true, get: function () { return __importDefault(getIconString_1).default; } });