@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.28 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 IconMaterialAutomationW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'AutomationW100Filled', short_name: 'Automation', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M257-172q-52 0-88.5-36T132-296q0-51 36.5-87.5T257-420q22 0 41 7t35 19l127-127-117-118q-14-14-20-29.5t-6-31.5q0-34 24.5-61t64.5-27h148q40 0 64 27t24 61q0 17-6 32.5T616-638L500-521l126 127q16-12 35.5-19t41.5-7q52 0 88.5 36.5T828-296q0 52-36.5 88T703-172q-53 0-89.5-36T577-296q0-22 7.5-42t21.5-37L480-501 354-374q14 17 21.5 36.5T383-296q0 52-37 88t-89 36Zm149-588q-27 0-43.5 18.5T346-700q0 11 4 22t13 20l117 117 117-117q9-9 13-20t4-22q0-23-16.5-41.5T554-760H406Z" }) })));
});
IconMaterialAutomationW100Filled.displayName = 'OnesyIconMaterialAutomationW100Filled';
exports.default = IconMaterialAutomationW100Filled;