@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 766 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialDiamondW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "DiamondW100Filled",
short_name: "Diamond",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "m8.975 8.65 2.5-5h1.05l2.5 5Zm2.675 10.9-8.5-10.2h8.5Zm.7 0V9.35h8.5Zm3.45-10.9-2.5-5h4.375q.425 0 .787.225.363.225.563.6L21.1 8.65Zm-12.9 0 2.075-4.175q.2-.375.563-.6.362-.225.787-.225H10.7l-2.5 5Z"
}));
});
IconMaterialDiamondW100Filled.displayName = 'AmauiIconMaterialDiamondW100Filled';
export default IconMaterialDiamondW100Filled;