snow-editor

small markdown and org-mode editor
Log | Files | Refs | README

iconProps.js (233B)


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