UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 956 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialAirplay = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "Airplay", short_name: "Airplay", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M8.425 21q-.675 0-.937-.613-.263-.612.212-1.087l3.6-3.6q.15-.15.325-.213.175-.062.375-.062t.375.062q.175.063.325.213l3.6 3.6q.475.475.213 1.087-.263.613-.938.613ZM4 19q-.825 0-1.412-.587Q2 17.825 2 17V5q0-.825.588-1.413Q3.175 3 4 3h16q.825 0 1.413.587Q22 4.175 22 5v12q0 .825-.587 1.413Q20.825 19 20 19h-2q-.425 0-.712-.288Q17 18.425 17 18t.288-.712Q17.575 17 18 17h2V5H4v12h2q.425 0 .713.288Q7 17.575 7 18t-.287.712Q6.425 19 6 19Zm8-7.5Z" })); }); IconMaterialAirplay.displayName = 'AmauiIconMaterialAirplay'; export default IconMaterialAirplay;