google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.3 kB
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const CallEnd = createIcon("CallEnd", [
[
"path",
{
d: "M18.59 11.0898C19.64 11.5998 20.63 12.2398 21.55 12.9998L20.48 14.0698C19.9 13.5998 19.27 13.1798 18.6 12.7998V11.0898M5.4 11.0898V12.7898C4.75 13.1598 4.12 13.5798 3.53 14.0598L2.46 12.9898C3.37 12.2398 4.36 11.6098 5.4 11.0898ZM12 7.56982C7.46 7.56982 3.34 9.34982 0.29 12.2398C0.11 12.4198 0 12.6698 0 12.9498C0 13.2298 0.11 13.4798 0.29 13.6498L2.77 16.1298C2.95 16.3098 3.2 16.4198 3.48 16.4198C3.75 16.4198 4 16.3198 4.18 16.1398C4.97 15.4098 5.86 14.7798 6.84 14.2898C7.17 14.1298 7.4 13.7798 7.4 13.3898V10.2898C8.85 9.81982 10.4 9.56982 12 9.56982C13.6 9.56982 15.15 9.81982 16.59 10.2998V13.3998C16.59 13.7998 16.82 14.1398 17.15 14.2998C18.13 14.7898 19.03 15.4098 19.82 16.1498C20 16.3198 20.25 16.4298 20.52 16.4298C20.8 16.4298 21.05 16.3198 21.23 16.1398L23.71 13.6598C23.89 13.4798 24 13.2298 24 12.9498C24 12.6698 23.89 12.4198 23.71 12.2398C20.66 9.34982 16.54 7.56982 12 7.56982Z",
key: "gjgvy"
}
]
]);
export { CallEnd as default };
//# sourceMappingURL=call_end.js.map