ohctechv3/.svn/pristine/d0/d030402f095f99633d26bb4466c42905db7527cc.svn-base

8 lines
246 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", {
fillRule: "evenodd",
d: "M4 11h16v2H4z"
}), 'HorizontalRuleTwoTone');