ohctechv3/.svn/pristine/cc/ccfe14ddeff70c6c577c039d369299720f1f0359.svn-base

7 lines
275 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: "M22 13v5h-5l1 1v2H6v-2l1-1H2V3h10v2H4v11h16v-3zm-7 2-5-5h4V3h2v7h4z"
}), 'BrowserUpdatedSharp');