UNPKG

@elgato/icons

Version:

Icons used throughout the Elgato ecosystem.

10 lines (9 loc) 2.56 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; import { sizeMap } from "../../metadata/sizing.js"; const IconHeatSink = (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: "M20.25 12.0002C20.6642 12.0003 21 12.336 21 12.7502V19.0002C20.9999 20.1046 20.1045 21.0001 19 21.0002H5C3.89549 21.0002 3.00009 20.1047 3 19.0002V12.7502C3 12.336 3.33579 12.0002 3.75 12.0002C4.16421 12.0002 4.5 12.336 4.5 12.7502V19.0002C4.50009 19.2763 4.72391 19.5002 5 19.5002H8.5V12.7502C8.5 12.336 8.83579 12.0002 9.25 12.0002C9.66415 12.0003 10 12.336 10 12.7502V19.5002H14V12.7502C14 12.336 14.3358 12.0002 14.75 12.0002C15.1642 12.0003 15.5 12.336 15.5 12.7502V19.5002H19C19.276 19.5001 19.4999 19.2762 19.5 19.0002V12.7502C19.5 12.336 19.8358 12.0002 20.25 12.0002Z" }), _jsx("path", { d: "M5.63965 3.31465C5.88034 2.97768 6.34851 2.89933 6.68555 3.13985C7.02245 3.38055 7.10085 3.84873 6.86035 4.18574L6.54102 4.63399C6.25093 5.04043 6.32879 5.60229 6.71875 5.91426C7.73081 6.72398 7.93299 8.18376 7.17969 9.23848L6.86035 9.68574C6.61966 10.0226 6.15145 10.101 5.81445 9.86055C5.47752 9.61989 5.39923 9.15168 5.63965 8.81465L5.95898 8.36641C6.24915 7.95998 6.17117 7.39814 5.78125 7.08614C4.76916 6.27646 4.56708 4.81666 5.32031 3.76192L5.63965 3.31465Z" }), _jsx("path", { d: "M11.1396 3.31465C11.3803 2.97768 11.8485 2.89933 12.1855 3.13985C12.5224 3.38055 12.6008 3.84873 12.3604 4.18574L12.041 4.63399C11.7509 5.04043 11.8288 5.60229 12.2188 5.91426C13.2308 6.72398 13.433 8.18376 12.6797 9.23848L12.3604 9.68574C12.1197 10.0226 11.6514 10.101 11.3145 9.86055C10.9775 9.61989 10.8992 9.15168 11.1396 8.81465L11.459 8.36641C11.7491 7.95998 11.6712 7.39814 11.2812 7.08614C10.2692 6.27646 10.0671 4.81666 10.8203 3.76192L11.1396 3.31465Z" }), _jsx("path", { d: "M16.6396 3.31465C16.8803 2.97768 17.3485 2.89933 17.6855 3.13985C18.0224 3.38055 18.1008 3.84873 17.8604 4.18574L17.541 4.63399C17.2509 5.04043 17.3288 5.60229 17.7188 5.91426C18.7308 6.72398 18.933 8.18376 18.1797 9.23848L17.8604 9.68574C17.6197 10.0226 17.1514 10.101 16.8145 9.86055C16.4775 9.61989 16.3992 9.15168 16.6396 8.81465L16.959 8.36641C17.2491 7.95998 17.1712 7.39814 16.7812 7.08614C15.7692 6.27646 15.5671 4.81666 16.3203 3.76192L16.6396 3.31465Z" })] })); }; IconHeatSink.iconName = "heat-sink"; export default IconHeatSink;