iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 837 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 ClosedCaptioningThin = (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-12zm4 140a4 4 0 01-4 4H32a4 4 0 01-4-4V64a4 4 0 014-4h192a4 4 0 014 4zm-112.54-38.29a4 4 0 01-1.46 5.47 36 36 0 110-62.36 4 4 0 01-4 6.92 28 28 0 100 48.52 4 4 0 015.46 1.45zm80 0a4 4 0 01-1.46 5.47 36 36 0 110-62.36 4 4 0 01-4 6.92 28 28 0 100 48.52 4 4 0 015.46 1.45z" }));
exports.default = ClosedCaptioningThin;