google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 813 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 RemoveDone = createIcon("RemoveDone", [
[
"path",
{
d: "M4.67504 2.1001L3.26504 3.5101L13.645 13.8901L12.235 15.3001L7.99504 11.0601L6.58504 12.4701L12.245 18.1301L15.075 15.3001L21.675 21.9001L23.085 20.4901L4.67504 2.1001ZM17.885 12.4801L22.835 7.5201L21.405 6.1201L16.465 11.0601L17.885 12.4801ZM17.175 7.5201L15.765 6.1101L13.645 8.2301L15.055 9.6401L17.175 7.5201ZM0.915039 12.4701L6.57504 18.1301L7.98504 16.7201L2.32504 11.0601L0.915039 12.4701Z",
key: "mzy14"
}
]
]);
export { RemoveDone as default };
//# sourceMappingURL=remove_done.js.map