iconista
Version:
Thousands of SVG icons with one React component
16 lines (15 loc) • 1.19 kB
JavaScript
"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 Slack = (props) => React.createElement("svg", { className: "lucide lucide-slack", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", ...props },
React.createElement("rect", { width: "3", height: "8", x: "13", y: "2", rx: "1.5" }),
React.createElement("path", { d: "M19 8.5V10h1.5A1.5 1.5 0 1019 8.5" }),
React.createElement("rect", { width: "3", height: "8", x: "8", y: "14", rx: "1.5" }),
React.createElement("path", { d: "M5 15.5V14H3.5A1.5 1.5 0 105 15.5" }),
React.createElement("rect", { width: "8", height: "3", x: "14", y: "13", rx: "1.5" }),
React.createElement("path", { d: "M15.5 19H14v1.5a1.5 1.5 0 101.5-1.5" }),
React.createElement("rect", { width: "8", height: "3", x: "2", y: "8", rx: "1.5" }),
React.createElement("path", { d: "M8.5 5H10V3.5A1.5 1.5 0 108.5 5" }));
exports.default = Slack;