google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 707 B
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 ContactSupport = createIcon("ContactSupport", [
[
"path",
{
d: "M12 2C7.31 2 3.5 5.81 3.5 10.5C3.5 15.19 7.31 19 12 19H12.5V22C17.36 19.66 20.5 15 20.5 10.5C20.5 5.81 16.69 2 12 2ZM13 16.5H11V14.5H13V16.5ZM13 13H11C11 9.75 14 10 14 8C14 6.9 13.1 6 12 6C10.9 6 10 6.9 10 8H8C8 5.79 9.79 4 12 4C14.21 4 16 5.79 16 8C16 10.5 13 10.75 13 13Z",
key: "v27cup"
}
]
]);
export { ContactSupport as default };
//# sourceMappingURL=contact_support.js.map