google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.13 kB
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const DisabledVisible = createIcon("DisabledVisible", [
[
"path",
{
d: "M20.99 12.34C21 12.23 21 12.11 21 12C21 6.48 16.52 2 11 2C5.48 2 1 6.48 1 12C1 17.17 4.93 21.43 9.96 21.95C9.03 21.22 8.24 20.31 7.64 19.27C4.9 18 3 15.22 3 12C3 10.15 3.63 8.45 4.69 7.1L10.35 12.76C10.91 12.36 11.52 12.03 12.17 11.76L6.1 5.69C7.45 4.63 9.15 4 11 4C15.24 4 18.7 7.29 18.98 11.45C19.69 11.67 20.37 11.97 20.99 12.34ZM16 13C12.82 13 10.1 14.87 9 17.5C10.1 20.13 12.82 22 16 22C19.18 22 21.9 20.13 23 17.5C21.9 14.87 19.18 13 16 13ZM16 20C14.62 20 13.5 18.88 13.5 17.5C13.5 16.12 14.62 15 16 15C17.38 15 18.5 16.12 18.5 17.5C18.5 18.88 17.38 20 16 20ZM17.5 17.5C17.5 18.33 16.83 19 16 19C15.17 19 14.5 18.33 14.5 17.5C14.5 16.67 15.17 16 16 16C16.83 16 17.5 16.67 17.5 17.5Z",
key: "1612dx"
}
]
]);
export { DisabledVisible as default };
//# sourceMappingURL=disabled_visible.js.map