UNPKG

iconista

Version:

Thousands of SVG icons with one React component

13 lines (12 loc) 1.32 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 BrandRedux = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-brand-redux", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }), React.createElement("path", { d: "M16.54 7c-.805-2.365-2.536-4-4.54-4-2.774 0-5.023 2.632-5.023 6.496 0 1.956 1.582 4.727 2.512 6" }), React.createElement("path", { d: "M4.711 11.979C3.055 13.856 2.497 16.164 3.5 17.89c1.387 2.39 5.138 2.831 8.501.9 1.703-.979 2.875-3.362 3.516-4.798" }), React.createElement("path", { d: "M15.014 19.99c2.511 0 4.523-.438 5.487-2.1 1.387-2.39-.215-5.893-3.579-7.824-1.702-.979-4.357-1.235-5.927-1.07" }), React.createElement("path", { d: "M10.493 9.862c.48.276 1.095.112 1.372-.366a1 1 0 00-.367-1.365 1.007 1.007 0 00-1.373.366 1 1 0 00.368 1.365zM8.5 15.5a1 1 0 102 0 1 1 0 10-2 0M14.5 14a1 1 0 102 0 1 1 0 10-2 0" })); exports.default = BrandRedux;