@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.68 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 IconMaterialAutomationW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'AutomationW100', short_name: 'Automation', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M256.98-172q-51.98 0-88.48-36-36.5-36-36.5-87.5t36.72-88Q205.44-420 257-420q22 0 40.95 6.81Q316.89-406.38 333-394l127-127-117-118q-14-14-20-29.55t-6-31.46Q317-734 341.48-761q24.47-27 64.52-27h148q39.6 0 63.8 26.91Q642-734.18 642-700q0 17-6 32.5T616-638L500-521l126 127q16-12 35.5-19t41.5-7q51.56 0 88.28 36.42Q828-347.15 828-296q0 52-36.72 88T703-172q-53 0-89.5-36T577-296q0-22 7.5-42t21.5-37L480-501 354-374q13.87 17.44 21.43 36.72Q383-318 383-296q0 52-37.02 88t-89 36Zm.32-28q40.3 0 69-28.2Q355-256.4 355-296q0-39.6-28.7-67.8-28.7-28.2-69-28.2t-68.8 28.2Q160-335.6 160-296q0 39.6 28.5 67.8Q217-200 257.3-200Zm445.4 0q40.3 0 68.8-28.2T800-296q0-39.6-28.5-67.8Q743-392 702.7-392t-69 28.2Q605-335.6 605-296q0 39.6 28.7 67.8 28.7 28.2 69 28.2ZM406-760q-27 0-43.5 18.5T346-700.33q0 11.33 4 22.33 4 11 13 20l117 117 117-117q9-9 13-19.77t4-22.26q0-22.97-16.5-41.47T554-760H406ZM258-296Zm445 0Z" }) })));
});
IconMaterialAutomationW100.displayName = 'OnesyIconMaterialAutomationW100';
exports.default = IconMaterialAutomationW100;
;