UNPKG

@braineet/ui

Version:

Braineet design system

25 lines 1.09 kB
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); } import * as React from 'react'; import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; function Job(props) { return /*#__PURE__*/_jsxs("svg", _extends({ viewBox: "0 0 24 24", fill: "none" }, props, { children: [/*#__PURE__*/_jsx("g", { opacity: 0.6, children: /*#__PURE__*/_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 19C4 19.5523 4.44772 20 5 20H19C19.5523 20 20 19.5523 20 19V10C20 9.44772 19.5523 9 19 9H5C4.44772 9 4 9.44772 4 10V19ZM18 18H6V11H18V18Z", fill: "currentColor" }) }), /*#__PURE__*/_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10 6H14V8H16V5C16 4.44772 15.5523 4 15 4H9C8.44772 4 8 4.44772 8 5V8H10V6Z", fill: "currentColor" })] })); } export default Job;