@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
10 lines (9 loc) • 3.05 kB
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import { sizeMap } from "../../metadata/sizing.js";
const IconPodcast = (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: "M7.83323 4.76398C9.0666 3.93987 10.5166 3.5 12 3.5C13.4834 3.5 14.9334 3.93987 16.1668 4.76398C17.4001 5.58809 18.3614 6.75943 18.9291 8.12987C19.4968 9.50032 19.6453 11.0083 19.3559 12.4632C19.0665 13.918 18.3522 15.2544 17.3033 16.3033C17.0104 16.5962 17.0104 17.0711 17.3033 17.364C17.5962 17.6569 18.0711 17.6569 18.364 17.364C19.6226 16.1053 20.4798 14.5016 20.8271 12.7558C21.1743 11.01 20.9961 9.20038 20.3149 7.55585C19.6337 5.91131 18.4802 4.50571 17.0001 3.51677C15.5201 2.52784 13.78 2 12 2C10.22 2 8.47992 2.52784 6.99987 3.51677C5.51983 4.50571 4.36628 5.91131 3.68509 7.55585C3.0039 9.20038 2.82567 11.01 3.17294 12.7558C3.5202 14.5016 4.37737 16.1053 5.63604 17.364C5.92894 17.6569 6.40381 17.6569 6.6967 17.364C6.9896 17.0711 6.9896 16.5962 6.6967 16.3033C5.64781 15.2544 4.9335 13.918 4.64411 12.4632C4.35473 11.0083 4.50325 9.50032 5.07091 8.12987C5.63857 6.75943 6.59986 5.58809 7.83323 4.76398Z" }), _jsx("path", { d: "M9.49994 7.25839C10.24 6.76392 11.11 6.5 12 6.5C12.89 6.5 13.76 6.76392 14.5001 7.25839C15.2401 7.75285 15.8169 8.45566 16.1575 9.27792C16.4981 10.1002 16.5872 11.005 16.4135 11.8779C16.2399 12.7508 15.8113 13.5526 15.182 14.182C14.8891 14.4749 14.8891 14.9497 15.182 15.2426C15.4749 15.5355 15.9498 15.5355 16.2426 15.2426C17.0818 14.4035 17.6532 13.3344 17.8847 12.1705C18.1162 11.0067 17.9974 9.80026 17.5433 8.7039C17.0892 7.60754 16.3201 6.67047 15.3334 6.01118C14.3467 5.35189 13.1867 5 12 5C10.8133 5 9.65328 5.35189 8.66658 6.01118C7.67989 6.67047 6.91085 7.60754 6.45673 8.7039C6.0026 9.80026 5.88378 11.0067 6.11529 12.1705C6.3468 13.3344 6.91825 14.4035 7.75736 15.2426C8.05026 15.5355 8.52513 15.5355 8.81802 15.2426C9.11092 14.9497 9.11092 14.4749 8.81802 14.182C8.18869 13.5526 7.7601 12.7508 7.58647 11.8779C7.41284 11.005 7.50195 10.1002 7.84255 9.27792C8.18314 8.45566 8.75992 7.75285 9.49994 7.25839Z" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 14C13.6569 14 15 12.6569 15 11C15 9.34315 13.6569 8 12 8C10.3432 8 9 9.34315 9 11C9 12.6569 10.3432 14 12 14ZM12 12.5C12.8284 12.5 13.5 11.8284 13.5 11C13.5 10.1716 12.8284 9.5 12 9.5C11.1716 9.5 10.5 10.1716 10.5 11C10.5 11.8284 11.1716 12.5 12 12.5Z" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9 18C9 16.3431 10.3432 15 12 15C13.6569 15 15 16.3431 15 18V20C15 21.1046 14.1046 22 13 22H11C9.89543 22 9 21.1046 9 20V18ZM13.5 18V20C13.5 20.2761 13.2761 20.5 13 20.5H11C10.7239 20.5 10.5 20.2761 10.5 20V18C10.5 17.1716 11.1716 16.5 12 16.5C12.8284 16.5 13.5 17.1716 13.5 18Z" })] }));
};
IconPodcast.iconName = "podcast";
export default IconPodcast;