UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.48 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialExportNotes = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "ExportNotes", short_name: "ExportNotes", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M19 17.7v1.8q0 .2.15.35.15.15.35.15.2 0 .35-.15.15-.15.15-.35v-3q0-.2-.15-.35-.15-.15-.35-.15h-3q-.2 0-.35.15-.15.15-.15.35 0 .2.15.35.15.15.35.15h1.8l-2.45 2.45q-.15.15-.15.35 0 .2.15.35.15.15.35.15.2 0 .35-.15ZM5 21q-.825 0-1.413-.587Q3 19.825 3 19V5q0-.825.587-1.413Q4.175 3 5 3h14q.825 0 1.413.587Q21 4.175 21 5v6.7q-.475-.225-.975-.388-.5-.162-1.025-.237V5H5v14h6.05q.075.55.238 1.05.162.5.387.95Zm0-3v1V5v6.075V11v7Zm2-2q0 .425.287.712Q7.575 17 8 17h3.075q.075-.525.237-1.025.163-.5.363-.975H8q-.425 0-.713.287Q7 15.575 7 16Zm0-4q0 .425.287.712Q7.575 13 8 13h5.1q.8-.75 1.787-1.25.988-.5 2.113-.675-.225-.05-.5-.063Q16.225 11 16 11H8q-.425 0-.713.287Q7 11.575 7 12Zm0-4q0 .425.287.712Q7.575 9 8 9h8q.425 0 .712-.288Q17 8.425 17 8t-.288-.713Q16.425 7 16 7H8q-.425 0-.713.287Q7 7.575 7 8Zm11 15q-2.075 0-3.537-1.462Q13 20.075 13 18q0-2.075 1.463-3.538Q15.925 13 18 13t3.538 1.462Q23 15.925 23 18q0 2.075-1.462 3.538Q20.075 23 18 23Z" })); }); IconMaterialExportNotes.displayName = 'AmauiIconMaterialExportNotes'; export default IconMaterialExportNotes;