@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 778 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialDiamondW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "DiamondW100Filled",
short_name: "Diamond",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M359-614h242L501-814h-42L359-614Zm107 436v-408H126l340 408Zm28 0 340-408H494v408Zm138-436h212l-83-167q-8.37-15-22.44-24-14.07-9-31.56-9H532l100 200Zm-516 0h212l100-200H253q-17.49 0-31.56 9T199-781l-83 167Z"
}));
});
IconMaterialDiamondW100Filled.displayName = 'OnesyIconMaterialDiamondW100Filled';
export default IconMaterialDiamondW100Filled;