UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 798 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 LabelOff = createIcon("LabelOff", [ [ "path", { d: "M16 7.19006L19.55 12.1901L17.92 14.4801L19.35 15.9101L22 12.1901L17.63 6.03006C17.27 5.52006 16.67 5.19006 16 5.19006L8.63 5.20006L10.63 7.19006H16ZM2 4.22006L3.58 5.80006C3.22 6.15006 3 6.65006 3 7.19006V17.1901C3 18.2901 3.9 19.1801 5 19.1801L16 19.1901C16.28 19.1901 16.55 19.1201 16.79 19.0101L18.97 21.1901L20.38 19.7801L3.41 2.81006L2 4.22006ZM14.97 17.1901H5V7.22006L14.97 17.1901Z", key: "kvig80" } ] ]); export { LabelOff as default }; //# sourceMappingURL=label_off.js.map