UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 646 B
/** * @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 DoneAll = createIcon("DoneAll", [ [ "path", { d: "M17.965 6.70504L16.555 5.29504L10.215 11.635L11.625 13.045L17.965 6.70504ZM22.205 5.29504L11.625 15.875L7.445 11.705L6.035 13.115L11.625 18.705L23.625 6.70504L22.205 5.29504ZM0.375 13.115L5.965 18.705L7.375 17.295L1.795 11.705L0.375 13.115Z", key: "1x10y6" } ] ]); export { DoneAll as default }; //# sourceMappingURL=done_all.js.map