google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 703 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 Assignment = createIcon("Assignment", [
[
"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 4ZM14 18H7V16H14V18ZM17 14H7V12H17V14ZM17 10H7V8H17V10Z",
key: "103srn"
}
]
]);
export { Assignment as default };
//# sourceMappingURL=assignment.js.map