UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 629 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 NewLabel = createIcon("NewLabel", [ [ "path", { d: "M21.5 11.5L17.13 17.66C16.76 18.18 16.15 18.5 15.5 18.5H12.5V12.5H9.5V9.5H3.5V6.5C3.5 5.4 4.4 4.5 5.5 4.5H15.5C16.15 4.5 16.76 4.81 17.13 5.34L21.5 11.5ZM10.5 14.5H7.5V11.5H5.5V14.5H2.5V16.5H5.5V19.5H7.5V16.5H10.5V14.5Z", key: "1fp276" } ] ]); export { NewLabel as default }; //# sourceMappingURL=new_label.js.map