UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 973 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialDrafts = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "Drafts", short_name: "Drafts", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M4 21q-.825 0-1.412-.587Q2 19.825 2 19V8.15q0-.525.25-1t.7-.75l8.025-4.8q.25-.15.5-.213.25-.062.525-.062t.525.062q.25.063.5.213l8.025 4.8q.45.275.7.75.25.475.25 1V19q0 .825-.587 1.413Q20.825 21 20 21Zm8-8.525q.125 0 .25-.025t.25-.1L19.8 8l-7.3-4.35q-.125-.075-.25-.1-.125-.025-.25-.025t-.25.025q-.125.025-.25.1L4.2 8l7.3 4.35q.125.075.25.1.125.025.25.025ZM4 19h16v-8.8l-6.975 4.175q-.25.15-.5.225-.25.075-.525.075t-.525-.075q-.25-.075-.5-.225L4 10.2V19Zm0 0h16Z" })); }); IconMaterialDrafts.displayName = 'AmauiIconMaterialDrafts'; export default IconMaterialDrafts;