google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 802 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: "M1.795 11.9949L7.375 17.5849L5.965 18.9949L0.375 13.4049L1.795 11.9949ZM2.245 4.21493L12.905 14.8849L11.625 16.1649L7.445 11.9949L6.035 13.4049L11.625 18.9949L14.315 16.3049L19.205 21.1949L20.615 19.7849L3.655 2.80493L2.245 4.21493ZM17.145 13.4849L23.625 6.99493L22.205 5.58493L15.725 12.0649L17.145 13.4849ZM17.965 6.99493L16.555 5.58493L12.905 9.24493L14.315 10.6549L17.965 6.99493Z",
key: "yxnzes"
}
]
]);
export { RemoveDone as default };
//# sourceMappingURL=remove_done.js.map