iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 875 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 ArticleMediumLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M54 136a6 6 0 01-6 6H24a6 6 0 010-12h10V62H24a6 6 0 010-12h16a6 6 0 015.09 2.8L80 108.68l34.91-55.86A6 6 0 01120 50h16a6 6 0 010 12h-10v68h10a6 6 0 010 12h-24a6 6 0 010-12h2V76.92l-28.91 46.26a6 6 0 01-10.18 0L46 76.92V130h2a6 6 0 016 6zm114-26h64a6 6 0 000-12h-64a6 6 0 000 12zm64 20h-64a6 6 0 000 12h64a6 6 0 000-12zm0 32H80a6 6 0 000 12h152a6 6 0 000-12zm0 32H80a6 6 0 000 12h152a6 6 0 000-12z" }));
exports.default = ArticleMediumLight;