UNPKG

@pinuts/bsr-uikit-relaunch

Version:

BSR UI-KIT Relaunch

33 lines (26 loc) 546 B
// import cssStyles from '../../styles/_exports.module.scss'; const defaultPropValues = { height: 40, width: 40, fill: "#1E1E1E", stroke: "#1E1E1E" }; export const Icon160PropValues = { height: 160, width: 160, fill: "#1E1E1E", stroke: "#1E1E1E", }; export const Icon20PropValues = { height: 20, width: 20, fill: "#1E1E1E", stroke: "#1E1E1E", } export const Icon48PropValues = { height: 48, width: 48, fill: "#1E1E1E", stroke: "#1E1E1E", }; export default defaultPropValues;