google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 2.12 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 ExploreOff = createIcon("ExploreOff", [
[
"path",
{
d: "M2.77 1.77L1.5 3.04L4.28 5.82C4.17 5.98 4.07 6.14 3.97 6.3C3.93 6.37 3.88 6.44 3.84 6.51C3.75 6.66 3.67 6.82 3.59 6.98C3.54 7.08 3.49 7.19 3.43 7.3C3.37 7.44 3.3 7.58 3.24 7.73C3.14 7.97 3.05 8.21 2.97 8.46L2.88 8.76C2.83 8.96 2.78 9.15 2.74 9.35C2.72 9.46 2.7 9.57 2.67 9.68C2.63 9.88 2.6 10.08 2.58 10.29C2.57 10.39 2.55 10.49 2.55 10.59C2.52 10.88 2.5 11.19 2.5 11.5C2.5 17.02 6.98 21.5 12.5 21.5C12.81 21.5 13.12 21.48 13.42 21.45L13.72 21.42C13.92 21.4 14.13 21.36 14.33 21.33C14.44 21.31 14.55 21.29 14.66 21.26C14.86 21.22 15.05 21.17 15.24 21.11C15.34 21.08 15.44 21.06 15.54 21.02C15.79 20.94 16.03 20.85 16.27 20.75C16.42 20.69 16.56 20.62 16.7 20.56C16.81 20.51 16.92 20.46 17.03 20.4C17.19 20.32 17.34 20.24 17.49 20.15C17.56 20.11 17.63 20.06 17.7 20.02C17.86 19.92 18.02 19.82 18.18 19.71L20.96 22.5L22.23 21.23L2.77 1.77ZM6.5 17.5L9.5 11.04L12.96 14.5L6.5 17.5ZM22.5 11.5C22.5 11.81 22.48 12.12 22.45 12.42L22.42 12.72C22.4 12.92 22.36 13.13 22.33 13.33C22.31 13.44 22.29 13.55 22.26 13.66C22.22 13.86 22.17 14.05 22.11 14.24C22.08 14.34 22.06 14.45 22.02 14.55C21.94 14.8 21.85 15.04 21.75 15.28C21.69 15.43 21.62 15.57 21.56 15.71C21.51 15.82 21.46 15.93 21.4 16.04C21.32 16.2 21.24 16.35 21.15 16.5C21.11 16.57 21.06 16.64 21.02 16.71C20.92 16.87 20.82 17.03 20.71 17.19L15.5 11.96L18.5 5.5L12.04 8.5L6.82 3.28C6.98 3.17 7.14 3.07 7.3 2.97C7.37 2.93 7.44 2.88 7.51 2.84C7.66 2.75 7.82 2.67 7.97 2.59C8.08 2.54 8.19 2.49 8.3 2.43C8.44 2.37 8.58 2.3 8.73 2.24C8.97 2.14 9.21 2.05 9.46 1.97L9.77 1.88C9.96 1.83 10.15 1.77 10.35 1.73C10.46 1.71 10.57 1.69 10.68 1.66C10.88 1.62 11.08 1.59 11.29 1.57C11.39 1.56 11.49 1.54 11.59 1.54C11.88 1.52 12.19 1.5 12.5 1.5C18.02 1.5 22.5 5.98 22.5 11.5Z",
key: "x54bg"
}
]
]);
export { ExploreOff as default };
//# sourceMappingURL=explore_off.js.map