@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 830 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialEditAttributesW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "EditAttributesW100Filled",
short_name: "EditAttributes",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M280-332q-62 0-105-43t-43-105q0-62 43-105t105-43h400q62 0 105 43t43 105q0 62-43 105t-105 43H280Zm63-101 87-87q4-4 4.5-9.5T430-540q-5-5-10-5t-10 5l-88 88-28-28q-4-4-9.5-4.5T274-480q-5 5-5 10t5 10l27 27q9 9 21 9t21-9Z"
}));
});
IconMaterialEditAttributesW100Filled.displayName = 'OnesyIconMaterialEditAttributesW100Filled';
export default IconMaterialEditAttributesW100Filled;