iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 765 B
JavaScript
;
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 AirplayBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M137.11 152.19a12 12 0 00-18.22 0l-48 56A12 12 0 0080 228h96a12 12 0 009.11-19.81zm-31 51.81L128 178.44 149.91 204zM236 64v112a28 28 0 01-28 28h-4a12 12 0 010-24h4a4 4 0 004-4V64a4 4 0 00-4-4H48a4 4 0 00-4 4v112a4 4 0 004 4h4a12 12 0 010 24h-4a28 28 0 01-28-28V64a28 28 0 0128-28h160a28 28 0 0128 28z" }));
exports.default = AirplayBold;