iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 791 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 ClosedCaptioningBold = (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 144H36V68h184zM52 128a44 44 0 0166-38.11 12 12 0 01-12 20.78 20 20 0 100 34.66 12 12 0 1112 20.77A44 44 0 0152 128zm80 0a44 44 0 0166-38.11 12 12 0 01-12 20.78 20 20 0 100 34.66 12 12 0 1112 20.77 44 44 0 01-66-38.1z" }));
exports.default = ClosedCaptioningBold;