google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 489 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 School = createIcon("School", [
[
"path",
{
d: "M5 13.18V17.18L12 21L19 17.18V13.18L12 17L5 13.18ZM12 3L1 9L12 15L21 10.09V17H23V9L12 3Z",
key: "1sn590"
}
]
]);
export { School as default };
//# sourceMappingURL=school.js.map