@automattic/social-previews
Version:
A suite of components to generate previews for a post for both social and search engines.
5 lines • 431 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
export function ChevronIcon() {
return (_jsx("svg", { width: "20", height: "20", viewBox: "0 0 20 20", "aria-hidden": "true", children: _jsx("path", { fill: "#dfe1e4", fillRule: "evenodd", d: "M7.127 13.876a.732.732 0 1 0 1.035 1.035l4.75-4.749a.732.732 0 0 0 0-1.035L8.123 4.34A.732.732 0 0 0 7.09 5.375l4.27 4.27-4.232 4.23Z" }) }));
}
//# sourceMappingURL=chevron-icon.js.map