google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 566 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 PieChart = createIcon("PieChart", [
[
"path",
{
d: "M11 2V22C5.93 21.5 2 17.21 2 12C2 6.79 5.93 2.5 11 2ZM13.03 2V10.99H22C21.53 6.25 17.76 2.47 13.03 2ZM13.03 13.01V22C17.77 21.53 21.53 17.75 22 13.01H13.03Z",
key: "69r0fr"
}
]
]);
export { PieChart as default };
//# sourceMappingURL=pie_chart.js.map