google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 521 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 ViewQuilt = createIcon("ViewQuilt", [
[
"path",
{
d: "M3 5V19H21V5H3ZM8.33 17H5V7H8.33V17ZM13.67 17H10.34V13H13.67V17ZM19 17H15.67V13H19V17ZM19 11H10.33V7H19V11Z",
key: "1fefp3"
}
]
]);
export { ViewQuilt as default };
//# sourceMappingURL=view_quilt.js.map