UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 523 B
/** * @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 Duo = createIcon("Duo", [ [ "path", { d: "M20 2H12C6.38 2 2 6.66 2 12.28C2 17.5 6.49 22 11.72 22C17.39 22 22 17.62 22 12V4C22 2.9 21.1 2 20 2ZM17 15L14 13V15H7V9H14V11L17 9V15Z", key: "rvxr05" } ] ]); export { Duo as default }; //# sourceMappingURL=duo.js.map