UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 947 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 ArticleMediumFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M216 40H40a16 16 0 00-16 16v144a16 16 0 0016 16h176a16 16 0 0016-16V56a16 16 0 00-16-16zM72 144a8 8 0 01-4.89 7.37A7.86 7.86 0 0164 152H52a8 8 0 010-16h4V88h-4a8 8 0 010-16h12a8 8 0 016.91 4L92 112.12 113.09 76a8 8 0 016.91-4h12a8 8 0 010 16h-4v48h4a8 8 0 010 16h-12a7.86 7.86 0 01-3.11-.63A8 8 0 01112 144v-34.41L98.91 132a8 8 0 01-13.82 0L72 109.59zm128 40H88a8 8 0 010-16h112a8 8 0 010 16zm0-32h-40a8 8 0 010-16h40a8 8 0 010 16zm0-32h-40a8 8 0 010-16h40a8 8 0 010 16z" })); exports.default = ArticleMediumFill;