UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 716 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 AssignmentReturned = createIcon("AssignmentReturned", [ [ "path", { d: "M19 4H14.82C14.4 2.84 13.3 2 12 2C10.7 2 9.6 2.84 9.18 4H5C3.9 4 3 4.9 3 6V20C3 21.1 3.9 22 5 22H19C20.1 22 21 21.1 21 20V6C21 4.9 20.1 4 19 4ZM12 4C12.55 4 13 4.45 13 5C13 5.55 12.55 6 12 6C11.45 6 11 5.55 11 5C11 4.45 11.45 4 12 4ZM12 19L7 14H10V10H14V14H17L12 19Z", key: "6plvd7" } ] ]); export { AssignmentReturned as default }; //# sourceMappingURL=assignment_returned.js.map