UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 740 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 AirplayFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M174.15 210.88A8 8 0 01168 224H88a8 8 0 01-6.15-13.12l40-48a8 8 0 0112.29 0zM208 40H48a24 24 0 00-24 24v112a24 24 0 0024 24h20.22a4 4 0 003.07-1.44l38.28-45.92a24 24 0 0121-8.51 24.68 24.68 0 0116.25 8.94l37.91 45.49a4 4 0 003.07 1.44H208a24 24 0 0024-24V64a24 24 0 00-24-24z" })); exports.default = AirplayFill;