UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 970 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 LayersClear = createIcon("LayersClear", [ [ "path", { d: "M11.9297 5.56453L17.6697 10.0345L15.7797 11.5045L17.2097 12.9245L20.9297 10.0345L11.9297 3.03453L9.33969 5.05453L10.7597 6.47453L11.9297 5.56453ZM20.9297 15.1045L19.2997 13.8345L18.6297 14.3545L20.0597 15.7845L20.9297 15.1045ZM3.33969 1.89453L1.92969 3.30453L6.14969 7.52453L2.92969 10.0345L11.9297 17.0345L14.0297 15.4045L15.4497 16.8245L11.9197 19.5745L4.54969 13.8445L2.92969 15.1045L11.9297 22.1045L16.8797 18.2545L20.6597 22.0345L22.0697 20.6245L3.33969 1.89453ZM11.9297 14.5045L6.18969 10.0345L7.57969 8.95453L12.5997 13.9745L11.9297 14.5045Z", key: "q33y24" } ] ]); export { LayersClear as default }; //# sourceMappingURL=layers_clear.js.map