UNPKG

@brizy/ui

Version:
5 lines (4 loc) 532 B
import React from "react"; export const CmsArrowLeft = () => (React.createElement("svg", { id: "cms-arrow-left", width: "1em", height: "1em", viewBox: "0 0 16 16", version: "1.1", fill: "currentColor" }, React.createElement("g", { id: "CmsArrowLeft", 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" }))));