in_home_mode_sharp_filled constant

IconData const in_home_mode_sharp_filled
in home mode sharp filled icon

Implementation

static const IconData in_home_mode_sharp_filled = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''M611-80 456-235l42-43 113 114 227-226 42 42L611-80Zm-451-80v-400l-84 64-36-48 440-337 440 337-36 48-14-11-259 258-113-114-129 130 73 73H160Z''',
    },
  },
]);