format_image_break_right_rounded_filled constant

IconData const format_image_break_right_rounded_filled
format image break right rounded filled icon

Implementation

static const IconData format_image_break_right_rounded_filled = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''M450-315v-330q0-12.75 8.63-21.38Q467.25-675 480-675h330q12.75 0 21.38 8.62Q840-657.75 840-645v330q0 12.75-8.62 21.37Q822.75-285 810-285H480q-12.75 0-21.37-8.63Q450-302.25 450-315ZM150-120q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h660q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H150Zm0-660q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h660q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H150Z''',
    },
  },
]);