iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 853 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 ArticleMediumThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M52 136a4 4 0 01-4 4H24a4 4 0 010-8h12V60H24a4 4 0 010-8h16a4 4 0 013.39 1.87L80 112.45l36.61-58.57A4 4 0 01120 52h16a4 4 0 010 8h-12v72h12a4 4 0 010 8h-24a4 4 0 010-8h4V70l-32.61 52.12a4 4 0 01-6.78 0L44 70v62h4a4 4 0 014 4zm116-28h64a4 4 0 000-8h-64a4 4 0 000 8zm64 24h-64a4 4 0 000 8h64a4 4 0 000-8zm0 32H80a4 4 0 000 8h152a4 4 0 000-8zm0 32H80a4 4 0 000 8h152a4 4 0 000-8z" }));
exports.default = ArticleMediumThin;