google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 515 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 Roofing = createIcon("Roofing", [
[
"path",
{
d: "M13 18.5H11V16.5H13V18.5ZM15 14.5H9V20.5H15V14.5ZM19 9.8V4.5H16V7.1L12 3.5L2 12.5H5L12 6.19L19 12.5H22L19 9.8Z",
key: "f72o3g"
}
]
]);
export { Roofing as default };
//# sourceMappingURL=roofing.js.map