@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
10 lines (9 loc) • 2.15 kB
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import { sizeMap } from "../../metadata/sizing.js";
const IconFaceSatisfiedAdd = (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: "M22 12C22 12.2628 21.9899 12.5232 21.97 12.7809C21.5319 12.3658 21.0361 12.0111 20.4958 11.73C20.3532 7.16054 16.6041 3.5 12 3.5C7.30558 3.5 3.5 7.30558 3.5 12C3.5 16.6041 7.16054 20.3532 11.73 20.4958C12.0111 21.0361 12.3658 21.5319 12.7809 21.97C12.5232 21.9899 12.2628 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z" }), _jsx("path", { d: "M11.0269 16.9044C11.0731 16.3958 11.1779 15.9041 11.3345 15.4361C11.0586 15.3827 10.7894 15.2961 10.5328 15.1776C10.0721 14.9649 9.66323 14.6546 9.33443 14.2682C9.06599 13.9527 8.59265 13.9146 8.27719 14.183C7.96173 14.4515 7.9236 14.9248 8.19204 15.2403C8.66176 15.7923 9.24588 16.2356 9.90394 16.5394C10.2636 16.7055 10.6406 16.8278 11.0269 16.9044Z" }), _jsx("path", { d: "M10 10.25C10 10.9404 9.44036 11.5 8.75 11.5C8.05964 11.5 7.5 10.9404 7.5 10.25C7.5 9.55964 8.05964 9 8.75 9C9.44036 9 10 9.55964 10 10.25Z" }), _jsx("path", { d: "M16.5 10.25C16.5 10.9404 15.9404 11.5 15.25 11.5C14.5596 11.5 14 10.9404 14 10.25C14 9.55964 14.5596 9 15.25 9C15.9404 9 16.5 9.55964 16.5 10.25Z" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M23 17.5C23 20.5376 20.5376 23 17.5 23C14.4624 23 12 20.5376 12 17.5C12 14.4624 14.4624 12 17.5 12C20.5376 12 23 14.4624 23 17.5ZM17.5 14C17.7761 14 18 14.2239 18 14.5V17H20.5001C20.7762 17 21.0001 17.2239 21.0001 17.5C21.0001 17.7761 20.7762 18 20.5001 18H18V20.5C18 20.7761 17.7761 21 17.5 21C17.2239 21 17 20.7761 17 20.5V18H14.5001C14.2239 18 14.0001 17.7761 14.0001 17.5C14.0001 17.2239 14.2239 17 14.5001 17H17V14.5C17 14.2239 17.2239 14 17.5 14Z" })] }));
};
IconFaceSatisfiedAdd.iconName = "face-satisfied-add";
export default IconFaceSatisfiedAdd;