import { FC } from 'react'; import styles from './feed.module.scss'; export type FeedProps = { /** * Set additional classnames to the icon. */ className?: string; }; /** * Feed Component * * Render a feed svg icon. */ const Feed: FC = ({ className = '' }) => { return ( ); }; export default Feed; eecommitdiffstats
path: root/public/prism/prism-jexl.min.js
blob: 6740b7cd0df09034b534ba5f80f89bb667e251aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16