@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.29 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 IconMaterialEyeglassesW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'EyeglassesW100Filled', short_name: 'Eyeglasses', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M305-358q32 0 58.5-19t37.5-50l12-39q17-51-9.5-93.5T329-602H186l19 156q5 38 33.5 63t66.5 25Zm350 0q38 0 66.5-25t33.5-63l19-156H632q-48 0-75 42.5T547-466l12 39q11 31 37.5 50t58.5 19Zm-350 28q-48 0-84.5-32T178-443l-20-159h-18q-6 0-10-4t-4-10q0-6 4-10t10-4h189q32 0 60 18t46 50h91q18-32 46-50t60-18h188q6 0 10 4t4 10q0 6-4 10t-10 4h-18l-20 159q-6 49-42.5 81T655-330q-42 0-75-24t-47-63l-12-39q-3-10-5-21t-4-33h-64q-2 20-4 31.5t-5 21.5l-12 39q-13 39-46.5 63.5T305-330Z" }) })));
});
IconMaterialEyeglassesW100Filled.displayName = 'OnesyIconMaterialEyeglassesW100Filled';
exports.default = IconMaterialEyeglassesW100Filled;
;