@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.56 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialVisibilityLockW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "VisibilityLockW100",
short_name: "VisibilityLock",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M480-392q-45 0-76.5-31.5T372-500q0-45 31.5-76.5T480-608q45 0 76.5 31.5T588-500q0 45-31.5 76.5T480-392Zm0 140q-115.01 0-215.01-59.5Q165-371 110.8-472.35q-3.8-6.65-5.3-13.15T104-500q0-8 1.5-14.5t5.3-13.15Q165-629 264.99-688.5 364.99-748 480-748q112 0 206 54t152 147q3 5 2 11t-6 9q-5 3-11.5 1t-9.5-7q-54-87-142.24-137-88.25-50-190.76-50-113 0-207.5 59.5T128-500q50 101 144.5 160.5T480-280q14 0 27.67-1 13.66-1 27.33-3 5-1 9.5 3t4.5 9.42q0 5.77-4 10.17-4 4.41-10 5.41-13.75 2-27.5 3t-27.5 1Zm0-112q20.6 0 39.8-6 19.2-6 35.2-17 8-28 22.5-51t36.5-41q1-5 1.5-10.5t.5-10.5q0-56.67-39.74-96.33Q536.53-636 479.76-636q-56.76 0-96.26 39.74-39.5 39.73-39.5 96.5 0 56.76 39.67 96.26Q423.33-364 480-364Zm-5-136Zm184 329q-12.75 0-21.37-8.63Q629-188.25 629-201v-105q0-13 10.5-21t24.5-8v-40q0-26.81 19.13-45.91 19.14-19.09 46-19.09 26.87 0 45.37 19.09Q793-401.81 793-375v40q14 0 24.5 8t10.5 21v105q0 12.75-8.62 21.37Q810.75-171 798-171H659Zm33-164h73v-40q0-17-9.5-27T729-412q-17 0-27 10t-10 27v40Z"
}));
});
IconMaterialVisibilityLockW100.displayName = 'OnesyIconMaterialVisibilityLockW100';
export default IconMaterialVisibilityLockW100;