@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.01 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialDoNotDisturbOnFilled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "DoNotDisturbOnFilled",
short_name: "DoNotDisturbOn",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M8 13h8.025q.425 0 .7-.288Q17 12.425 17 12t-.288-.713Q16.425 11 16 11H7.975q-.425 0-.7.287Q7 11.575 7 12t.287.712Q7.575 13 8 13Zm4 9q-2.075 0-3.9-.788-1.825-.787-3.175-2.137-1.35-1.35-2.137-3.175Q2 14.075 2 12t.788-3.9q.787-1.825 2.137-3.175 1.35-1.35 3.175-2.138Q9.925 2 12 2t3.9.787q1.825.788 3.175 2.138 1.35 1.35 2.137 3.175Q22 9.925 22 12t-.788 3.9q-.787 1.825-2.137 3.175-1.35 1.35-3.175 2.137Q14.075 22 12 22Z"
}));
});
IconMaterialDoNotDisturbOnFilled.displayName = 'AmauiIconMaterialDoNotDisturbOnFilled';
export default IconMaterialDoNotDisturbOnFilled;