maps_ugc_rounded constant

IconData const maps_ugc_rounded
maps ugc rounded icon

Implementation

static const IconData maps_ugc_rounded = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''M112-295q-20-43-29-88.63-9-45.62-9-93.37 0-84 31.5-157T192-762q55-55 128-86.5T477-880q84 0 157 31.5T762-762q55 55 86.5 128T880-477q0 84-31.5 157T762-192q-55 55-128 86.5T477-74q-47.75 0-93.37-9Q338-92 295-112L92-55q-17 5-29.5-7.5T55-92l57-203Zm19 164 138-38q16-5 30-3.5t29 7.5q36 14 73.33 22.5 37.34 8.5 75.74 8.5Q620-134 720-234t100-243q0-143-100-243T477-820q-143 0-243 99.79T134-476.63q0 38.63 5.5 76.63 5.5 38 25.5 72 7 13.7 7.5 28.97.5 15.28-3.5 30.03l-38 138Zm316-312v97q0 12.75 8.68 21.37 8.67 8.63 21.5 8.63 12.82 0 21.32-8.63 8.5-8.62 8.5-21.37v-97h98q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5h-98v-98q0-12.75-8.68-21.38-8.67-8.62-21.5-8.62-12.82 0-21.32 8.62-8.5 8.63-8.5 21.38v98h-98q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5h98Zm29-33Z''',
    },
  },
]);