eda_sharp_filled constant

IconData const eda_sharp_filled
eda sharp filled icon

Implementation

static const IconData eda_sharp_filled = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''M120-40v-280h235l128 170 166-167 175-104 92 68L603-40H120Zm167-450v-390h60v390h106.5v-430H513v430h106.5v-350H680v408L488-241 385-380H120v-420h60v310h107Z''',
    },
  },
]);