touch_long_filled constant

IconData const touch_long_filled
touch long filled icon

Implementation

static const IconData touch_long_filled = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''M350-939q79 0 134.5 55.5T540-749q0 26-7 50t-19 45l-35-20q10-17 15.5-36t5.5-39q0-63-43.5-106.5T350-899q-63 0-106.5 43.5T200-749q0 20 5 39t15 36l-35 20q-12-21-18.5-45t-6.5-50q0-79 55.5-134.5T350-939Zm0 80q45 0 77.5 32t32.5 78q0 15-4 29t-11 26l-36-20q5-8 7.5-16.5T419-749q0-29-20.5-49.5T349-819q-29 0-49.5 20.5T279-749q0 10 2 18.5t7 16.5l-31 19q-8-12-12-26t-5-28q2-45 33.5-77.5T350-859Zm95 779q-29 0-56-12t-45-35L127-403l21-23q14-15 34.5-18.5T221-438l99 53v-365q0-13 8.5-21.5T350-780q13 0 21.5 8.5T380-750v230h300q50 0 85 35t35 85v170q0 63-43.5 106.5T650-80H445Z''',
    },
  },
]);