ohctechv3/.svn/pristine/97/977141dcc0d1ecf39ec058cd4e62598038ef2a9d.svn-base
2024-10-28 15:03:36 +05:30

7 lines
245 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.41 20 17 8.41V15h2V5H9v2h6.59L4 18.59z"
}), 'CallMadeTwoTone');