@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.59 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialManufacturingW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "ManufacturingW100",
short_name: "Manufacturing",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M258-566q-21-4-39.5-14T186-606l-16 8q-5 2-10 1t-8-6l-2-2q-3-5-2.5-10t5.5-9l15-12q-8-21-8-44t8-44l-15-12q-5-4-5.5-9t2.5-10l2-2q3-5 8-6t10 1l16 8q14-16 32.5-26t39.5-14l1-15q1-5 5-9t9-4h2q5 0 9 4t5 9l1 15q21 4 39.5 14t32.5 26l16-8q5-2 10-1t8 6l2 2q3 5 2.5 10t-5.5 9l-15 12q8 21 8 44t-8 44l15 12q5 4 5.5 9t-2.5 10l-2 2q-3 5-8 6t-10-1l-16-8q-14 16-32.5 26T290-566l-1 15q-1 5-5 9t-9 4h-2q-5 0-9-4t-5-9l-1-15Zm16-26q37 0 62.5-25.5T362-680q0-37-25.5-62.5T274-768q-37 0-62.5 25.5T186-680q0 37 25.5 62.5T274-592Zm356 419q-30-2-56-17t-43-40l-16 7q-5 2-9.5 1t-7.5-6l-2-3q-3-5-2.5-10.5t5.5-8.5l14-10q-14-29-14-60t14-60l-14-10q-5-3-5.5-8.5T496-409l2-3q3-5 7.5-6t9.5 1l16 7q17-25 43-40t56-17l2-18q1-5 5-8.5t9-3.5h4q5 0 9 3.5t5 8.5l2 18q30 2 56 17t43 40l16-7q5-2 9.5-1t7.5 6l2 3q3 5 2.5 10.5T797-390l-14 10q14 29 14 60t-14 60l14 10q5 3 5.5 8.5T800-231l-2 3q-3 5-7.5 6t-9.5-1l-16-7q-17 25-43 40t-56 17l-2 18q-1 5-5 8.5t-9 3.5h-4q-5 0-9-3.5t-5-8.5l-2-18Zm18-27q50 0 85-35t35-85q0-50-35-85t-85-35q-50 0-85 35t-35 85q0 50 35 85t85 35Z"
}));
});
IconMaterialManufacturingW100.displayName = 'OnesyIconMaterialManufacturingW100';
export default IconMaterialManufacturingW100;