UNPKG

iconista

Version:

Thousands of SVG icons with one React component

14 lines (13 loc) 1.22 kB
"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 AppAdvancedSettings = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", ...props }, React.createElement("path", { className: "euiIcon__fillSecondary", d: "M2.909 26.182h1.939v4.848H2.909z" }), React.createElement("path", { d: "M4.848 16.62V0H2.91v16.62a3.879 3.879 0 1 0 1.94 0zm-.97 5.683a1.94 1.94 0 1 1 0-3.879 1.94 1.94 0 0 1 0 3.879z" }), React.createElement("path", { className: "euiIcon__fillSecondary", d: "M14.545 16.485h1.939V31.03h-1.939z" }), React.createElement("path", { d: "M16.485 6.924V0h-1.94v6.924a3.879 3.879 0 1 0 1.94 0zm-.97 5.682a1.94 1.94 0 1 1 0-3.879 1.94 1.94 0 0 1 0 3.88z" }), React.createElement("path", { className: "euiIcon__fillSecondary", d: "M26.182 26.182h1.939v4.848h-1.939z" }), React.createElement("path", { d: "M28.121 16.62V0h-1.94v16.62a3.879 3.879 0 1 0 1.94 0zm-.97 5.683a1.94 1.94 0 1 1 0-3.879 1.94 1.94 0 0 1 0 3.879z" })); exports.default = AppAdvancedSettings;