local_atm_filled constant

IconData const local_atm_filled
local atm filled icon

Implementation

static const IconData local_atm_filled = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''M453-274h60v-45h48q15 0 24.5-12t9.5-27v-115q0-16-9.5-27.5T561-512H425v-69h170v-60h-82v-45h-60v45h-49q-15 0-27 12t-12 28v114q0 16 12 25.5t27 9.5h131v73H365v60h88v45ZM140-160q-24 0-42-18t-18-42v-520q0-24 18-42t42-18h680q24 0 42 18t18 42v520q0 24-18 42t-42 18H140Z''',
    },
  },
]);