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

7 lines
260 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 2h2v5h8v3h-8v4h5v3h-5v5h-2v-5H6v-3h5v-4H3V7h8z"
}), 'AlignHorizontalCenter');