UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 861 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 BrandSlack = (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-slack", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }), React.createElement("path", { d: "M12 12V6a2 2 0 014 0v6m0-2a2 2 0 112 2h-6M12 12h6a2 2 0 010 4h-6m2 0a2 2 0 11-2 2v-6M12 12v6a2 2 0 01-4 0v-6m0 2a2 2 0 11-2-2h6M12 12H6a2 2 0 010-4h6m-2 0a2 2 0 112-2v6" })); exports.default = BrandSlack;