google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 858 B
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 DonutLarge = createIcon("DonutLarge", [
[
"path",
{
d: "M13.0254 5.08005C16.0854 5.52005 18.5054 7.94005 18.9454 11H21.9754C21.5054 6.28005 17.7454 2.52005 13.0254 2.05005V5.08005ZM18.9454 13C18.5054 16.06 16.0854 18.48 13.0254 18.92V21.9501C17.7454 21.4801 21.5054 17.72 21.9754 13H18.9454ZM11.0254 18.92C7.63539 18.43 5.02539 15.52 5.02539 12C5.02539 8.48005 7.63539 5.57005 11.0254 5.08005V2.05005C5.97539 2.55005 2.02539 6.81005 2.02539 12C2.02539 17.19 5.97539 21.4501 11.0254 21.9501V18.92Z",
key: "jqal1t"
}
]
]);
export { DonutLarge as default };
//# sourceMappingURL=donut_large.js.map