UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 870 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 AppPipeline = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", ...props }, React.createElement("path", { d: "M29 12a3 3 0 0 0-3 3h-4a3 3 0 0 0-3-3h-6a3 3 0 0 0-3 3H6a3 3 0 0 0-3-3H0v14h3a3 3 0 0 0 3-3h4a3 3 0 0 0 3 3h6a3 3 0 0 0 3-3h4a3 3 0 0 0 3 3h3V12h-3zM3 24H2V14h1a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1zm17-3v2a1 1 0 0 1-1 1h-6a1 1 0 0 1-1-1v-2H6v-4h6v-2a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v2h6v4h-6zm10 3h-1a1 1 0 0 1-1-1v-8a1 1 0 0 1 1-1h1v10z" }), React.createElement("path", { className: "euiIcon__fillSecondary", d: "M22 6H10v2h5v2h2V8h5z" })); exports.default = AppPipeline;