iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 894 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 CassetteTapeLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M224 50H32a14 14 0 00-14 14v128a14 14 0 0014 14h192a14 14 0 0014-14V64a14 14 0 00-14-14zM76 194l15-20h74l15 20zm150-2a2 2 0 01-2 2h-29l-22.2-29.6a6 6 0 00-4.8-2.4H88a6 6 0 00-4.8 2.4L61 194H32a2 2 0 01-2-2V64a2 2 0 012-2h192a2 2 0 012 2zM176 82H80a30 30 0 000 60h96a30 30 0 000-60zm-24 12a29.92 29.92 0 000 36h-48a29.92 29.92 0 000-36zm-90 18a18 18 0 1118 18 18 18 0 01-18-18zm114 18a18 18 0 1118-18 18 18 0 01-18 18z" }));
exports.default = CassetteTapeLight;