UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 780 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 AppSecurityAnalytics = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", ...props }, React.createElement("path", { d: "M25 12h-1V8A8 8 0 1 0 8 8v4H7a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h18a3 3 0 0 0 3-3V15a3 3 0 0 0-3-3zM10 8a6 6 0 1 1 12 0v4H10V8zm16 21a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V15a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v14z" }), React.createElement("path", { className: "euiIcon__fillSecondary", d: "M10 20h2v7h-2zM20 22h2v5h-2zM15 17h2v10h-2z" })); exports.default = AppSecurityAnalytics;