UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 619 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: "M3.25 2.875L20.25 19.875L19 21.125L17 19.125H5C3.9 19.125 3 18.225 3 17.125V7.125C3 6.575 3.23 6.075 3.59 5.715L2 4.125L3.25 2.875ZM22 12.125L17.63 5.965C17.27 5.455 16.67 5.125 16 5.125H8L19 16.125L22 12.125Z", key: "qn56g2" } ] ]); export { LabelOff as default }; //# sourceMappingURL=label_off.js.map