UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 579 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 Task = createIcon("Task", [ [ "path", { d: "M14 2H6C4.9 2 4.01 2.9 4.01 4L4 20C4 21.1 4.89 22 5.99 22H18C19.1 22 20 21.1 20 20V8L14 2ZM10.94 18L7.4 14.46L8.81 13.05L10.93 15.17L15.17 10.93L16.58 12.34L10.94 18ZM13 9V3.5L18.5 9H13Z", key: "3vvd7m" } ] ]); export { Task as default }; //# sourceMappingURL=task.js.map