@icongo/ti
Version:
Typicons Icons
14 lines • 496 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var TIChartBar = 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: "M14 4a2 2 0 0 0-4 0v12h4V4zm5 4a2 2 0 0 0-4 0v8h4V8zM9 11a2 2 0 0 0-4 0v5h4v-5zm10 8H5a1 1 0 1 0 0 2h14a1 1 0 1 0 0-2z"
})
}));
export { TIChartBar };