iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 756 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 AirplayThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M131 157.4a4 4 0 00-6.07 0l-48 56a4 4 0 003 6.6h96a4 4 0 003-6.6zM88.7 212l39.3-45.85L167.3 212zM228 64v112a20 20 0 01-20 20h-8a4 4 0 010-8h8a12 12 0 0012-12V64a12 12 0 00-12-12H48a12 12 0 00-12 12v112a12 12 0 0012 12h8a4 4 0 010 8h-8a20 20 0 01-20-20V64a20 20 0 0120-20h160a20 20 0 0120 20z" }));
exports.default = AirplayThin;