@evg-b/evg-icons
Version:
material icons
15 lines (12 loc) • 436 B
JavaScript
import React from 'react';
import CreateSvgIcon from '../CreateSvgIcon.js';
var ShowChart = CreateSvgIcon({
path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
d: "M0 0h24v24H0z",
fill: "none"
}), /*#__PURE__*/React.createElement("path", {
d: "M3.5 18.49l6-6.01 4 4L22 6.92l-1.41-1.41-7.09 7.97-4-4L2 16.99z"
})),
name: 'ShowChart'
});
export default ShowChart;