google-material-icons
Version:
A google material icon library package for React applications
31 lines (27 loc) • 763 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 Volcano = createIcon("Volcano", [
["path", { d: "M18 8.5H11L9 13.5H6L2 22.5H22L18 8.5Z", key: "1nvmt6" }],
["path", { d: "M15 1.5H13V5.5H15V1.5Z", key: "n9qaxr" }],
[
"path",
{
d: "M18.9496 3.13989L16.1212 5.96829L17.5354 7.38249L20.3638 4.55409L18.9496 3.13989Z",
key: "eiphsq"
}
],
[
"path",
{
d: "M9.05389 3.1361L7.63969 4.5503L10.4681 7.3787L11.8823 5.9645L9.05389 3.1361Z",
key: "18qscp"
}
]
]);
export { Volcano as default };
//# sourceMappingURL=volcano.js.map