google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.28 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 DonutSmall = createIcon("DonutSmall", [
[
"path",
{
d: "M14.8454 11H21.9754C21.5054 6.28005 17.7454 2.52005 13.0254 2.05005V9.18005C13.8754 9.49005 14.5354 10.15 14.8454 11ZM15.0254 4.58005C17.0254 5.40005 18.6254 7.00005 19.4454 9.00005H16.0154C15.7354 8.63005 15.3954 8.29005 15.0254 8.01005V4.58005ZM2.02539 12C2.02539 17.19 5.97539 21.4501 11.0254 21.9501V14.82C9.86539 14.4 9.02539 13.3 9.02539 12C9.02539 10.7 9.86539 9.60005 11.0254 9.18005V2.05005C5.97539 2.55005 2.02539 6.81005 2.02539 12ZM9.02539 4.58005V8.02005C7.79539 8.94005 7.02539 10.41 7.02539 12C7.02539 13.59 7.79539 15.06 9.02539 15.99V19.43C6.06539 18.24 4.02539 15.35 4.02539 12C4.02539 8.65005 6.06539 5.76005 9.02539 4.58005ZM13.0254 14.82V21.9501C17.7454 21.4801 21.5054 17.72 21.9754 13H14.8454C14.5354 13.85 13.8754 14.51 13.0254 14.82ZM15.0254 15.99C15.3954 15.71 15.7354 15.38 16.0154 15H19.4454C18.6254 17 17.0254 18.6 15.0254 19.42V15.99Z",
key: "16etj4"
}
]
]);
export { DonutSmall as default };
//# sourceMappingURL=donut_small.js.map