@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.03 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialEditAttributesW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "EditAttributesW100",
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.7Zm0-.7h10q1.25 0 2.125-.875T20 12q0-1.25-.875-2.125T17 9H7q-1.25 0-2.125.875T4 12q0 1.25.875 2.125T7 15Zm1.05-1.6q.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.05ZM12 12Z"
}));
});
IconMaterialEditAttributesW100.displayName = 'AmauiIconMaterialEditAttributesW100';
export default IconMaterialEditAttributesW100;