UNPKG

iconista

Version:

Thousands of SVG icons with one React component

13 lines (12 loc) 980 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 AppSearchProfiler = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", ...props }, React.createElement("path", { className: "euiIcon__fillSecondary", d: "M11.63 8h7.38v2h-7.38z" }), React.createElement("path", { d: "M7 8h3.19v2H7z" }), React.createElement("path", { className: "euiIcon__fillSecondary", d: "M7 16h7.38v2H7z" }), React.createElement("path", { d: "M15.81 16H19v2h-3.19zM7 12h9v2H7z" }), React.createElement("path", { d: "M13 0C5.82 0 0 5.82 0 13s5.82 13 13 13 13-5.82 13-13A13 13 0 0 0 13 0zm0 24C6.925 24 2 19.075 2 13S6.925 2 13 2s11 4.925 11 11-4.925 11-11 11zM22.581 23.993l1.414-1.414 7.708 7.708-1.414 1.414z" })); exports.default = AppSearchProfiler;