MCPcopy Create free account
hub / github.com/SyntaxUI/syntaxui / BoltIcon

Function BoltIcon

src/components/icons/BoltIcon.tsx:1–11  ·  view source on GitHub ↗
(props: React.ComponentPropsWithoutRef<'svg'>)

Source from the content-addressed store, hash-verified

1export function BoltIcon(props: React.ComponentPropsWithoutRef<'svg'>) {
2 return (
3 <svg viewBox="0 0 20 20" aria-hidden="true" {...props}>
4 <path
5 strokeLinecap="round"
6 strokeLinejoin="round"
7 d="M4.5 11.5 10 2v5.5a1 1 0 0 0 1 1h4.5L10 18v-5.5a1 1 0 0 0-1-1H4.5Z"
8 />
9 </svg>
10 )
11}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected