UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.12 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialEditDocumentW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "EditDocumentW100", short_name: "EditDocument", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M6.8 20.7q-.65 0-1.075-.425Q5.3 19.85 5.3 19.2V4.8q0-.65.425-1.075Q6.15 3.3 6.8 3.3h7.225q.3 0 .588.125.287.125.487.325l3.15 3.15q.2.2.325.487.125.288.125.588v2.85H18V7.7h-2.95q-.325 0-.537-.213-.213-.212-.213-.537V4H6.8q-.3 0-.55.25Q6 4.5 6 4.8v14.4q0 .3.25.55.25.25.55.25h4.25v.7ZM6 20V4v16Zm11.1-5.425.5.475-3.85 3.85v1.05h1.05l3.85-3.85.5.5-3.8 3.825q-.125.125-.25.175-.125.05-.275.05h-1.4q-.15 0-.262-.1-.113-.1-.113-.275v-1.35q0-.15.05-.275.05-.125.175-.25Zm2.05 2.025-2.05-2.025 1.075-1.075q.225-.2.538-.2.312 0 .512.2l1 1q.2.2.2.512 0 .313-.2.538Z" })); }); IconMaterialEditDocumentW100.displayName = 'AmauiIconMaterialEditDocumentW100'; export default IconMaterialEditDocumentW100;