UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.5 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialExportNotesW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "ExportNotesW100", 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-.1ZM5.8 19.7q-.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-.2-.05-.363-.075-.162-.025-.337-.075V5.8q0-.3-.25-.55Q18.5 5 18.2 5H5.8q-.3 0-.55.25Q5 5.5 5 5.8v12.4q0 .3.25.55.25.25.55.25h5.55q.025.2.05.362.025.163.075.338ZM5 18v1V5v6.375V11.3 18Zm2.65-2.3q0 .15.1.25t.25.1h3.575q.05-.175.125-.338.075-.162.15-.362H8q-.15 0-.25.1t-.1.25Zm0-3.7q0 .15.1.25t.25.1h6.375q.4-.225.725-.388.325-.162.7-.287-.075-.025-.175-.025H8q-.15 0-.25.1t-.1.25Zm0-3.7q0 .15.1.25t.25.1h8q.15 0 .25-.1t.1-.25q0-.15-.1-.25t-.25-.1H8q-.15 0-.25.1t-.1.25ZM18 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.85Z" })); }); IconMaterialExportNotesW100.displayName = 'AmauiIconMaterialExportNotesW100'; export default IconMaterialExportNotesW100;