google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 609 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 Undo = createIcon("Undo", [
[
"path",
{
d: "M12.2646 8.5C9.61465 8.5 7.21465 9.49 5.36465 11.1L1.76465 7.5V16.5H10.7646L7.14465 12.88C8.53465 11.72 10.3046 11 12.2646 11C15.8046 11 18.8146 13.31 19.8646 16.5L22.2346 15.72C20.8446 11.53 16.9146 8.5 12.2646 8.5Z",
key: "iex8g2"
}
]
]);
export { Undo as default };
//# sourceMappingURL=undo.js.map