UNPKG

@elgato/icons

Version:

Icons used throughout the Elgato ecosystem.

10 lines (9 loc) 2.27 kB
import { jsx as _jsx } from "react/jsx-runtime"; import { sizeMap } from "../../metadata/sizing.js"; const IconLogoSkype = (props) => { const size = sizeMap[props?.size ?? "m"]; const label = props?.label ?? "Icon"; return (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", width: size, height: size, "aria-label": label, role: "img", ...props, children: _jsx("path", { d: "M20.496 13.24q.341.615.518 1.29.176.673.185 1.386 0 1.133-.43 2.129a5.4 5.4 0 0 1-1.171 1.728 5.8 5.8 0 0 1-1.739 1.172 5.1 5.1 0 0 1-2.129.43 5.3 5.3 0 0 1-1.435-.195 5.8 5.8 0 0 1-1.348-.567q-.253.03-.517.05-.264.018-.518.019-1.192 0-2.295-.303a8.6 8.6 0 0 1-2.07-.87 9 9 0 0 1-1.758-1.347 8.5 8.5 0 0 1-1.357-1.748 8.8 8.8 0 0 1-.88-2.07 8.4 8.4 0 0 1-.312-2.305q0-.313.03-.625t.078-.635A5.5 5.5 0 0 1 2.81 9.48a5.3 5.3 0 0 1-.186-1.396q0-1.133.43-2.129a5.4 5.4 0 0 1 1.172-1.728 5.7 5.7 0 0 1 1.748-1.172 5.15 5.15 0 0 1 2.129-.43q.76 0 1.494.205.732.205 1.386.615.235-.02.46-.029l.468-.02q1.192 0 2.295.303a8.6 8.6 0 0 1 2.07.87q.967.566 1.758 1.347.79.78 1.358 1.748.566.968.878 2.07.313 1.104.313 2.305 0 .303-.02.596a7 7 0 0 1-.068.605m-5.068.918a2.7 2.7 0 0 0-.205-1.094 2.7 2.7 0 0 0-.557-.82 3.8 3.8 0 0 0-.791-.605 9 9 0 0 0-.908-.46 31 31 0 0 0-.908-.38 11 11 0 0 1-.791-.352 1.9 1.9 0 0 1-.557-.4.775.775 0 0 1-.078-.977 1 1 0 0 1 .351-.293q.216-.107.46-.166.243-.058.488-.049.263 0 .478.03t.43.088.42.136q.204.078.449.186.245.098.459.098.42 0 .654-.274.235-.273.244-.683a.93.93 0 0 0-.156-.547 1.4 1.4 0 0 0-.42-.391 2.4 2.4 0 0 0-.595-.264 5 5 0 0 0-.665-.146 9.27 9.27 0 0 0-1.201-.088q-.664 0-1.347.156a3.8 3.8 0 0 0-1.24.518q-.557.36-.909.898-.351.537-.361 1.319 0 .615.205 1.074t.557.81q.351.353.79.606.44.254.909.469.468.215.908.38.44.166.791.372.351.204.557.42a.78.78 0 0 1 .215.537.9.9 0 0 1-.127.498.9.9 0 0 1-.323.302q-.195.107-.449.147a5 5 0 0 1-.498.049 2.7 2.7 0 0 1-.8-.108 5 5 0 0 1-.626-.244 10 10 0 0 0-.547-.244 1.6 1.6 0 0 0-.556-.117q-.43 0-.703.244-.274.244-.284.693 0 .352.186.606t.478.44q.294.184.684.292t.762.176q.37.069.732.088.361.02.615.03.714 0 1.397-.147a3.5 3.5 0 0 0 1.21-.498q.529-.352.85-.918.323-.566.323-1.397" }) })); }; IconLogoSkype.iconName = "logo-skype"; export default IconLogoSkype;