iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.24 kB
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 Newyorktimes = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M21.272 14.815h-.098a7.632 7.632 0 01-4.363 4.483v-4.483l2.444-2.182-2.444-2.182V7.397a3.917 3.917 0 003.927-3.84c0-2.629-2.509-3.556-3.927-3.556a4.266 4.266 0 00-1.091.12v.131h.556A1.473 1.473 0 0118 1.583a1.428 1.428 0 01-1.488 1.367l-.061-.004c-2.444 0-5.323-1.985-8.454-1.985a4.484 4.484 0 00-4.713 4.178A3.12 3.12 0 005.76 8.346v-.12a1.483 1.483 0 01-.676-1.364 1.844 1.844 0 011.973-1.705l.034.004c2.629 0 6.872 2.182 9.501 2.182h.098v3.142l-2.444 2.182 2.444 2.182v4.549a9.352 9.352 0 01-3.033.469 6.753 6.753 0 01-4.614-1.516l4.429-1.985V7.451l-6.196 2.727a6.545 6.545 0 013.589-3.905v-.098c-4.516 1.004-8.138 4.243-8.138 8.705 0 5.193 4.025 9.12 9.818 9.12 6.011 0 8.727-4.363 8.727-8.814v-.371zM8.858 18.186a6.872 6.872 0 01-2.007-5.16 8.214 8.214 0 01.371-2.596l2.051-.938v8.476l-.415.218z" }));
exports.default = Newyorktimes;