google-material-icons
Version:
A google material icon library package for React applications
29 lines (25 loc) • 840 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 PivotTableChart = createIcon("PivotTableChart", [
[
"path",
{
d: "M9.5 7.5H20.5V4.5C20.5 3.4 19.6 2.5 18.5 2.5H9.5V7.5ZM2.5 7.5H7.5V2.5H4.5C3.4 2.5 2.5 3.4 2.5 4.5V7.5ZM4.5 20.5H7.5V9.5H2.5V18.5C2.5 19.6 3.4 20.5 4.5 20.5ZM12.5 21.5L8.5 17.5L12.5 13.5V21.5ZM13.5 12.5L17.5 8.5L21.5 12.5H13.5Z",
key: "1ax05u"
}
],
[
"path",
{
d: "M14.08 18.5H12.5V16.5H14.08C15.41 16.5 16.5 15.42 16.5 14.08V12.5H18.5V14.08C18.5 16.52 16.52 18.5 14.08 18.5Z",
key: "x6uyn"
}
]
]);
export { PivotTableChart as default };
//# sourceMappingURL=pivot_table_chart.js.map