iframe_sharp_filled constant

IconData const iframe_sharp_filled
iframe sharp filled icon

Implementation

static const IconData iframe_sharp_filled = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''M400-360v-200h320v200H400ZM80-160v-640h800v640H80Zm60-60h680v-436H140v436Z''',
    },
  },
]);