subdirectory_arrow_right_filled constant

IconData const subdirectory_arrow_right_filled
subdirectory arrow right filled icon

Implementation

static const IconData subdirectory_arrow_right_filled = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''m566-120-43-43 162-162H200v-475h60v415h426L524-547l43-43 233 233-234 237Z''',
    },
  },
]);