UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 667 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 DonutSmall = createIcon("DonutSmall", [ [ "path", { d: "M11 9.16V2C6 2.5 2 6.79 2 12C2 17.21 6 21.5 11 22V14.84C10 14.43 9 13.32 9 12C9 10.68 10 9.57 11 9.16ZM14.86 11H22C21.52 6.25 18 2.47 13 2V9.16C14 9.46 14.52 10.14 14.86 11ZM13 14.84V22C18 21.53 21.52 17.75 22 13H14.86C14.52 13.86 14 14.54 13 14.84Z", key: "184699" } ] ]); export { DonutSmall as default }; //# sourceMappingURL=donut_small.js.map