iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 859 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 ArticleMedium = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M56 136a8 8 0 01-8 8H24a8 8 0 010-16h8V64h-8a8 8 0 010-16h16a8 8 0 016.78 3.74L80 104.91l33.22-53.15A8 8 0 01120 48h16a8 8 0 010 16h-8v64h8a8 8 0 010 16h-24a8 8 0 010-16V83.89l-25.22 40.35a8 8 0 01-13.56 0L48 83.89V128a8 8 0 018 8zm112-24h64a8 8 0 000-16h-64a8 8 0 000 16zm64 16h-64a8 8 0 000 16h64a8 8 0 000-16zm0 32H80a8 8 0 000 16h152a8 8 0 000-16zm0 32H80a8 8 0 000 16h152a8 8 0 000-16z" }));
exports.default = ArticleMedium;