UNPKG

@automattic/social-previews

Version:

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

8 lines 575 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ChevronIcon = ChevronIcon; const jsx_runtime_1 = require("react/jsx-runtime"); function ChevronIcon() { return ((0, jsx_runtime_1.jsx)("svg", { width: "20", height: "20", viewBox: "0 0 20 20", "aria-hidden": "true", children: (0, jsx_runtime_1.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