UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 980 B
/** * @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 Earbuds = createIcon("Earbuds", [ [ "path", { d: "M6.2 3.00707C4.44 2.88707 3 4.41707 3 6.18707V15.9971C3 18.7571 5.24 20.9971 8 20.9971C10.76 20.9971 13 18.7571 13 15.9971V7.99707C13 6.33707 14.34 4.99707 16 4.99707C17.66 4.99707 19 6.33707 19 7.99707V14.9971H18.17C16.56 14.9971 15.11 16.1771 15 17.7871C14.88 19.4771 16.16 20.8871 17.8 20.9971C19.56 21.1171 21 19.5771 21 17.8171V7.99707C21 5.23707 18.76 2.99707 16 2.99707C13.24 2.99707 11 5.23707 11 7.99707V15.9971C11 17.6571 9.66 18.9971 8 18.9971C6.34 18.9971 5 17.6571 5 15.9971V8.99707H5.83C7.44 8.99707 8.89 7.81707 9 6.20707C9.11 4.52707 7.83 3.10707 6.2 3.00707Z", key: "fkaaf2" } ] ]); export { Earbuds as default }; //# sourceMappingURL=earbuds.js.map