@braineet/ui
Version:
Braineet design system
20 lines • 1.16 kB
JavaScript
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
import * as React from 'react';
import { jsx as _jsx } from "react/jsx-runtime";
function ViewGant(props) {
return /*#__PURE__*/_jsx("svg", _extends({
width: "24",
height: "24",
viewBox: "0 0 24 24",
fill: "none",
xmlns: "http://www.w3.org/2000/svg"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M5 6C4.44772 6 4 6.44772 4 7C4 7.55228 4.44772 8 5 8H11C11.5523 8 12 7.55228 12 7C12 6.44772 11.5523 6 11 6H5ZM6 12C6 11.4477 6.44772 11 7 11H16C16.5523 11 17 11.4477 17 12C17 12.5523 16.5523 13 16 13H7C6.44772 13 6 12.5523 6 12ZM12 17C12 16.4477 12.4477 16 13 16H19C19.5523 16 20 16.4477 20 17C20 17.5523 19.5523 18 19 18H13C12.4477 18 12 17.5523 12 17Z",
fill: "currentColor"
})
}));
}
export default ViewGant;