UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 584 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 HouseSiding = createIcon("HouseSiding", [ [ "path", { d: "M19 12.5H22L12 3.5L2 12.5H5V20.5H7V18.5H17V20.5H19V12.5ZM7.21 10.5H16.79L17 10.69V12.5H7V10.69L7.21 10.5ZM14.57 8.5H9.43L12 6.19L14.57 8.5ZM7 16.5V14.5H17V16.5H7Z", key: "k3j5ja" } ] ]); export { HouseSiding as default }; //# sourceMappingURL=house_siding.js.map