UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 661 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 Checklist = createIcon("Checklist", [ [ "path", { d: "M22 7.53484H13V9.53484H22V7.53484ZM22 15.5348H13V17.5348H22V15.5348ZM5.54 11.5348L2 7.99484L3.41 6.58484L5.53 8.70484L9.77 4.46484L11.18 5.87484L5.54 11.5348ZM5.54 19.5348L2 15.9948L3.41 14.5848L5.53 16.7048L9.77 12.4648L11.18 13.8748L5.54 19.5348Z", key: "13n765" } ] ]); export { Checklist as default }; //# sourceMappingURL=checklist.js.map