UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.03 kB
/** * @license google-material-icons v2.1.4 - 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 ContactSupport = createIcon("ContactSupport", [ [ "path", { d: "M11.5 23.295V19.695C6.49 19.435 2.5 15.275 2.5 10.205C2.5 4.96496 6.76 0.704956 12 0.704956C17.24 0.704956 21.5 4.96496 21.5 10.205C21.5 15.155 18.06 20.135 12.93 22.605L11.5 23.295ZM12 2.70496C7.86 2.70496 4.5 6.06496 4.5 10.205C4.5 14.345 7.86 17.705 12 17.705H13.5V20.005C17.14 17.705 19.5 13.925 19.5 10.205C19.5 6.06496 16.14 2.70496 12 2.70496ZM11 14.205H13V16.205H11V14.205ZM13 12.705H11C11 9.45496 14 9.70496 14 7.70496C14 6.60496 13.1 5.70496 12 5.70496C10.9 5.70496 10 6.60496 10 7.70496H8C8 5.49496 9.79 3.70496 12 3.70496C14.21 3.70496 16 5.49496 16 7.70496C16 10.205 13 10.455 13 12.705Z", key: "19exe9" } ] ]); export { ContactSupport as default }; //# sourceMappingURL=contact_support.js.map