@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.02 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialEyeglassesW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "EyeglassesW100",
short_name: "Eyeglasses",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("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"
}));
});
IconMaterialEyeglassesW100.displayName = 'OnesyIconMaterialEyeglassesW100';
export default IconMaterialEyeglassesW100;