UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 850 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 ArticleNyTimesDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M232 104v96H80v-32h48v-64z", opacity: ".2" }), React.createElement("path", { d: "M128 96h104a8 8 0 010 16H128a8 8 0 010-16zm104 32H128a8 8 0 000 16h104a8 8 0 000-16zm0 32H80a8 8 0 000 16h152a8 8 0 000-16zm0 32H80a8 8 0 000 16h152a8 8 0 000-16zM96 144a8 8 0 000-16h-8V64h32v8a8 8 0 0016 0V56a8 8 0 00-8-8H32a8 8 0 00-8 8v16a8 8 0 0016 0v-8h32v64h-8a8 8 0 000 16z" })); exports.default = ArticleNyTimesDuotone;