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

8 lines
298 B
Plaintext

"use client";
import createSvgIcon from './utils/createSvgIcon';
import { jsx as _jsx } from "react/jsx-runtime";
export default createSvgIcon( /*#__PURE__*/_jsx("path", {
fillRule: "evenodd",
d: "M19 13H5c-.55 0-1-.45-1-1s.45-1 1-1h14c.55 0 1 .45 1 1s-.45 1-1 1"
}), 'HorizontalRuleRounded');