UNPKG

@elgato/icons

Version:

Icons used throughout the Elgato ecosystem.

10 lines (9 loc) 2.64 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; import { sizeMap } from "../../metadata/sizing.js"; const IconLogoObsidian = (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: "M10.0195 14.5323C10.7603 14.3146 11.9362 13.9769 13.2197 14.1573C13.9918 14.2658 14.7924 14.5648 15.5351 15.2051C16.2801 15.8475 16.9903 16.8536 17.5488 18.4112L17.5566 18.4083C17.2268 19.1117 17.0475 19.8793 16.9521 20.5577C16.8212 21.488 15.8919 22.2089 14.9902 21.9454C13.8085 21.5999 12.3728 21.198 11.6484 21.0645C10.7605 20.9009 9.66568 20.8448 9.0146 20.8253C8.95322 20.8234 8.89208 20.8173 8.83198 20.8077C10.3265 18.556 10.4632 16.3808 10.0195 14.5323Z" }), _jsx("path", { d: "M6.61128 10.2813C7.21031 10.9061 8.12958 12.0339 8.73628 13.4747C9.53652 15.3753 9.79192 17.8072 8.03999 20.3917L4.60932 16.8585C4.22835 16.4661 4.12568 15.8809 4.34956 15.3819L6.52925 10.5225C6.5641 10.4448 6.59186 10.3641 6.61128 10.2813Z" }), _jsx("path", { d: "M17.0908 6.91119C17.2869 7.16029 17.3881 7.47015 17.3896 7.78717C17.3935 8.62123 17.4618 10.333 17.9228 11.4356C18.3713 12.5083 19.1948 13.6673 19.6249 14.2374C19.7899 14.4561 19.815 14.7515 19.6757 14.9874C19.397 15.459 18.8692 16.3295 18.1279 17.4483C17.5688 16.1322 16.8785 15.1894 16.1152 14.5313C15.2271 13.7658 14.2627 13.4056 13.3437 13.2764C13.236 13.2613 13.1289 13.2493 13.0224 13.2403C12.3819 11.7794 12.2398 10.5551 12.3437 9.50299C12.4558 8.36806 12.8563 7.40178 13.2871 6.51177C13.3704 6.33972 13.458 6.16429 13.5449 5.99029C13.6754 5.72879 13.8051 5.47019 13.9169 5.22857C14.1077 4.8162 14.2745 4.39868 14.3632 3.97955C14.3949 3.82955 14.4173 3.67805 14.4267 3.52545L17.0908 6.91119Z" }), _jsx("path", { d: "M11.6865 2.34283C12.034 2.03018 12.4982 1.93477 12.916 2.04302C13.2358 2.36288 13.4041 2.65472 13.4833 2.92584C13.5624 3.19656 13.5619 3.47897 13.4951 3.79498C13.4271 4.11644 13.2925 4.46275 13.1113 4.85455C13.0024 5.08992 12.8856 5.32347 12.7617 5.57134C12.6743 5.74621 12.583 5.92834 12.4882 6.12408C12.0436 7.04266 11.5876 8.12264 11.4599 9.41607C11.3493 10.536 11.4871 11.7941 12.0566 13.2315C11.1074 13.2896 10.2819 13.5243 9.76948 13.6768C9.70414 13.4902 9.63346 13.3069 9.55854 13.129C8.71901 11.1353 7.33845 9.69846 6.77925 9.20416L7.13472 6.84674C7.18088 6.54073 7.33238 6.25976 7.56245 6.05279L11.6865 2.34283Z" })] })); }; IconLogoObsidian.iconName = "logo-obsidian"; export default IconLogoObsidian;