iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 806 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 ArticleNyTimesBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M156 92a12 12 0 0112-12h64a12 12 0 010 24h-64a12 12 0 01-12-12zm76 28h-64a12 12 0 000 24h64a12 12 0 000-24zm0 40H80a12 12 0 000 24h152a12 12 0 000-24zm0 40H80a12 12 0 000 24h152a12 12 0 000-24zM96 144a12 12 0 000-24h-4V68h24v4a12 12 0 0024 0V56a12 12 0 00-12-12H32a12 12 0 00-12 12v16a12 12 0 0024 0v-4h24v52h-4a12 12 0 000 24z" }));
exports.default = ArticleNyTimesBold;