const rules = [ { pattern: 'Should have an accessible name.', comment: 'Can be named by setting a value for title prop (defaults to icon type).', status: 'DONE', tests: 'DONE', }, { pattern: 'Should have role img.', status: 'DONE', tests: 'DONE', }, { pattern: 'Should hide SVG paths from accessibility tree.', status: 'DONE', tests: 'N/A', }, { pattern: 'Should respect Windows High Contrast theme.', status: 'DONE', tests: 'N/A', }, { pattern: 'Can have an accessible description.', comment: 'Can be named by setting a value for description prop.', status: 'DONE', tests: 'DONE', }, ]; export default rules;