ohctechv3/.svn/pristine/17/177e1500e0ab87eaecf42a14d88dc89e805d0397.svn-base

7 lines
227 B
Plaintext
Raw Normal View History

2024-10-28 15:03:36 +05:30
"use client";
import createSvgIcon from './utils/createSvgIcon';
import { jsx as _jsx } from "react/jsx-runtime";
export default createSvgIcon( /*#__PURE__*/_jsx("path", {
d: "M18 13H6V9H4v6h16V9h-2z"
}), 'SpaceBarTwoTone');