@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.22 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 IconMaterialAssistantW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'AssistantW100Filled', short_name: 'Assistant', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M11.475 20.625 9.55 18.7H5.8q-.65 0-1.075-.425Q4.3 17.85 4.3 17.2V4.8q0-.65.425-1.075Q5.15 3.3 5.8 3.3h12.4q.65 0 1.075.425.425.425.425 1.075v12.4q0 .65-.425 1.075-.425.425-1.075.425h-3.75l-1.925 1.925q-.225.225-.525.225-.3 0-.525-.225Zm1.6-8.55 1.55-.7q.25-.125.25-.375t-.25-.375l-1.55-.7-.7-1.55q-.125-.25-.375-.25t-.375.25l-.7 1.55-1.55.7q-.25.125-.25.375t.25.375l1.55.7.7 1.55q.125.25.375.25t.375-.25Z" }) })));
});
IconMaterialAssistantW100Filled.displayName = 'OnesyIconMaterialAssistantW100Filled';
exports.default = IconMaterialAssistantW100Filled;
;