UNPKG

@elgato/icons

Version:

Icons used throughout the Elgato ecosystem.

10 lines (9 loc) 2.15 kB
import { jsx as _jsx } from "react/jsx-runtime"; import { sizeMap } from "../../metadata/sizing.js"; const IconLogoDribbble = (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", { fillRule: "evenodd", d: "M12 2C6.476 2 2 6.48 2 11.998c0 5.246 4.047 9.553 9.189 9.966V22H12c5.524 0 10-4.48 10-9.998C22 6.483 17.525 2 12 2m2.21 18.084a8.4 8.4 0 0 1-1.961.29H12a8.35 8.35 0 0 1-3.189-.628c.952-3.43 3.532-5.886 6.486-6.984.51 2.47.14 5.117-1.087 7.322m.637-8.884c-3.37 1.214-6.314 3.949-7.497 7.765a8.37 8.37 0 0 1-3.728-6.967c0-1.03.186-2.016.527-2.928 1.014.506 2.098.863 3.214 1.062 1.42.26 2.876.252 4.292-.004a11.7 11.7 0 0 0 2.349-.686q.505.84.843 1.758m2.013 1.116a12.46 12.46 0 0 1-.438 6.801 8.37 8.37 0 0 0 3.952-6.856 9.4 9.4 0 0 0-3.514.055m3.401-1.715a11.1 11.1 0 0 0-3.85.152 12 12 0 0 0-.947-2.028 12.1 12.1 0 0 0 2.828-2.255 8.35 8.35 0 0 1 1.97 4.131M7.65 8.536a10.3 10.3 0 0 1-2.788-.923 8.4 8.4 0 0 1 3.08-2.944l.01.003q.207.063.396.13l.137.052c.206.078.389.148.542.219l.044.021.01.005.36.17.004.002.177.085.002.001q.063.033.11.061a2 2 0 0 0 .132.078l.046.026.007.003.013.007.002.001.067.039.201.116q.083.047.146.087l.054.034q.005.003 0 .001l.037.028.04.023c.06.036.12.077.194.129l.008.005.104.072.028.019.024.013.004.003.05.034.147.11.066.05q.053.038.098.073c.038.029.086.064.128.093.623.476 1.192 1.02 1.698 1.619a10.382 10.382 0 0 1-5.374.455H7.65M12 3.622c1.923 0 3.694.649 5.108 1.738a10.5 10.5 0 0 1-2.56 2.02 12.5 12.5 0 0 0-2.252-2.22l-.02-.016-.021-.014-.006-.004-.018-.013-.058-.043-.087-.065-.074-.056-.178-.131a3 3 0 0 0-.158-.107l-.04-.027a7 7 0 0 0-.296-.197 5 5 0 0 0-.319-.199l-.232-.134-.043-.024-.024-.014-.022-.012-.007-.004-.038-.021-.036-.02-.006-.005-.022-.013c-.078-.048-.16-.091-.203-.115l-.016-.008-.02-.01-.019-.01-.16-.076c.588-.131 1.2-.2 1.827-.2", clipRule: "evenodd" }) })); }; IconLogoDribbble.iconName = "logo-dribbble"; export default IconLogoDribbble;