pan_tool_sharp constant

IconData const pan_tool_sharp
pan tool sharp icon

Implementation

static const IconData pan_tool_sharp = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''M344-40 54-468l62-53 164 124v-443h60v558L166-410l209 310h405v-700h60v760H344Zm103-440v-440h60v440h-60Zm167 0v-400h60v400h-60ZM507-290Z''',
    },
  },
]);