ohctechv3/.svn/pristine/66/662759df616b58ee5a1056194b0799c6761dc659.svn-base
2024-10-28 15:03:36 +05:30

7 lines
268 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"
}), 'AlignHorizontalCenterOutlined');