@icongo/ti
Version:
Typicons Icons
14 lines • 523 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var TIChartArea = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
baseProfile: "tiny",
viewBox: "0 0 24 24"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M20 6a2 2 0 0 0-3.562-1.25l-2.789 3.486L11.2 6.4a2 2 0 0 0-2.762.351l-4 5A1.998 1.998 0 0 0 4 13v3h16V6zm0 13H4a1 1 0 1 0 0 2h16a1 1 0 1 0 0-2z"
})
}));
export { TIChartArea };