@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.69 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 IconMaterialChatAppsScriptW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ChatAppsScriptW100Filled', short_name: 'ChatAppsScript', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M578-186q-5.95 0-9.97-4.04-4.03-4.03-4.03-10 0-5.96 4.03-9.96 4.02-4 9.97-4h195L614-326q-5.16-3.41-6.08-8.71-.92-5.29 2.14-10.38 3.06-5.09 8.5-6Q624-352 629-349l161 112-68-184q-2-5 1-10.5t8-7.5q5-2 11 1t8 8l66 182 51-187q2-5 6.5-8.5t9.5-1.5q5 2 9 6.5t2 9.5l-60 221q-2.88 10.27-10.44 16.13Q816-186 805-186H578ZM300-626h280q5.95 0 9.97-4.04 4.03-4.03 4.03-10 0-5.96-4.03-9.96-4.02-4-9.97-4H300q-5.95 0-9.98 4.04-4.02 4.03-4.02 10 0 5.96 4.02 9.96 4.03 4 9.98 4Zm0 160h160q5.95 0 9.98-4.04 4.02-4.03 4.02-10 0-5.96-4.02-9.96-4.03-4-9.98-4H300q-5.95 0-9.98 4.04-4.02 4.03-4.02 10 0 5.96 4.02 9.96 4.03 4 9.98 4Zm-71 160-57 57q-8 8-17 4.25T146-259v-495q0-24.75 17.63-42.38Q181.25-814 206-814h468q24.75 0 42.38 17.62Q734-778.75 734-754v173q0 9.33-6 15.17-6 5.83-15 5.83-47 2-90.5 17.5T545.54-494Q513-461 497.5-417.5T480-327q0 9-6.22 15T459-306H229Z" }) })));
});
IconMaterialChatAppsScriptW100Filled.displayName = 'OnesyIconMaterialChatAppsScriptW100Filled';
exports.default = IconMaterialChatAppsScriptW100Filled;
;