UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.07 kB
/** * @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: "M12 9.56982C10.4 9.56982 8.85 9.81982 7.4 10.2898V13.3898C7.4 13.7798 7.17 14.1298 6.84 14.2898C5.86 14.7798 4.97 15.4098 4.18 16.1398C4 16.3198 3.75 16.4198 3.48 16.4198C3.2 16.4198 2.95 16.3098 2.77 16.1298L0.29 13.6498C0.11 13.4798 0 13.2298 0 12.9498C0 12.6698 0.11 12.4198 0.29 12.2398C3.34 9.34982 7.46 7.56982 12 7.56982C16.54 7.56982 20.66 9.34982 23.71 12.2398C23.89 12.4198 24 12.6698 24 12.9498C24 13.2298 23.89 13.4798 23.71 13.6598L21.23 16.1398C21.05 16.3198 20.8 16.4298 20.52 16.4298C20.25 16.4298 20 16.3198 19.82 16.1498C19.03 15.4098 18.13 14.7898 17.15 14.2998C16.82 14.1398 16.59 13.7998 16.59 13.3998V10.2998C15.15 9.81982 13.6 9.56982 12 9.56982Z", key: "8pxp3f" } ] ]); export { CallEnd as default }; //# sourceMappingURL=call_end.js.map