google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 590 B
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const LabelImportant = createIcon("LabelImportant", [
[
"path",
{
d: "M3.5 18.9949H14.5C15.17 18.9949 15.77 18.6749 16.13 18.1649L20.5 12.0049L16.13 5.84488C15.77 5.33488 15.17 5.00488 14.5 5.00488H3.5L8.5 12.0049L3.5 18.9949Z",
key: "1je83u"
}
]
]);
export { LabelImportant as default };
//# sourceMappingURL=label_important.js.map