RobBrazier/svelte-awesome

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

Summary

Maintainability
A
45 mins
Test Coverage
import type { IconData } from '$lib/components/Icon.svelte';
const yCombinatorSquare: Record<string, IconData> = {
  'y-combinator-square': {
    width: 1536,
    height: 1792,
    paths: [
      {
        d: 'M809 1004l266-499h-112l-157 312q-24 48-44 92l-42-92-155-312h-120l263 493v324h101v-318zM1536 416v960q0 119-84.5 203.5t-203.5 84.5h-960q-119 0-203.5-84.5t-84.5-203.5v-960q0-119 84.5-203.5t203.5-84.5h960q119 0 203.5 84.5t84.5 203.5z'
      }
    ]
  }
};
export default yCombinatorSquare;