@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
10 lines (9 loc) • 2.35 kB
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import { sizeMap } from "../../metadata/sizing.js";
const IconLogoReddit = (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: "M8.91958 11.6461C8.26567 11.6461 7.70317 12.2961 7.66411 13.143C7.62505 13.9899 8.19771 14.3344 8.85239 14.3344C9.50708 14.3344 9.99536 14.0266 10.0344 13.1797C10.0735 12.3328 9.57349 11.6461 8.91958 11.6461Z" }), _jsx("path", { d: "M16.3461 13.143C16.3079 12.2961 15.7454 11.6461 15.0907 11.6461C14.436 11.6461 13.9368 12.3328 13.9758 13.1797C14.0149 14.0274 14.504 14.3344 15.1579 14.3344C15.8118 14.3344 16.3852 13.9899 16.3461 13.143Z" }), _jsx("path", { d: "M14.4657 15.3563C14.5133 15.2422 14.4352 15.1149 14.3125 15.1024C13.593 15.0297 12.8165 14.9899 12.0047 14.9899C11.193 14.9899 10.4157 15.0297 9.69692 15.1024C9.57427 15.1149 9.49614 15.2422 9.5438 15.3563C9.94692 16.318 10.8961 16.9938 12.0047 16.9938C13.1133 16.9938 14.0633 16.318 14.4657 15.3563Z" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 12C2 6.47734 6.47734 2 12 2C17.5227 2 22 6.47734 22 12C22 17.5227 17.5227 22 12 22H3.44844C2.91406 22 2.64609 21.3539 3.02422 20.9758L4.92891 19.0711C3.11953 17.2617 2 14.7617 2 12ZM15.6563 7.99846C14.868 7.99846 14.2079 7.45081 14.0344 6.71565V6.71721C13.0782 6.85237 12.3407 7.67581 12.3407 8.66799V8.67424C13.8211 8.72971 15.1743 9.1469 16.2461 9.81018C16.6399 9.50706 17.1329 9.32659 17.668 9.32659C18.9579 9.32659 20.0032 10.3719 20.0032 11.6617C20.0032 12.5922 19.4579 13.3961 18.6696 13.7711C18.5961 16.4844 15.6383 18.6672 12.0047 18.6672C8.37114 18.6672 5.41724 16.4867 5.33989 13.7758C4.54536 13.4031 3.99536 12.5969 3.99536 11.661C3.99536 10.3711 5.04067 9.32581 6.33052 9.32581C6.86802 9.32581 7.36333 9.50784 7.75786 9.81331C8.82036 9.15471 10.1586 8.73752 11.6243 8.67581V8.66721C11.6243 7.28206 12.6766 6.13909 14.0243 5.99456C14.1805 5.23596 14.8516 4.66565 15.6563 4.66565C16.5766 4.66565 17.3227 5.41174 17.3227 6.33206C17.3227 7.25237 16.5766 7.99846 15.6563 7.99846Z" })] }));
};
IconLogoReddit.iconName = "logo-reddit";
export default IconLogoReddit;