UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 865 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialAutoReadPlay = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "AutoReadPlay", short_name: "AutoReadPlay", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "m11.55 12.975 3.2-2.15q.45-.3.45-.825 0-.525-.45-.825l-3.2-2.15q-.5-.35-1.025-.05-.525.3-.525.9v4.25q0 .6.525.9.525.3 1.025-.05ZM3.7 20.3q-.475.475-1.088.212Q2 20.25 2 19.575V4q0-.825.588-1.413Q3.175 2 4 2h16q.825 0 1.413.587Q22 3.175 22 4v12q0 .825-.587 1.413Q20.825 18 20 18H6Zm.3-3.125L5.175 16H20V4H4ZM4 4v13.175Z" })); }); IconMaterialAutoReadPlay.displayName = 'AmauiIconMaterialAutoReadPlay'; export default IconMaterialAutoReadPlay;