local_pharmacy_filled constant

IconData const local_pharmacy_filled
local pharmacy filled icon

Implementation

static const IconData local_pharmacy_filled = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''M120-120v-60l87-255-87-255v-60h527l62-170 68 27-52 143h115v60l-88 255 88 255v60H120Zm332-161h60v-124h124v-60H512v-124h-60v124H328v60h124v124Z''',
    },
  },
]);