google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 648 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 InsertChartOutlined = createIcon("InsertChartOutlined", [
[
"path",
{
d: "M9 17H7V10H9V17ZM13 17H11V7H13V17ZM17 17H15V13H17V17ZM19.5 19.1H4.5V5H19.5V19.1ZM19.5 3H4.5C3.4 3 2.5 3.9 2.5 5V19C2.5 20.1 3.4 21 4.5 21H19.5C20.6 21 21.5 20.1 21.5 19V5C21.5 3.9 20.6 3 19.5 3Z",
key: "p0i5r"
}
]
]);
export { InsertChartOutlined as default };
//# sourceMappingURL=insert_chart_outlined.js.map