google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.01 kB
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 Adb = createIcon("Adb", [
[
"path",
{
d: "M5 15.7807C5 19.6507 8.13 22.7807 12 22.7807C15.87 22.7807 19 19.6507 19 15.7807V11.7807H5V15.7807ZM16.12 4.1507L18.22 2.0507L17.4 1.2207L15.1 3.5307C14.16 3.0607 13.12 2.7807 12 2.7807C10.88 2.7807 9.84 3.0607 8.91 3.5307L6.6 1.2207L5.78 2.0507L7.88 4.1507C6.14 5.4207 5 7.4607 5 9.7807V10.7807H19V9.7807C19 7.4607 17.86 5.4207 16.12 4.1507ZM9 8.7807C8.45 8.7807 8 8.3307 8 7.7807C8 7.2307 8.45 6.7807 9 6.7807C9.55 6.7807 10 7.2307 10 7.7807C10 8.3307 9.55 8.7807 9 8.7807ZM15 8.7807C14.45 8.7807 14 8.3307 14 7.7807C14 7.2307 14.45 6.7807 15 6.7807C15.55 6.7807 16 7.2307 16 7.7807C16 8.3307 15.55 8.7807 15 8.7807Z",
key: "1hhtow"
}
]
]);
export { Adb as default };
//# sourceMappingURL=adb.js.map