UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 500 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 Schema = createIcon("Schema", [ [ "path", { d: "M13.5 9V11H10.5V9H8V7H10.5V1H3.5V7H6V9H3.5V15H6V17H3.5V23H10.5V17H8V15H10.5V13H13.5V15H20.5V9H13.5Z", key: "1i9n1y" } ] ]); export { Schema as default }; //# sourceMappingURL=schema.js.map