UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 558 B
/** * @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.99L14.5 19C15.17 19 15.77 18.67 16.13 18.16L20.5 12L16.13 5.84C15.77 5.33 15.17 5 14.5 5L3.5 5.01L8.34 12L3.5 18.99Z", key: "1w28w3" } ] ]); export { LabelImportant as default }; //# sourceMappingURL=label_important.js.map