google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 792 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 Fireplace = createIcon("Fireplace", [
[
"path",
{
d: "M2 2V22H22V2H2ZM11.86 16.96C12.62 16.72 13.26 15.92 13.39 15.33C13.52 14.77 13.29 14.28 13.19 13.73C13.11 13.27 13.12 12.88 13.27 12.45C13.81 13.66 15.42 14.09 15.25 15.63C15.06 17.33 13.14 18.01 11.86 16.96ZM20 20H18V18H15.98C16.61 17.16 17 16.13 17 15C17 13.11 15.91 12.15 15.15 11.63C12.2 9.61 13 7 13 7C6.27 10.57 6.98 14.47 7 15C7.03 15.96 7.49 17.07 8.23 18H6V20H4V4H20V20Z",
key: "ok79qn"
}
]
]);
export { Fireplace as default };
//# sourceMappingURL=fireplace.js.map