google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 591 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 DoneOutline = createIcon("DoneOutline", [
[
"path",
{
d: "M19.77 4.92998L21.17 6.32998L8.43 19.07L2.83 13.47L4.23 12.07L8.43 16.27L19.77 4.92998ZM19.77 2.09998L8.43 13.44L4.23 9.23998L0 13.47L8.43 21.9L24 6.32998L19.77 2.09998Z",
key: "ijsfcv"
}
]
]);
export { DoneOutline as default };
//# sourceMappingURL=done_outline.js.map