ohctechv3/.svn/pristine/42/42d900f915c2bb4ebcbf33df7d0125ff3559f53a.svn-base
2024-10-28 15:03:36 +05:30

7 lines
255 B
Plaintext

"use client";
import createSvgIcon from './utils/createSvgIcon';
import { jsx as _jsx } from "react/jsx-runtime";
export default createSvgIcon( /*#__PURE__*/_jsx("path", {
d: "M11.66 6V4H6v5.66h2V7.41l5 5V20h2v-8.41L9.41 6z"
}), 'TurnSlightLeftSharp');