@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 950 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialEditAttributesW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "EditAttributesW100Filled",
short_name: "EditAttributes",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M7 15.7q-1.55 0-2.625-1.075T3.3 12q0-1.55 1.075-2.625T7 8.3h10q1.55 0 2.625 1.075T20.7 12q0 1.55-1.075 2.625T17 15.7Zm1.05-2.3q.15 0 .275-.05.125-.05.25-.175L10.75 11q.1-.1.113-.238.012-.137-.113-.262t-.25-.125q-.125 0-.25.125l-2.2 2.2-.7-.7q-.1-.1-.237-.113-.138-.012-.263.113t-.125.25q0 .125.125.25l.675.675q.125.125.25.175.125.05.275.05Z"
}));
});
IconMaterialEditAttributesW100Filled.displayName = 'AmauiIconMaterialEditAttributesW100Filled';
export default IconMaterialEditAttributesW100Filled;