format_image_inline_right constant

IconData const format_image_inline_right
format image inline right icon

Implementation

static const IconData format_image_inline_right = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''M120-120v-60h720v60H120Zm330-165v-390h390v390H450Zm60-60h270v-270H510v270ZM120-780v-60h720v60H120Zm0 495v-60h270v60H120Zm525-195Z''',
    },
  },
]);