@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 814 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialAdUnitsFilled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "AdUnitsFilled",
short_name: "AdUnits",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M9 9q-.425 0-.712-.288Q8 8.425 8 8t.288-.713Q8.575 7 9 7h6q.425 0 .713.287Q16 7.575 16 8t-.287.712Q15.425 9 15 9ZM7 23q-.825 0-1.412-.587Q5 21.825 5 21V3q0-.825.588-1.413Q6.175 1 7 1h10q.825 0 1.413.587Q19 2.175 19 3v18q0 .825-.587 1.413Q17.825 23 17 23Zm0-5h10V6H7Z"
}));
});
IconMaterialAdUnitsFilled.displayName = 'AmauiIconMaterialAdUnitsFilled';
export default IconMaterialAdUnitsFilled;