UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 651 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 DonutLarge = createIcon("DonutLarge", [ [ "path", { d: "M11 5.08V2C6 2.5 2 6.81 2 12C2 17.19 6 21.5 11 22V18.92C8 18.44 5 15.52 5 12C5 8.48 8 5.56 11 5.08ZM18.97 11H22C21.53 6 18 2.47 13 2V5.08C16 5.51 18.54 8 18.97 11ZM13 18.92V22C18 21.53 21.53 18 22 13H18.97C18.54 16 16 18.49 13 18.92Z", key: "2zl8cr" } ] ]); export { DonutLarge as default }; //# sourceMappingURL=donut_large.js.map