UNPKG

@chayns-components/core

Version:

A set of beautiful React components for developing your own applications with chayns.

5 lines 235 B
export const getStackSizeFactor = icon => { const sizeFactorString = icon.match(/fa-stack-([\d])x/)?.[1]; return typeof sizeFactorString === 'string' ? parseInt(sizeFactorString, 10) : undefined; }; //# sourceMappingURL=icon.js.map