google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 739 B
JavaScript
/**
* @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 AssignmentTurnedIn = createIcon("AssignmentTurnedIn", [
[
"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 4ZM10 18L6 14L7.41 12.59L10 15.17L16.59 8.58L18 10L10 18Z",
key: "552zuq"
}
]
]);
export { AssignmentTurnedIn as default };
//# sourceMappingURL=assignment_turned_in.js.map