@react-md/material-icons
Version:
Material Design Icon components for react-md
14 lines (13 loc) • 1.08 kB
JavaScript
// THIS FILE WAS GENERATED BY A SCRIPT AND SHOULD NOT BE UPDATED MANUALLY
import { jsx as _jsx } from "react/jsx-runtime";
import { forwardRef } from "react";
import { SVGIcon } from "@react-md/core/icon/SVGIcon";
export default /*#__PURE__*/ forwardRef(function ExposureZeroTwoToneIcon(props, ref) {
return /*#__PURE__*/ _jsx(SVGIcon, {
...props,
ref: ref,
children: /*#__PURE__*/ _jsx("path", {
d: "M15.01 6.22c-.36-.43-.8-.74-1.31-.93S12.63 5 12 5c-.62 0-1.19.1-1.69.29-.51.19-.95.5-1.31.93s-.64.99-.84 1.69q-.3 1.05-.3 2.55v2.04q0 1.5.3 2.55c.2.69.49 1.26.85 1.7s.8.75 1.31.95 1.07.3 1.69.3c.63 0 1.19-.1 1.7-.3s.94-.51 1.3-.95c.35-.43.63-1 .83-1.7q.3-1.05.3-2.55h.01v-2.04c0-1.01-.1-1.85-.3-2.55s-.48-1.26-.84-1.69m-.97 6.58c0 .63-.04 1.17-.13 1.62s-.22.81-.39 1.09-.38.48-.63.61-.54.19-.87.19-.62-.06-.87-.19-.47-.33-.64-.61-.31-.64-.4-1.09c-.09-.44-.14-.98-.14-1.62v-2.67c0-.64.04-1.18.13-1.62s.23-.79.4-1.06.39-.46.64-.58.54-.18.86-.18.61.06.86.19c.25.12.47.31.64.58.18.27.31.62.4 1.06.08.44.13.98.13 1.62h.01z"
})
});
});