iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.46 kB
JavaScript
;
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", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M9.355 12.548c-1.129 0-2.097.968-2.097 2.097v5.226c0 1.129.968 2.097 2.097 2.097s2.097-.968 2.097-2.097v-5.226c0-1.193-.903-2.097-2.097-2.097zM2 14.645c0 1.13.968 2.097 2.097 2.097s2.097-.968 2.097-2.097v-2.097H4.129c-1.161 0-2.129.904-2.129 2.097zM9.355 2c-1.129 0-2.097.968-2.097 2.097s.968 2.097 2.097 2.097h2.097V4.097A2.092 2.092 0 009.355 2zM4.097 11.452h5.258c1.129 0 2.097-.968 2.097-2.097 0-1.13-.968-2.097-2.097-2.097H4.097C2.967 7.258 2 8.226 2 9.355s.903 2.097 2.097 2.097zM19.87 7.258c-1.128 0-2.096.968-2.096 2.097v2.097h2.097c1.129 0 2.096-.968 2.096-2.097a2.113 2.113 0 00-2.096-2.097zM12.548 4.097v5.258c0 1.129.968 2.097 2.097 2.097s2.097-.968 2.097-2.097V4.097c0-1.13-.968-2.097-2.097-2.097a2.092 2.092 0 00-2.097 2.097zM16.742 19.903c0-1.129-.968-2.096-2.097-2.096h-2.097v2.096c0 1.13.968 2.097 2.097 2.097s2.097-.968 2.097-2.097zM19.903 12.548h-5.258c-1.129 0-2.097.968-2.097 2.097 0 1.13.968 2.097 2.097 2.097h5.258c1.13 0 2.097-.968 2.097-2.097a2.092 2.092 0 00-2.097-2.097z", fill: "#323544" }));
exports.default = Slack;