@makeen.io/material-ui-kit
Version:
Makeen UI components kit. Based on material-ui.
10 lines (9 loc) • 359 B
TypeScript
/**
*
* @param {*} hexCode The color code
* For this code to work well the starting color needs to be black.
* If your icon set isn't black you can prepend "brightness(0) saturate(100%)" to your filter property
* which will first turn the icon set to black.
*/
declare const getFilterForBlackSvg: (hexCode: any) => any;
export { getFilterForBlackSvg };