functions_sharp_filled constant

IconData const functions_sharp_filled
functions sharp filled icon

Implementation

static const IconData functions_sharp_filled = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''M240-160v-63l275-257-275-257v-63h480v100H396l235 220-235 220h324v100H240Z''',
    },
  },
]);