@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
17 lines (15 loc) • 850 B
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const Job = (props, ref)=>/*#__PURE__*/ React.createElement("svg", {
width: "1em",
height: "1em",
viewBox: "0 0 32 32",
ref: ref,
...props
}, /*#__PURE__*/ React.createElement("g", {
fill: "currentColor"
}, /*#__PURE__*/ React.createElement("path", {
d: "M10 6.625C10 5.17516 11.1766 4 12.625 4H19.375C20.8234 4 22 5.17516 22 6.625V26.5H10V6.625ZM12.25 8.5H19.75V6.625C19.75 6.41781 19.5813 6.25 19.375 6.25H12.625C12.4187 6.25 12.25 6.41781 12.25 6.625V8.5ZM7 8.5H8.5V26.5H7C5.34297 26.5 4 25.1547 4 23.5V11.5C4 9.84531 5.34297 8.5 7 8.5ZM25 26.5H23.5V8.5H25C26.6547 8.5 28 9.84531 28 11.5V23.5C28 25.1547 26.6547 26.5 25 26.5Z"
})));
const ForwardRef = /*#__PURE__*/ forwardRef(Job);
export default ForwardRef;