content_paste_sharp constant

IconData const content_paste_sharp
content paste sharp icon

Implementation

static const IconData content_paste_sharp = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''M120-120v-720h262q7-35 34.5-57.5T480-920q36 0 63.5 22.5T578-840h262v720H120Zm60-60h600v-600h-60v90H240v-90h-60v600Zm328.5-611.5Q520-803 520-820t-11.5-28.5Q497-860 480-860t-28.5 11.5Q440-837 440-820t11.5 28.5Q463-780 480-780t28.5-11.5Z''',
    },
  },
]);