@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.47 kB
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@onesy/ui-react");
const IconMaterialPrecisionManufacturingW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'PrecisionManufacturingW100', short_name: 'PrecisionManufacturing', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M224-200q-10 0-17-7t-7-17q0-10 7-17t17-7h96L216-588q-26-12-41-34t-15-52q0-39 27.5-66.5T254-768q36 0 61 22.5t33 57.5h152v-66q0-6 4-10t10-4q6 0 10 4t4 10v14l74-68q8-8 17.5-9.5T638-814l150 70q6 3 9.5 8.5t.5 11.5q-3 6-8.5 7.5T778-718l-154-72-96 88v56l96 86 154-72q6-3 11.5-1.5t8.5 7.5q3 6-.5 11.5T788-606l-150 70q-9 5-18.5 3t-17.5-9l-74-66v14q0 6-4 10t-10 4q-6 0-10-4t-4-10v-66H348q-3 15-11 30t-17 24l192 358h132q10 0 17 7t7 17q0 10-7 17t-17 7H224Zm30-408q27 0 46.5-19.5T320-674q0-27-19.5-46.5T254-740q-27 0-46.5 19.5T188-674q0 27 19.5 46.5T254-608Zm96 360h130L296-590q-8 5-22 8.5t-26 1.5l102 332Zm130 0Z" }) })));
});
IconMaterialPrecisionManufacturingW100.displayName = 'OnesyIconMaterialPrecisionManufacturingW100';
exports.default = IconMaterialPrecisionManufacturingW100;