UNPKG

@elgato/icons

Version:

Icons used throughout the Elgato ecosystem.

10 lines (9 loc) 2.11 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; import { sizeMap } from "../../metadata/sizing.js"; const IconTemperatureWarmFilled = (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", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.5 3C6.11929 3 5 4.11929 5 5.5V12.7578C3.79401 13.565 3 14.9398 3 16.5C3 18.9853 5.01472 21 7.5 21C9.98528 21 12 18.9853 12 16.5C12 14.9398 11.206 13.565 10 12.7578V5.5C10 4.11929 8.88071 3 7.5 3ZM8.5 8V5.5C8.5 4.94772 8.05228 4.5 7.5 4.5C6.94772 4.5 6.5 4.94772 6.5 5.5V8H8.5Z" }), _jsx("path", { d: "M14.25 5.25C14.25 5.66421 14.5858 6 15 6C15.4142 6 15.75 5.66421 15.75 5.25V3.75C15.75 3.33579 15.4142 3 15 3C14.5858 3 14.25 3.33579 14.25 3.75V5.25Z" }), _jsx("path", { d: "M17.8284 7.17144C17.5355 6.87855 17.5355 6.40368 17.8284 6.11078L18.8891 5.05012C19.182 4.75723 19.6569 4.75723 19.9498 5.05012C20.2426 5.34302 20.2426 5.81789 19.9498 6.11078L18.8891 7.17144C18.5962 7.46434 18.1213 7.46434 17.8284 7.17144Z" }), _jsx("path", { d: "M15 13C16.6569 13 18 11.6569 18 10C18 8.34315 16.6569 7 15 7C13.3431 7 12 8.34315 12 10C12 11.6569 13.3431 13 15 13Z" }), _jsx("path", { d: "M19.75 9.25C19.3358 9.25 19 9.58579 19 10C19 10.4142 19.3358 10.75 19.75 10.75H21.25C21.6642 10.75 22 10.4142 22 10C22 9.58579 21.6642 9.25 21.25 9.25H19.75Z" }), _jsx("path", { d: "M15 14C15.4142 14 15.75 14.3358 15.75 14.75V16.25C15.75 16.6642 15.4142 17 15 17C14.5858 17 14.25 16.6642 14.25 16.25V14.75C14.25 14.3358 14.5858 14 15 14Z" }), _jsx("path", { d: "M18.8891 12.8286C18.5962 12.5357 18.1213 12.5357 17.8284 12.8286C17.5355 13.1214 17.5355 13.5963 17.8284 13.8892L18.8891 14.9499C19.182 15.2428 19.6569 15.2428 19.9498 14.9499C20.2426 14.657 20.2426 14.1821 19.9498 13.8892L18.8891 12.8286Z" })] })); }; IconTemperatureWarmFilled.iconName = "temperature-warm--filled"; export default IconTemperatureWarmFilled;