swipe_left_rounded_filled constant

IconData const swipe_left_rounded_filled
swipe left rounded filled icon

Implementation

static const IconData swipe_left_rounded_filled = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''M127-740h113q8 0 14 6t6 14q0 8-6 14t-14 6H110q-13 0-21.5-8.5T80-730v-130q0-8 6-14t14-6q8 0 14 6t6 14v73q81-64 174-98.5T490-920q125 0 224.5 51T867-724q5 8 2 16t-11 8q-11 0-20.5-5.5T822-720q-52-78-137.5-119T490-880q-100 0-192 35.5T127-740ZM470-80q-22 0-42-8t-36-24L202-302q-8-8-9-19t5-20l1-1q11-16 28.5-22.5T264-366l96 26v-340q0-13 8.5-21.5T390-710q13 0 21.5 8.5T420-680v290h67v-150q0-13 8.5-21.5T517-570q13 0 21.5 8.5T547-540v150h66v-110q0-13 8.5-21.5T643-530q13 0 21.5 8.5T673-500v110h67v-30q0-13 8.5-21.5T770-450q13 0 21.5 8.5T800-420v180q0 66-47 113T640-80H470Z''',
    },
  },
]);