garage_filled constant

IconData const garage_filled
garage filled icon

Implementation

static const IconData garage_filled = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''M141-80q-26 0-43-17t-17-43v-680q0-23 17-41.5t43-18.5h680q23 0 41.5 18.5T881-820v680q0 26-18.5 43T821-80H141Zm163.5-321.68q-8.5-8.67-8.5-21.5 0-12.82 8.68-21.32 8.67-8.5 21.5-8.5 12.82 0 21.32 8.68 8.5 8.67 8.5 21.5 0 12.82-8.68 21.32-8.67 8.5-21.5 8.5-12.82 0-21.32-8.68Zm310 0q-8.5-8.67-8.5-21.5 0-12.82 8.68-21.32 8.67-8.5 21.5-8.5 12.82 0 21.32 8.68 8.5 8.67 8.5 21.5 0 12.82-8.68 21.32-8.67 8.5-21.5 8.5-12.82 0-21.32-8.68ZM201-506v272q0 10.5 6.75 17.25T225-210h12q10.5 0 17.25-6.75T261-234v-64h440v64q0 10.5 6.75 17.25T725-210h12q10.5 0 17.25-6.75T761-234v-272l-66-192q-5-14-16.5-23t-25.5-9H309q-14 0-25.5 9T267-698l-66 192Zm77-42 40-122h326l41 122H278Z''',
    },
  },
]);