@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.13 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialVpnKeyOffW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "VpnKeyOffW100",
short_name: "VpnKeyOff",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M784-136 508-412h-52q-20 53-67.97 86.5Q340.07-292 280-292q-78.33 0-133.17-54.83Q92-401.67 92-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-5ZM680-393l-47-47h47v47Zm96 96-23-23h7v-120h80v-80H553l-28-28h315q11 0 19.5 8.5T868-520v80q0 11-8.5 19.5T840-412h-52v92q0 7.39-3.55 13.14-3.54 5.75-8.45 9.86Zm-496-23q63 0 103.5-37.5T434-440h46L280-640q-66 0-113 47t-47 113q0 66 47 113t113 47Zm0-120q-16.5 0-28.25-11.75T240-480q0-16.5 11.75-28.25T280-520q16.5 0 28.25 11.75T320-480q0 16.5-11.75 28.25T280-440Zm308-45Zm-288 5Z"
}));
});
IconMaterialVpnKeyOffW100.displayName = 'OnesyIconMaterialVpnKeyOffW100';
export default IconMaterialVpnKeyOffW100;