UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 933 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const AirplayDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M224 64v112a16 16 0 01-16 16h-52.57L128 160l-27.43 32H48a16 16 0 01-16-16V64a16 16 0 0116-16h160a16 16 0 0116 16z", opacity: ".2" }), React.createElement("path", { d: "M134.08 154.79a8 8 0 00-12.15 0l-48 56A8 8 0 0080 224h96a8 8 0 006.07-13.21zM97.39 208L128 172.29 158.61 208zM232 64v112a24 24 0 01-24 24h-8a8 8 0 010-16h8a8 8 0 008-8V64a8 8 0 00-8-8H48a8 8 0 00-8 8v112a8 8 0 008 8h8a8 8 0 010 16h-8a24 24 0 01-24-24V64a24 24 0 0124-24h160a24 24 0 0124 24z" })); exports.default = AirplayDuotone;