UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 514 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 ViewQuilt = createIcon("ViewQuilt", [ [ "path", { d: "M21 5V11.5H9.33V5H21ZM14.67 19V12.5H9.33V19H14.67ZM15.67 12.5V19H21V12.5H15.67ZM8.33 19V5H3V19H8.33Z", key: "18ncvv" } ] ]); export { ViewQuilt as default }; //# sourceMappingURL=view_quilt.js.map