UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 891 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 ArticleMediumBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M56 132a12 12 0 01-12 12H24a12 12 0 010-24h4V68h-4a12 12 0 010-24h16a12 12 0 0110 5.33l30 45 30-45A12 12 0 01120 44h16a12 12 0 010 24h-4v52h4a12 12 0 010 24h-20a12 12 0 01-8-20.93V95.63l-18 27a12 12 0 01-20 0l-18-27v27.44a12 12 0 014 8.93zm120-28h56a12 12 0 000-24h-56a12 12 0 000 24zm56 16h-56a12 12 0 000 24h56a12 12 0 000-24zm0 40H80a12 12 0 000 24h152a12 12 0 000-24zm0 40H80a12 12 0 000 24h152a12 12 0 000-24z" })); exports.default = ArticleMediumBold;