UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 720 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 AppFilebeat = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", ...props }, React.createElement("path", { className: "euiIcon__fillSecondary", d: "M8 18h16v2H8zM8 13h9v2H8zM8 23h16v2H8z" }), React.createElement("path", { d: "M21.41 0H5a3 3 0 0 0-3 3v26a3 3 0 0 0 3 3h22a3 3 0 0 0 3-3V8.59L21.41 0zM22 3.41L26.59 8H22V3.41zM27 30H5a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h15v8h8v19a1 1 0 0 1-1 1z" })); exports.default = AppFilebeat;