@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.19 kB
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@amaui/ui-react");
const IconMaterialAirplay = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'Airplay', short_name: 'Airplay', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("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';
exports.default = IconMaterialAirplay;