src/components/icons/iconProps.js (view raw)
1 2 3 4 5 6 7 8 9 10
export const ICON_PROPS = { xmlns: 'http://www.w3.org/2000/svg', viewBox: '0 0 24 24', fill: 'none', stroke: 'currentColor', strokeWidth: 1.75, strokeLinecap: 'round', strokeLinejoin: 'round', 'aria-hidden': true, };