@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 818 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const Airplay = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "airplay" }), _jsx("path", { className: 'dry-icon-airplay', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M4 16a3 3 0 0 1-3-3V5.8c0-1.68 0-2.52.327-3.162a3 3 0 0 1 1.311-1.311C3.28 1 4.12 1 5.8 1h10.4c1.68 0 2.52 0 3.162.327a3 3 0 0 1 1.311 1.311C21 3.28 21 4.12 21 5.8V13a3 3 0 0 1-3 3M7.708 19h6.584c.545 0 .817 0 .955-.111a.5.5 0 0 0 .185-.396c-.002-.177-.177-.387-.526-.805l-3.291-3.95c-.212-.254-.317-.38-.443-.427a.5.5 0 0 0-.344 0c-.126.047-.231.173-.443.427l-3.292 3.95c-.348.418-.523.628-.525.805a.5.5 0 0 0 .185.396c.138.111.41.111.955.111Z' })] }));
//# sourceMappingURL=Airplay.js.map