UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 563 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 School = createIcon("School", [ [ "path", { d: "M12 3L1 9L5 11.18V17.18L12 21L19 17.18V11.18L21 10.09V17H23V9L12 3ZM18.82 9L12 12.72L5.18 9L12 5.28L18.82 9ZM17 15.99L12 18.72L7 15.99V12.27L12 15L17 12.27V15.99Z", key: "cp4o58" } ] ]); export { School as default }; //# sourceMappingURL=school.js.map