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

Function FramerLogo

src/components/Logos/Framer.tsx:4–16  ·  view source on GitHub ↗
(props: SVGProps<SVGSVGElement>)

Source from the content-addressed store, hash-verified

2import type { SVGProps } from 'react'
3
4const FramerLogo = (props: SVGProps<SVGSVGElement>) => (
5 <svg
6 viewBox="0 0 256 384"
7 width="1em"
8 height="1em"
9 xmlns="http://www.w3.org/2000/svg"
10 preserveAspectRatio="xMidYMid"
11 fill="currentColor"
12 {...props}
13 >
14 <path d="M0 0h256v128H128L0 0Zm0 128h128l128 128H128v128L0 256V128Z" />
15 </svg>
16)
17export default FramerLogo

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected