RobBrazier/svelte-awesome

View on GitHub
src/lib/icons/twitch.ts

Summary

Maintainability
A
45 mins
Test Coverage
import type { IconData } from '$lib/components/Icon.svelte';
const twitch: Record<string, IconData> = {
  twitch: {
    width: 1792,
    height: 1792,
    paths: [
      {
        d: 'M896 434v434h-145v-434h145zM1294 434v434h-145v-434h145zM1294 1194l253-254v-795h-1194v1049h326v217l217-217h398zM1692 0v1013l-434 434h-326l-217 217h-217v-217h-398v-1158l109-289h1483z'
      }
    ]
  }
};
export default twitch;