@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.78 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 IconMaterialMultimodalHandEyeW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'MultimodalHandEyeW100Filled', short_name: 'MultimodalHandEye', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M647.24-576Q586-576 533-604q-53-28-91.27-76.3-3.73-4.7-5.73-9.96-2-5.26-2-11.74t2-11.74q2-5.26 5.82-9.96Q480-772 532.76-800q52.75-28 114-28Q708-828 761-800q53 28 91.27 76.3 3.73 4.7 5.73 9.96 2 5.26 2 11.74t-2 11.74q-2 5.26-5.82 9.96Q814-632 761.24-604q-52.75 28-114 28Zm-.27-64Q673-640 691-657.97t18-44Q709-728 691.03-746t-44-18Q621-764 603-746.03t-18 44Q585-676 602.97-658t44 18Zm.15-28Q633-668 623-677.88q-10-9.88-10-24t9.88-24.12q9.88-10 24-10t24.12 9.88q10 9.88 10 24T671.12-678q-9.88 10-24 10ZM304.85-119q-18.85 0-35.35-7t-30.51-20.85L94-291q-8-8-8-20t8-21q8-8 18-9.5t21 1.5l85 18v-318q0-5.95 4.04-9.97 4.03-4.03 10-4.03 5.96 0 9.96 4.03 4 4.02 4 9.97v270h80v-160q0-5.95 4.04-9.97 4.03-4.03 10-4.03 5.96 0 9.96 4.03 4 4.02 4 9.97v160h80v-100q0-5.95 4.04-9.98 4.03-4.02 10-4.02 5.96 0 9.96 4.02 4 4.03 4 9.98v100h80q0-5.95 4.04-9.98 4.03-4.02 10-4.02 5.96 0 9.96 4.02 4 4.03 4 9.98v117q0 56-39 95t-95 39H304.85Z" }) })));
});
IconMaterialMultimodalHandEyeW100Filled.displayName = 'OnesyIconMaterialMultimodalHandEyeW100Filled';
exports.default = IconMaterialMultimodalHandEyeW100Filled;
;