crib_sharp constant

IconData const crib_sharp
crib sharp icon

Implementation

static const IconData crib_sharp = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''M220-380h520v-160H420v-200H320q-42 0-71 29t-29 71v260Zm260.25 240q22.75 0 45.25-3t44.5-10v-167H390v167q22 7 44.75 10t45.5 3ZM480-80q-80 0-153-30t-130-87l43-43q20 20 42.65 34.93Q305.29-190.14 330-177v-143H160v-320q0-66 47-113t113-47h160v200h320v280H630v143q25-12 47-28.25T719-241l43 43q-57 56-129.68 87Q559.65-80 480-80Zm-60-460Z''',
    },
  },
]);