UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.16 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialVisibilityW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "VisibilityW100", short_name: "Visibility", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M480.24-364q56.76 0 96.26-39.74 39.5-39.73 39.5-96.5 0-56.76-39.74-96.26-39.73-39.5-96.5-39.5-56.76 0-96.26 39.74-39.5 39.73-39.5 96.5 0 56.76 39.74 96.26 39.73 39.5 96.5 39.5Zm-.24-28q-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-114 0-209.5-60T115-469q-5-8-7-15.55-2-7.55-2-15.5t2-15.45q2-7.5 7-15.5 60-97 155.5-157T480-748q114 0 209.5 60T845-531q5 8 7 15.55 2 7.55 2 15.5t-2 15.45q-2 7.5-7 15.5-60 97-155.5 157T480-252Zm0-248Zm0 220q113 0 207.5-59.5T832-500q-50-101-144.5-160.5T480-720q-113 0-207.5 59.5T128-500q50 101 144.5 160.5T480-280Z" })); }); IconMaterialVisibilityW100.displayName = 'OnesyIconMaterialVisibilityW100'; export default IconMaterialVisibilityW100;