vertical_align_bottom_sharp constant

IconData const vertical_align_bottom_sharp
vertical align bottom sharp icon

Implementation

static const IconData vertical_align_bottom_sharp = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''M160-120v-60h640v60H160Zm320-120L286-434l43-43 121 121v-484h60v484l117-117 43 43-190 190Z''',
    },
  },
]);