google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 848 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 ImportContacts = createIcon("ImportContacts", [
[
"path",
{
d: "M17.5 3.5C15.55 3.5 13.45 3.9 12 5C10.55 3.9 8.45 3.5 6.5 3.5C4.55 3.5 2.45 3.9 1 5V19.65C1 20.3 1.73 20.1 1.75 20.1C3.1 19.45 5.05 19 6.5 19C8.45 19 10.55 19.4 12 20.5C13.35 19.65 15.8 19 17.5 19C19.15 19 20.85 19.3 22.25 20.05C22.66 20.26 23 19.86 23 19.6V5C21.51 3.88 19.37 3.5 17.5 3.5ZM21 17.5C19.9 17.15 18.7 17 17.5 17C15.8 17 13.35 17.65 12 18.5V7C13.35 6.15 15.8 5.5 17.5 5.5C18.7 5.5 19.9 5.65 21 6V17.5Z",
key: "1ih8tx"
}
]
]);
export { ImportContacts as default };
//# sourceMappingURL=import_contacts.js.map