google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.76 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 ExposureZero = createIcon("ExposureZero", [
[
"path",
{
d: "M16.1355 13C16.1355 14 16.0355 14.85 15.8355 15.55C15.6355 16.25 15.3555 16.82 15.0055 17.25C14.6455 17.69 14.2155 18 13.7055 18.2C13.1955 18.4 12.6355 18.5 12.0055 18.5C11.3855 18.5 10.8255 18.4 10.3155 18.2C9.80547 18 9.36547 17.69 9.00547 17.25C8.64547 16.81 8.35547 16.24 8.15547 15.55C7.95547 14.85 7.85547 14 7.85547 13V10.96C7.85547 9.96 7.95547 9.11 8.15547 8.41C8.35547 7.71 8.63547 7.15 8.99547 6.72C9.35547 6.29 9.79547 5.98 10.3055 5.79C10.8055 5.6 11.3755 5.5 11.9955 5.5C12.6255 5.5 13.1855 5.6 13.6955 5.79C14.2055 5.98 14.6455 6.29 15.0055 6.72C15.3655 7.15 15.6455 7.71 15.8455 8.41C16.0455 9.11 16.1455 9.95 16.1455 10.96V13H16.1355ZM14.0255 10.64C14.0255 10 13.9755 9.46 13.8955 9.02C13.8055 8.58 13.6755 8.23 13.4955 7.96C13.3255 7.69 13.1055 7.5 12.8555 7.38C12.6055 7.25 12.3155 7.19 11.9955 7.19C11.6755 7.19 11.3855 7.25 11.1355 7.37C10.8855 7.49 10.6655 7.68 10.4955 7.95C10.3255 8.22 10.1855 8.57 10.0955 9.01C10.0055 9.45 9.96547 9.99 9.96547 10.63V13.3C9.96547 13.94 10.0155 14.48 10.1055 14.92C10.1955 15.37 10.3355 15.73 10.5055 16.01C10.6755 16.29 10.8955 16.49 11.1455 16.62C11.3955 16.75 11.6855 16.81 12.0155 16.81C12.3455 16.81 12.6355 16.75 12.8855 16.62C13.1355 16.49 13.3455 16.29 13.5155 16.01C13.6855 15.73 13.8155 15.37 13.9055 14.92C13.9955 14.47 14.0355 13.93 14.0355 13.3V10.64H14.0255Z",
key: "1hf9gp"
}
]
]);
export { ExposureZero as default };
//# sourceMappingURL=exposure_zero.js.map