tablet_mac_sharp_filled constant

IconData const tablet_mac_sharp_filled
tablet mac sharp filled icon

Implementation

static const IconData tablet_mac_sharp_filled = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''M120-40v-880h720v880H120Zm60-210h600v-520H180v520Zm331.5 126.32q8.5-8.67 8.5-21.5 0-12.82-8.68-21.32-8.67-8.5-21.5-8.5-12.82 0-21.32 8.68-8.5 8.67-8.5 21.5 0 12.82 8.68 21.32 8.67 8.5 21.5 8.5 12.82 0 21.32-8.68Z''',
    },
  },
]);