@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 981 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialVpnKeyOffW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "VpnKeyOffW100Filled",
short_name: "VpnKeyOff",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M784-136 508-412h-52q-20 53-68 86.5T280-292q-78 0-133-55T92-480q0-71 46-124t116-62L136-784q-4-4-4.5-9.5T136-804q5-5 10-5t10 5l648 648q4 4 4.5 9.5T804-136q-5 5-10 5t-10-5Zm-36-189L553-520h287q11 0 19.5 8.5T868-492v24q0 11-8.5 19.5T840-440h-80v92q0 6.57-3.5 12.78Q753-329 748-325ZM280-440q17 0 28.5-11.5T320-480q0-9-2.5-16t-7.5-12q-5-5-13-8.5t-17-3.5q-17 0-28.5 11.5T240-480q0 17 11.5 28.5T280-440Z"
}));
});
IconMaterialVpnKeyOffW100Filled.displayName = 'OnesyIconMaterialVpnKeyOffW100Filled';
export default IconMaterialVpnKeyOffW100Filled;