google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 763 B
JavaScript
/**
* @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: "M19.81 15.9548L21 15.0348L19.57 13.6048L18.38 14.5248L19.81 15.9548ZM19.36 11.2348L21 9.96484L12 2.96484L9.09 5.23484L16.96 13.1148L19.36 11.2348ZM3.27 1.96484L2 3.23484L6.22 7.45484L3 9.96484L4.63 11.2348L12 16.9648L14.1 15.3348L15.53 16.7648L12 19.5048L4.63 13.7748L3 15.0348L12 22.0348L16.95 18.1848L20.73 21.9648L22 20.6948L3.27 1.96484Z",
key: "t54len"
}
]
]);
export { LayersClear as default };
//# sourceMappingURL=layers_clear.js.map