UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.42 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialExportNotesW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "ExportNotesW100Filled", short_name: "ExportNotes", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M19.125 17.525v1.65q0 .15.1.25t.25.1q.15 0 .25-.1t.1-.25V16.7q0-.15-.112-.262-.113-.113-.263-.113h-2.475q-.15 0-.25.1t-.1.25q0 .15.1.25t.25.1h1.65l-2.2 2.2q-.1.1-.113.237-.012.138.113.263.1.1.25.1t.25-.1ZM18 21.85q-1.55 0-2.625-1.075T14.3 18.15q0-1.55 1.075-2.625T18 14.45q1.55 0 2.625 1.075T21.7 18.15q0 1.55-1.075 2.625T18 21.85ZM8 8.65h8q.15 0 .25-.1t.1-.25q0-.15-.1-.25t-.25-.1H8q-.15 0-.25.1t-.1.25q0 .15.1.25t.25.1Zm3.475 11.05H5.8q-.625 0-1.062-.438Q4.3 18.825 4.3 18.2V5.8q0-.625.438-1.063Q5.175 4.3 5.8 4.3h12.4q.625 0 1.063.437.437.438.437 1.063v5.725q-.425-.1-.85-.163-.425-.062-.85-.062-.575 0-1.125.1t-1.075.275q-.075-.025-.175-.025H8q-.15 0-.25.1t-.1.25q0 .15.1.25t.25.1h6.375q-.85.55-1.488 1.312-.637.763-1.037 1.688H8q-.15 0-.25.1t-.1.25q0 .15.1.25t.25.1h3.575q-.125.475-.2.962-.075.488-.075.988 0 .35.025.85t.15.85Z" })); }); IconMaterialExportNotesW100Filled.displayName = 'AmauiIconMaterialExportNotesW100Filled'; export default IconMaterialExportNotesW100Filled;