ohctechv3/.svn/pristine/99/993dce7dc963de34bf3536352c40744b9045c636.svn-base
2024-10-28 15:03:36 +05:30

7 lines
243 B
Plaintext

"use client";
import createSvgIcon from './utils/createSvgIcon';
import { jsx as _jsx } from "react/jsx-runtime";
export default createSvgIcon( /*#__PURE__*/_jsx("path", {
d: "M5.01 1v22H19V1zM17 19H7V5h10z"
}), 'StayPrimaryPortraitSharp');