7 lines
No EOL
392 B
JavaScript
7 lines
No EOL
392 B
JavaScript
"use client";
|
|
|
|
import createSvgIcon from "./utils/createSvgIcon.js";
|
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
export default createSvgIcon(/*#__PURE__*/_jsx("path", {
|
|
d: "M2 12c0 5.52 4.48 10 10 10s10-4.48 10-10S17.52 2 12 2 2 6.48 2 12m18 0c0 4.42-3.58 8-8 8s-8-3.58-8-8 3.58-8 8-8 8 3.58 8 8M8 12l4-4 1.41 1.41L11.83 11H16v2h-4.17l1.59 1.59L12 16z"
|
|
}), 'ArrowCircleLeftOutlined'); |