Skip to content

Instantly share code, notes, and snippets.

@aalokt89
aalokt89 / Icon.tsx
Last active February 6, 2022 01:07
Framer x icon component
mport * as React from "react"
import { Frame, useCycle, addPropertyControls, ControlType } from "framer"
// Open Preview (CMD + P)
// API Reference: https://www.framer.com/api
interface Props {
iconName: string
tint: string
}