@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.27 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialVpnKeyAlertW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "VpnKeyAlertW100Filled",
short_name: "VpnKeyAlert",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M280-440q16.5 0 28.25-11.75T320-480q0-16.5-11.75-28.25T280-520q-16.5 0-28.25 11.75T240-480q0 16.5 11.75 28.25T280-440Zm0 148q-78.33 0-133.17-54.76Q92-401.53 92-479.76 92-558 146.83-613q54.84-55 133.17-55 71 0 120.5 43T464-520h226q12.75 0 21.38 8.54 8.62 8.55 8.62 21.17V-312q0 8.5-5.75 14.25T700-292q-8.5 0-14.25-5.75T680-312v-128H464q-14 62-63.5 105T280-292Zm546.04 12q-11.04 0-18.54-7.46-7.5-7.47-7.5-18.5 0-11.04 7.46-18.54 7.47-7.5 18.5-7.5 11.04 0 18.54 7.46 7.5 7.47 7.5 18.5 0 11.04-7.46 18.54-7.47 7.5-18.5 7.5Zm-.08-104q-5.96 0-9.96-4.02-4-4.03-4-9.98v-136q0-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.97v136q0 5.95-4.04 9.98-4.03 4.02-10 4.02Z"
}));
});
IconMaterialVpnKeyAlertW100Filled.displayName = 'OnesyIconMaterialVpnKeyAlertW100Filled';
export default IconMaterialVpnKeyAlertW100Filled;