@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 712 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialAddW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "AddW100",
short_name: "Add",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M12 18.35q-.15 0-.25-.1t-.1-.25v-5.65H6q-.15 0-.25-.1t-.1-.25q0-.15.1-.25t.25-.1h5.65V6q0-.15.1-.25t.25-.1q.15 0 .25.1t.1.25v5.65H18q.15 0 .25.1t.1.25q0 .15-.1.25t-.25.1h-5.65V18q0 .15-.1.25t-.25.1Z"
}));
});
IconMaterialAddW100.displayName = 'AmauiIconMaterialAddW100';
export default IconMaterialAddW100;