iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 823 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 CassetteTapeBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M224 44H32a20 20 0 00-20 20v128a20 20 0 0020 20h192a20 20 0 0020-20V64a20 20 0 00-20-20zm-4 144h-37l-12.6-16.8a8 8 0 00-6.4-3.2H92a8 8 0 00-6.4 3.2L73 188H36V68h184zM82 152h92a34 34 0 000-68H82a34 34 0 000 68zm0-44a10 10 0 11-10 10 10 10 0 0110-10zm102 10a10 10 0 11-10-10 10 10 0 0110 10zm-42.5 10h-27a34.08 34.08 0 000-20h27a34.08 34.08 0 000 20z" }));
exports.default = CassetteTapeBold;