@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 839 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialAdUnitsW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "AdUnitsW100Filled",
short_name: "AdUnits",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M9 7.7q-.15 0-.25-.1t-.1-.25q0-.15.1-.25T9 7h6q.15 0 .25.1t.1.25q0 .15-.1.25t-.25.1Zm-1.2 14q-.625 0-1.062-.438Q6.3 20.825 6.3 20.2V3.8q0-.625.438-1.063Q7.175 2.3 7.8 2.3h8.4q.625 0 1.062.437.438.438.438 1.063v16.4q0 .625-.438 1.062-.437.438-1.062.438ZM7 18.65h10V5.35H7Z"
}));
});
IconMaterialAdUnitsW100Filled.displayName = 'AmauiIconMaterialAdUnitsW100Filled';
export default IconMaterialAdUnitsW100Filled;