iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.02 kB
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 CassetteTapeDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M168 168l24 32H64l24-32zm8-80a24 24 0 1024 24 24 24 0 00-24-24zm-72 24a24 24 0 10-24 24 24 24 0 0024-24z", opacity: ".2" }),
React.createElement("path", { d: "M224 48H32a16 16 0 00-16 16v128a16 16 0 0016 16h192a16 16 0 0016-16V64a16 16 0 00-16-16zM80 192l12-16h72l12 16zm144 0h-28l-21.6-28.8a8 8 0 00-6.4-3.2H88a8 8 0 00-6.4 3.2L60 192H32V64h192v128zM176 80H80a32 32 0 000 64h96a32 32 0 000-64zm-27.7 16a31.92 31.92 0 000 32h-40.6a31.92 31.92 0 000-32zM64 112a16 16 0 1116 16 16 16 0 01-16-16zm112 16a16 16 0 1116-16 16 16 0 01-16 16z" }));
exports.default = CassetteTapeDuotone;