ohctechv3/.svn/pristine/f2/f23b1f39c63d8dcfe7b5967a45bb8c76a7750a14.svn-base

7 lines
229 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: "M17 4h-3V2h-4v2H7v18h10z"
}), 'BatteryFullSharp');