UNPKG

fui-fancyui

Version:
21 lines (20 loc) 677 B
import { jsxs as e, jsx as l } from "react/jsx-runtime"; const t = () => /* @__PURE__ */ e("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "currentColor", viewBox: "0 0 16 16", children: [ /* @__PURE__ */ l( "path", { fillRule: "evenodd", d: "M3.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L9.293 8 3.646 2.354a.5.5 0 0 1 0-.708" } ), /* @__PURE__ */ l( "path", { fillRule: "evenodd", d: "M7.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L13.293 8 7.646 2.354a.5.5 0 0 1 0-.708" } ) ] }); export { t as SVGDoubleChevronRight };