Icon.blank constructor

const Icon.blank()

This constructor can be used when creating an SVG icon. Usage instructions: Set the 'icon' in the component you are using to this blank icon. Use the following svg-icon mixin to render your svg file as an icon: http://google3/third_party/dart_src/acx/material_icon/lib/_mixins.scss?l=45

The icon name is set to an empty string because the material-icon styling must be preserved in order to properly render the SVG as a background-image in place of the material font icon.

Implementation

const Icon.blank() : name = '';