developer_board_sharp constant

IconData const developer_board_sharp
developer board sharp icon

Implementation

static const IconData developer_board_sharp = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''M90-120v-720h720v120h60v60h-60v150h60v60h-60v150h60v60h-60v120H90Zm60-60h600v-600H150v600Zm60-60h253v-200H210v200Zm283-336h197v-144H493v144ZM210-470h253v-250H210v250Zm283 230h197v-306H493v306Zm-343 60v-600 600Z''',
    },
  },
]);