bottom_right_click_sharp constant

IconData const bottom_right_click_sharp
bottom right click sharp icon

Implementation

static const IconData bottom_right_click_sharp = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''M120-120v-60h660v-660h60v720H120Zm430.5-190.59q-20.5-20.59-20.5-49.5t20.59-49.41q20.59-20.5 49.5-20.5t49.41 20.59q20.5 20.59 20.5 49.5t-20.59 49.41q-20.59 20.5-49.5 20.5t-49.41-20.59ZM220-480v-60h158L119-799l42-42 259 259v-158h60v260H220Z''',
    },
  },
]);