UNPKG

@datalayer/icons-react

Version:

React.js and JupyterLab icons for data products.

108 lines (106 loc) 6.4 kB
import * as React from "react"; const sizeMap = { "small": 16, "medium": 32, "large": 64 }; function ConstructionWorkerIcon({ title, titleId, size, ...props }, svgRef) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 72 72", fill: "currentColor", "aria-hidden": "true", ref: svgRef, width: size ? typeof size === "string" ? sizeMap[size] : size : "16px", "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("path", { fill: "#92D3F5", d: "M54.07 58.897s2-13.797-10-13.797c-3.191 2.119-5.926 3.583-9 3.577h.126c-3.074.006-5.809-1.458-9-3.577-12 0-10 13.797-10 13.797" }), /*#__PURE__*/React.createElement("path", { fill: "#61B2E4", d: "M43.1 49.125c5.447 2.26 5.588 6.807 6.149 9.753h5.02s2.16-14.925-9.623-14.925" }), /*#__PURE__*/React.createElement("path", { fill: "#E27022", d: "M49.1 58.897V45.824l-4.096-.727c-2.362 5.505-5.014 10.899-6.835 13.8H49.1zM33.72 58.897c-1.821-2.901-4.473-8.295-6.836-13.8l-4.324.727v13.073h11.16z" }), /*#__PURE__*/React.createElement("path", { fill: "#F1B31C", d: "M46.927 21.282l-.04.1c-.38-.13-.79-.26-1.23-.39-2.11-.62-4.99-1.16-8.56-1.16v-2.57h2.89l.06-5.96c6.84 1.21 6.88 9.98 6.88 9.98z" }), /*#__PURE__*/React.createElement("path", { fill: "#F1B31C", d: "M37.097 17.262v2.57c-.34 0-.68.01-1.03.02h-.16c-.03 0-.06-.01-.08 0-4.02-.11-7.21.47-9.5 1.13v.01c-.59.17-1.12.35-1.59.53l-.09-.24s.05-9.2 7.4-10.06l-.06 6.04h5.11z" }), /*#__PURE__*/React.createElement("path", { fill: "#FCEA2B", d: "M44.423 58.948l3.488-13.225-1.935-.502-3.789 13.724zM27.172 58.948l-3.489-13.225 1.936-.502 3.788 13.724zM40.047 11.302l-.06 5.96h-8l.06-6.04c1.59-2.81 7.37-2.07 8 0v.08z" }), /*#__PURE__*/React.createElement("g", { fill: "#3F3F3F" }, /*#__PURE__*/React.createElement("path", { d: "M35.827 19.852s.04.04.12.11c-.92.79-6.87 5.73-10.22 4.31l-.53-.21c.28-1.09.66-2.12 1.13-3.07v-.01c2.29-.66 5.48-1.24 9.5-1.13zM46.787 24.052l-.62.22c-3.35 1.42-9.3-3.52-10.22-4.31.08-.07.12-.11.12-.11.35-.01.69-.02 1.03-.02 3.57 0 6.45.54 8.56 1.16.47.95.85 1.98 1.13 3.06z" })), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", { fill: "#FCEA2B", d: "M47.007 25.032c.21 1.08.32 2.21.32 3.36 0 7.83-5.08 14.18-11.34 14.18s-11.34-6.35-11.34-14.18c0-1.51.19-2.97.55-4.33l.53.21c3.35 1.42 9.3-3.52 10.22-4.31.92.79 6.87 5.73 10.22 4.31l.62-.22c.08.32.16.65.22.98zm-5.02 2a2 2 0 10-2 2c1.11 0 2-.89 2-2zm-2.55 9.15c.49-.25.69-.85.45-1.34-.25-.5-.85-.7-1.34-.45-1.72.86-3.39.86-5.11 0a.988.988 0 00-1.34.45.993.993 0 00.45 1.34c1.14.57 2.29.86 3.44.86s2.31-.29 3.45-.86zm-5.45-9.15a2 2 0 10-2 2c1.11 0 2-.89 2-2z" })), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", { fill: "none", d: "M24.651 45.472l3.489 13.425" }), /*#__PURE__*/React.createElement("path", { d: "M54.807 58.888a1 1 0 01-.99-1.15c.008-.057.827-5.74-2.13-9.177-1.475-1.715-3.689-2.613-6.585-2.67-3.31 2.185-6.028 3.546-9.126 3.589H35.759c-3.1-.043-5.818-1.404-9.126-3.588-2.897.056-5.11.954-6.586 2.669-2.956 3.436-2.138 9.12-2.129 9.177a1 1 0 01-.838 1.139 1.005 1.005 0 01-1.139-.836c-.04-.27-.972-6.633 2.582-10.775 1.922-2.242 4.75-3.377 8.407-3.377.197 0 .39.058.554.168 3.153 2.101 5.66 3.409 8.383 3.424 2.723-.014 5.23-1.322 8.383-3.424.164-.11.357-.168.555-.168 3.656 0 6.484 1.135 8.407 3.377 3.554 4.142 2.622 10.506 2.581 10.775a1 1 0 01-.986.847z" }), /*#__PURE__*/React.createElement("path", { d: "M33.766 58.889a.998.998 0 01-.848-.47c-1.831-2.915-4.516-7.563-6.907-13.136a1 1 0 011.838-.789c2.34 5.455 4.97 10.006 6.762 12.863a.999.999 0 01-.845 1.532zM38.213 58.889a.999.999 0 01-.846-1.531c1.793-2.858 4.422-7.409 6.763-12.864a.999.999 0 111.838.79c-2.392 5.572-5.076 10.22-6.907 13.136a.998.998 0 01-.848.469zM22.605 58.889a1 1 0 01-1-1V45.615a1 1 0 112 0V57.89a1 1 0 01-1 1zM49.145 58.889a1 1 0 01-1-1V45.615a1 1 0 112 0V57.89a1 1 0 01-1 1zM39.987 25.032a2 2 0 012 2c0 1.11-.89 2-2 2a2 2 0 110-4zM39.887 34.842c.24.49.04 1.09-.45 1.34-1.14.57-2.3.86-3.45.86s-2.3-.29-3.44-.86c-.5-.25-.7-.85-.45-1.34.24-.5.84-.7 1.34-.45 1.72.86 3.39.86 5.11 0a.993.993 0 011.34.45zM31.987 25.032a2 2 0 012 2c0 1.11-.89 2-2 2a2 2 0 110-4z" }), /*#__PURE__*/React.createElement("path", { fill: "none", stroke: "#000", strokeMiterlimit: 10, strokeWidth: 2, d: "M26.327 20.992c-.47.95-.85 1.98-1.13 3.07-.36 1.36-.55 2.82-.55 4.33 0 7.83 5.08 14.18 11.34 14.18s11.34-6.35 11.34-14.18a17.644 17.644 0 00-.54-4.34c-.28-1.08-.66-2.11-1.13-3.06" }), /*#__PURE__*/React.createElement("path", { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeMiterlimit: 10, strokeWidth: 2, d: "M26.327 20.992c-.59.17-1.12.35-1.59.53-1.74.64-2.65 1.22-2.65 1.22" }), /*#__PURE__*/React.createElement("path", { fill: "none", stroke: "#000", strokeMiterlimit: 10, strokeWidth: 2, d: "M26.327 20.982v.01" }), /*#__PURE__*/React.createElement("path", { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeMiterlimit: 10, strokeWidth: 2, d: "M49.887 22.742s-1.03-.66-3-1.36c-.38-.13-.79-.26-1.23-.39-2.11-.62-4.99-1.16-8.56-1.16-.34 0-.68.01-1.03.02h-.16c-.03 0-.06-.01-.08 0-4.02-.11-7.21.47-9.5 1.13M40.047 11.302v-.08c-.63-2.07-6.41-2.81-8 0l-.06 6.04h8l.06-5.96z" }), /*#__PURE__*/React.createElement("path", { fill: "none", stroke: "#000", strokeMiterlimit: 10, strokeWidth: 2, d: "M24.647 21.282s.05-9.2 7.4-10.06M46.927 21.282s-.04-8.77-6.88-9.98c-.16-.03-.34-.06-.51-.08" }), /*#__PURE__*/React.createElement("path", { fill: "none", stroke: "#000", strokeLinecap: "round", strokeMiterlimit: 10, strokeWidth: 2, d: "M36.067 19.852s-.04.04-.12.11c-.92.79-6.87 5.73-10.22 4.31l-.53-.21h-.01" }), /*#__PURE__*/React.createElement("path", { fill: "none", stroke: "#000", strokeLinecap: "round", strokeMiterlimit: 10, strokeWidth: 2, d: "M35.827 19.852s.04.04.12.11c.92.79 6.87 5.73 10.22 4.31l.62-.22" }))); } const ForwardRef = React.forwardRef(ConstructionWorkerIcon); export default ForwardRef;