@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 734 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialClarify = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "Clarify",
short_name: "Clarify",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M6 17h7v-2H6Zm10 0h2V7h-2ZM6 13h7v-2H6Zm0-4h7V7H6ZM4 21q-.825 0-1.412-.587Q2 19.825 2 19V5q0-.825.588-1.413Q3.175 3 4 3h16q.825 0 1.413.587Q22 4.175 22 5v14q0 .825-.587 1.413Q20.825 21 20 21Zm0-2h16V5H4v14Zm0 0V5v14Z"
}));
});
IconMaterialClarify.displayName = 'AmauiIconMaterialClarify';
export default IconMaterialClarify;