google-material-icons
Version:
A google material icon library package for React applications
43 lines (39 loc) • 2.76 kB
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const Engineering = createIcon("Engineering", [
[
"path",
{
d: "M9.04492 15C6.37492 15 1.04492 16.34 1.04492 19V21H17.0449V19C17.0449 16.34 11.7149 15 9.04492 15ZM3.04492 19C3.26492 18.28 6.35492 17 9.04492 17C11.7449 17 14.8449 18.29 15.0449 19H3.04492Z",
key: "nct9l0"
}
],
[
"path",
{
d: "M4.78492 9H5.04492C5.04492 11.21 6.83492 13 9.04492 13C11.2549 13 13.0449 11.21 13.0449 9H13.3049C13.5749 9 13.7949 8.78 13.7949 8.51V8.49C13.7949 8.22 13.5749 8 13.3049 8H13.0449C13.0449 6.52 12.2349 5.25 11.0449 4.55V5.5C11.0449 5.78 10.8249 6 10.5449 6C10.2649 6 10.0449 5.78 10.0449 5.5V4.14C9.72492 4.06 9.39492 4 9.04492 4C8.69492 4 8.36492 4.06 8.04492 4.14V5.5C8.04492 5.78 7.82492 6 7.54492 6C7.26492 6 7.04492 5.78 7.04492 5.5V4.55C5.85492 5.25 5.04492 6.52 5.04492 8H4.78492C4.51492 8 4.29492 8.22 4.29492 8.49V8.52C4.29492 8.78 4.51492 9 4.78492 9ZM11.0449 9C11.0449 10.1 10.1449 11 9.04492 11C7.94492 11 7.04492 10.1 7.04492 9H11.0449Z",
key: "fi80kt"
}
],
[
"path",
{
d: "M22.0249 6.23L22.9549 5.4L22.2049 4.1L21.0149 4.49C20.8749 4.38 20.7149 4.29 20.5449 4.22L20.2949 3H18.7949L18.5449 4.22C18.3749 4.29 18.2149 4.38 18.0649 4.49L16.8849 4.1L16.1349 5.4L17.0649 6.23C17.0449 6.4 17.0449 6.58 17.0649 6.75L16.1349 7.6L16.8849 8.9L18.0849 8.52C18.2149 8.62 18.3649 8.7 18.5149 8.77L18.7949 10H20.2949L20.5649 8.78C20.7249 8.71 20.8649 8.63 21.0049 8.53L22.1949 8.91L22.9449 7.61L22.0149 6.76C22.0449 6.57 22.0349 6.4 22.0249 6.23ZM19.5449 7.75C18.8549 7.75 18.2949 7.19 18.2949 6.5C18.2949 5.81 18.8549 5.25 19.5449 5.25C20.2349 5.25 20.7949 5.81 20.7949 6.5C20.7949 7.19 20.2349 7.75 19.5449 7.75Z",
key: "17adu8"
}
],
[
"path",
{
d: "M19.4449 10.79L18.5949 11.07C18.4949 10.99 18.3849 10.93 18.2649 10.88L18.0849 10H17.0149L16.8349 10.87C16.7149 10.92 16.5949 10.99 16.4949 11.06L15.6549 10.78L15.1149 11.71L15.7749 12.3C15.7649 12.43 15.7649 12.55 15.7749 12.67L15.1149 13.28L15.6549 14.21L16.5149 13.94C16.6149 14.01 16.7149 14.07 16.8249 14.12L17.0049 15H18.0749L18.2649 14.13C18.3749 14.08 18.4849 14.02 18.5849 13.95L19.4349 14.22L19.9749 13.29L19.3149 12.68C19.3249 12.55 19.3249 12.43 19.3149 12.31L19.9749 11.72L19.4449 10.79ZM17.5449 13.39C17.0549 13.39 16.6549 12.99 16.6549 12.5C16.6549 12.01 17.0549 11.61 17.5449 11.61C18.0349 11.61 18.4349 12.01 18.4349 12.5C18.4349 12.99 18.0349 13.39 17.5449 13.39Z",
key: "jqtwhg"
}
]
]);
export { Engineering as default };
//# sourceMappingURL=engineering.js.map