@icongo/ti
Version:
Typicons Icons
14 lines • 690 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var TIChartBarOutline = 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: "M17 5c-.771 0-1.468.301-2 .779V4c0-1.654-1.346-3-3-3S9 2.346 9 4v4.779A2.985 2.985 0 0 0 7 8c-1.654 0-3 1.346-3 3v6h16V8c0-1.654-1.346-3-3-3zm-5-2c.551 0 1 .448 1 1v11h-2V4c0-.552.449-1 1-1zM8 15H6v-4a1.001 1.001 0 0 1 2 0v4zm10 0h-2V8a1.001 1.001 0 0 1 2 0v7zm1 6H5a1 1 0 1 1 0-2h14a1 1 0 1 1 0 2z"
})
}));
export { TIChartBarOutline };