iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 764 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 AirplayLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M132.56 156.1a6 6 0 00-9.11 0l-48 56A6 6 0 0080 222h96a6 6 0 004.56-9.9zM93.05 210l35-40.78L163 210zM230 64v112a22 22 0 01-22 22h-8a6 6 0 010-12h8a10 10 0 0010-10V64a10 10 0 00-10-10H48a10 10 0 00-10 10v112a10 10 0 0010 10h8a6 6 0 010 12h-8a22 22 0 01-22-22V64a22 22 0 0122-22h160a22 22 0 0122 22z" }));
exports.default = AirplayLight;