wrap_text_rounded_filled constant

IconData const wrap_text_rounded_filled
wrap text rounded filled icon

Implementation

static const IconData wrap_text_rounded_filled = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''M190-470q-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.5h505q60 0 102.5 42.5T840-385q0 60-42.5 103T695-239H554l46 45q9 8 8.63 20.29-.38 12.28-8.63 21.5-9 9.21-21.5 9.21t-21.5-9l-96-97q-5-5-7-10.13-2-5.14-2-11 0-5.87 2-10.87 2-5 7-10l97-98q8.8-9 20.9-9 12.1 0 21.1 8.84 8.25 8.84 8.63 21Q609-356 601-347l-47 48h141q35.21 0 60.11-25.5Q780-350 780-385.15t-24.89-60Q730.21-470 695-470H190Zm0 231q-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.5h140q12.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.5H190Zm0-461q-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.5h580q12.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.5H190Z''',
    },
  },
]);