@material-ui/icons
Version:
Material Design Svg Icons converted to Material-UI React components.
11 lines • 518 B
JavaScript
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';
export default createSvgIcon(React.createElement(React.Fragment, null, React.createElement("defs", null, React.createElement("path", {
id: "a",
d: "M0 0h24v24H0V0z"
})), React.createElement("defs", null, React.createElement("path", {
id: "c",
d: "M0 0h24v24H0V0z"
})), React.createElement("path", {
d: "M6 22h12l-6-6zM21 3H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h4v-2H3V5h18v12h-4v2h4c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"
})), 'Airplay');