ohctechv3/.svn/pristine/52/528f39f153f84b54b3dbf0b5b627d99d66726bea.svn-base

8 lines
244 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"
}), 'HorizontalRuleSharp');