UNPKG

@brizy/ui-icons

Version:
5 lines (4 loc) 555 B
import React from "react"; export const ChevronLeft = () => (React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16" }, React.createElement("g", { fillRule: "nonzero", fill: "currentColor", stroke: "none", strokeWidth: "1" }, React.createElement("path", { d: "M3.42,7.04l7.13-6.67c0.56-0.51,1.45-0.5,2,0.02s0.56,1.35,0.02,1.87L6.44,7.98l6.12,5.72c0.37,0.33,0.52,0.83,0.39,1.3c-0.13,0.47-0.52,0.83-1.02,0.95s-1.03-0.02-1.39-0.36L3.42,8.93C2.86,8.41,2.86,7.56,3.42,7.04z", fill: "currentColor", fillRule: "nonzero" }))));