UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 897 B
"use strict"; 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 CassetteTapeThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M224 52H32a12 12 0 00-12 12v128a12 12 0 0012 12h192a12 12 0 0012-12V64a12 12 0 00-12-12zM72 196l18-24h76l18 24zm156-4a4 4 0 01-4 4h-30l-22.8-30.4a4 4 0 00-3.2-1.6H88a4 4 0 00-3.2 1.6L62 196H32a4 4 0 01-4-4V64a4 4 0 014-4h192a4 4 0 014 4zM176 84H80a28 28 0 000 56h96a28 28 0 000-56zM60 112a20 20 0 1120 20 20 20 0 01-20-20zm39.57 20a27.94 27.94 0 000-40h56.86a27.94 27.94 0 000 40zm76.43 0a20 20 0 1120-20 20 20 0 01-20 20z" })); exports.default = CassetteTapeThin;