@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 892 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialEditAttributesW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "EditAttributesW100",
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 43H280Zm0-28h400q50 0 85-35t35-85q0-50-35-85t-85-35H280q-50 0-85 35t-35 85q0 50 35 85t85 35Zm63-73 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-9Zm137-47Z"
}));
});
IconMaterialEditAttributesW100.displayName = 'OnesyIconMaterialEditAttributesW100';
export default IconMaterialEditAttributesW100;