UNPKG

@metamask/design-system-react

Version:
12 lines 463 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TWCLASSMAP_ICON_SIZE_DIMENSION = void 0; const types_1 = require("../../types/index.cjs"); exports.TWCLASSMAP_ICON_SIZE_DIMENSION = { [types_1.IconSize.Xs]: 'w-3 h-3', [types_1.IconSize.Sm]: 'w-4 h-4', [types_1.IconSize.Md]: 'w-5 h-5', [types_1.IconSize.Lg]: 'w-6 h-6', [types_1.IconSize.Xl]: 'w-8 h-8', // 32px }; //# sourceMappingURL=Icon.constants.cjs.map