UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 588 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.5ZM5.5 3H8.5V5H5.5V3ZM8.5 21H5.5V19H8.5V21ZM8.5 13H5.5V11H8.5V13ZM18.5 13H15.5V11H18.5V13Z", key: "nhugr0" } ] ]); export { Schema as default }; //# sourceMappingURL=schema.js.map