@brizy/ui-icons
Version:
5 lines (4 loc) • 414 B
JavaScript
import React from "react";
export const ChevronRight = () => (React.createElement("svg", { width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 16 16" },
React.createElement("g", null,
React.createElement("path", { d: "M5.025 16L4 15.009 11.25 8 4 .991 5.025 0l7.762 7.504a.684.684 0 0 1 0 .992L5.025 16z", fill: "currentColor", fillRule: "nonzero", stroke: "none", strokeWidth: "1" }))));