outbox_alt_filled constant

IconData const outbox_alt_filled
outbox alt filled icon

Implementation

static const IconData outbox_alt_filled = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''m245-261 452-221-452-221v138l192 83-192 83v138Zm-65 141q-24 0-42-18t-18-42v-600q0-24 18-42t42-18h600q24 0 42 18t18 42v600q0 24-18 42t-42 18H180Z''',
    },
  },
]);