UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 682 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 ChecklistRtl = createIcon("ChecklistRtl", [ [ "path", { d: "M11 7.53484H2V9.53484H11V7.53484ZM11 15.5348H2V17.5348H11V15.5348ZM16.34 11.5348L12.8 7.99484L14.21 6.58484L16.33 8.70484L20.57 4.46484L22 5.87484L16.34 11.5348ZM16.34 19.5348L12.8 15.9948L14.21 14.5848L16.33 16.7048L20.57 12.4648L22 13.8748L16.34 19.5348Z", key: "1se0uw" } ] ]); export { ChecklistRtl as default }; //# sourceMappingURL=checklist_rtl.js.map