@brizy/ui-icons
Version:
5 lines (4 loc) • 418 B
JavaScript
import React from "react";
export const ChevronLeft = () => (React.createElement("svg", { width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 16 16" },
React.createElement("g", null,
React.createElement("path", { d: "M10.975 16L12 15.009 4.75 8 12 .991 10.975 0l-7.762 7.504a.684.684 0 0 0 0 .992L10.975 16z", fill: "currentColor", fillRule: "nonzero", stroke: "none", strokeWidth: "1" }))));