UNPKG

@automattic/social-previews

Version:

A suite of components to generate previews for a post for both social and search engines.

5 lines 273 B
import { jsx as _jsx } from "react/jsx-runtime"; import './styles.scss'; const FacebookPostIcon = ({ name }) => (_jsx("i", { className: `facebook-preview__post-icon facebook-preview__post-icon-${name}` })); export default FacebookPostIcon; //# sourceMappingURL=index.js.map