google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 640 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 Science = createIcon("Science", [
[
"path",
{
d: "M19.8002 18.4L14.0002 10.67V6.5L15.3502 4.81C15.6102 4.48 15.3802 4 14.9602 4H9.04018C8.62018 4 8.39017 4.48 8.65018 4.81L10.0002 6.5V10.67L4.20018 18.4C3.71018 19.06 4.18018 20 5.00018 20H19.0002C19.8202 20 20.2902 19.06 19.8002 18.4Z",
key: "jf976d"
}
]
]);
export { Science as default };
//# sourceMappingURL=science.js.map