alinea
Version:
Headless git-based CMS
27 lines (25 loc) • 656 B
JavaScript
import "../../chunks/chunk-NZLE2WMY.js";
// src/ui/icons/IcRoundChevronRight.tsx
import { jsx } from "react/jsx-runtime";
function IcRoundChevronRight(props) {
return /* @__PURE__ */ jsx(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 24 24",
...props,
children: /* @__PURE__ */ jsx(
"path",
{
fill: "currentColor",
d: "M9.29 6.71a.996.996 0 0 0 0 1.41L13.17 12l-3.88 3.88a.996.996 0 1 0 1.41 1.41l4.59-4.59a.996.996 0 0 0 0-1.41L10.7 6.7c-.38-.38-1.02-.38-1.41.01"
}
)
}
);
}
export {
IcRoundChevronRight
};