@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
3 lines (2 loc) • 1.7 kB
JavaScript
const icon = '<svg width="20" height="20" viewBox="0 0 20 20" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M17.8536 2.85356C18.0488 2.65829 18.0488 2.34171 17.8536 2.14645C17.6583 1.95119 17.3417 1.95119 17.1464 2.14645L2.14644 17.1464C1.95118 17.3417 1.95118 17.6583 2.14644 17.8536C2.34171 18.0488 2.65829 18.0488 2.85355 17.8536L5.76419 14.9429C7.02659 15.6175 8.46863 16 10 16C13.6687 16 16.8246 13.8049 18.2262 10.6566C18.4122 10.2387 18.4122 9.76133 18.2262 9.34346C17.5503 7.82525 16.4665 6.52873 15.114 5.59312L17.8536 2.85356ZM14.3937 6.31337C15.6667 7.15142 16.6864 8.3434 17.3126 9.75015C17.3834 9.90914 17.3834 10.0909 17.3126 10.2499C16.0658 13.0506 13.2595 15 10 15C8.74813 15 7.56309 14.7124 6.50758 14.1995L8.26173 12.4454C8.75214 12.7946 9.35209 13 10 13C11.6569 13 13 11.6569 13 10C13 9.35208 12.7946 8.75214 12.4454 8.26173L14.3937 6.31337ZM11.7231 8.98401C11.899 9.28177 12 9.6291 12 10C12 11.1046 11.1046 12 10 12C9.6291 12 9.28178 11.899 8.98402 11.7231L11.7231 8.98401Z"/><path d="M13.2673 4.61141L12.4852 5.3935C11.7028 5.13807 10.8674 5 10 5C6.74053 5 3.93418 6.94942 2.68739 9.75015C2.61661 9.90913 2.61661 10.0909 2.68739 10.2499C3.17495 11.3451 3.90099 12.3101 4.79936 13.0793L4.09047 13.7882C3.10691 12.9312 2.31134 11.864 1.77382 10.6565C1.5878 10.2387 1.5878 9.76132 1.77382 9.34346C3.17539 6.19506 6.33135 4 10 4C11.1525 4 12.2544 4.21664 13.2673 4.61141Z"/><path d="M10.7771 7.10162L9.87483 8.00385C8.86997 8.06591 8.06592 8.86996 8.00386 9.87482L7.10162 10.7771C7.03534 10.5292 7.00001 10.2687 7.00001 10C7.00001 8.34315 8.34315 7 10 7C10.2687 7 10.5292 7.03534 10.7771 7.10162Z"/></svg>';
export default icon;