flex_wrap_filled constant

IconData const flex_wrap_filled
flex wrap filled icon

Implementation

static const IconData flex_wrap_filled = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''M40-80v-360h240v360H40Zm320 0v-360h240v360H360Zm320 0v-360h240v360H680Zm-260-60h120v-240H420v240ZM40-520v-360h240v360H40Zm320 0v-360h240v360H360Zm320 0v-360h240v360H680Zm-580-60h120v-240H100v240Zm640 0h120v-240H740v240Z''',
    },
  },
]);