UNPKG

@elgato/icons

Version:

Icons used throughout the Elgato ecosystem.

10 lines (9 loc) 1.72 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; import { sizeMap } from "../../metadata/sizing.js"; const IconForestFilled = (props) => { const size = sizeMap[props?.size ?? "m"]; const label = props?.label ?? "Icon"; return (_jsxs("svg", { viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", width: size, height: size, "aria-label": label, role: "img", ...props, children: [_jsx("path", { d: "M21.0624 18C21.8322 18 22.3133 17.1667 21.9284 16.5L19.9077 13H20.1961C20.6729 13 21.0389 12.6804 21.1571 12.2787C21.2297 12.0317 21.2087 11.7538 21.0622 11.5L15.866 2.5C15.4811 1.83333 14.5189 1.83333 14.134 2.5L12.866 4.69615L16.3612 10.75C16.9465 11.7638 16.7308 12.9317 16.0388 13.6912L17.2275 15.75C17.5677 16.3392 17.6372 16.9805 17.5 17.5635C17.4997 17.5646 17.4995 17.5657 17.4992 17.5669C17.4639 17.7157 17.4152 17.8607 17.354 18H21.0624Z" }), _jsx("path", { d: "M15.1989 17.9911C15.2004 17.9909 15.2018 17.9907 15.2032 17.9905C15.889 17.8965 16.2893 17.125 15.9284 16.5L13.9077 13H14.1961C14.2557 13 14.3136 12.995 14.3695 12.9855C14.7605 12.9188 15.0537 12.6302 15.1571 12.2787C15.2297 12.0317 15.2087 11.7538 15.0622 11.5L9.86597 2.5C9.48107 1.83333 8.51882 1.83333 8.13392 2.5L2.93777 11.5C2.55287 12.1667 3.034 13 3.8038 13H4.09272L2.07199 16.5C1.68709 17.1667 2.16821 18 2.93801 18H15.0624C15.109 18 15.1546 17.9969 15.1989 17.9911Z" }), _jsx("path", { d: "M6.5 20V19.5H11.5V20C11.5 21.1046 10.6046 22 9.5 22H8.5C7.39543 22 6.5 21.1046 6.5 20Z" }), _jsx("path", { d: "M12.5 20V19.5H17.5V20C17.5 21.1046 16.6046 22 15.5 22H14.5C13.3954 22 12.5 21.1046 12.5 20Z" })] })); }; IconForestFilled.iconName = "forest--filled"; export default IconForestFilled;