border_outer constant

IconData const border_outer
border outer icon

Implementation

static const IconData border_outer = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''M180-180h600v-600H180v600Zm-60 60v-720h720v720H120Zm165-330v-60h60v60h-60Zm165 165v-60h60v60h-60Zm0-165v-60h60v60h-60Zm0-165v-60h60v60h-60Zm165 165v-60h60v60h-60Z''',
    },
  },
]);