av1_filled constant

IconData const av1_filled
av1 filled icon

Implementation

static const IconData av1_filled = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''M100-160q-24 0-42-18t-18-42v-520q0-24 18-42t42-18h760q24.75 0 42.38 18Q920-764 920-740v520q0 24-17.62 42-17.63 18-42.38 18H100Zm80-197h50v-65h80v65h50v-196q0-21.25-14.37-35.63Q331.25-603 310-603h-80q-21.25 0-35.62 14.37Q180-574.25 180-553v196Zm50-115v-81h80v81h-80Zm246 115h57l75-246h-50l-53 183-47-183h-50l68 246Zm254 0h50v-246H661v50h69v196Z''',
    },
  },
]);