@brizy/ui-icons
Version:
5 lines (4 loc) • 471 B
JavaScript
import React from "react";
export const ArrowLeft = () => (React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", fill: "currentColor" },
React.createElement("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" },
React.createElement("polygon", { fill: "currentColor", fillRule: "nonzero", points: "6.7 15 8.1 13.5373134 3.8 9.04477612 16 9.04477612 16 6.95522388 3.8 6.95522388 8.1 2.46268657 6.7 1 0 8" }))));