UNPKG

@icongo/sti

Version:
37 lines 1.12 kB
import _extends from "@babel/runtime/helpers/extends"; import { jsx as _jsx } from "react/jsx-runtime"; import { jsxs as _jsxs } from "react/jsx-runtime"; var STISlack = props => /*#__PURE__*/_jsxs("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", width: "1em", height: "1em", "aria-label": "Slack", viewBox: "0 0 512 512" }, props, { children: [/*#__PURE__*/_jsx("rect", { width: 512, height: 512, fill: "#fff", rx: "15%" }), /*#__PURE__*/_jsx("g", { fill: "#e01e5a", children: /*#__PURE__*/_jsx("path", { id: "prefix__a", d: "M149 305a39 39 0 0 1-78 0c0-22 17-39 39-39h39zm19 0a39 39 0 0 1 78 0v97a39 39 0 0 1-78 0z" }) }), /*#__PURE__*/_jsx("use", { xlinkHref: "#prefix__a", fill: "#36c5f0", transform: "rotate(90 256 256)" }), /*#__PURE__*/_jsx("use", { xlinkHref: "#prefix__a", fill: "#2eb67d", transform: "rotate(180 256 256)" }), /*#__PURE__*/_jsx("use", { xlinkHref: "#prefix__a", fill: "#ecb22e", transform: "rotate(270 256 256)" })] })); export { STISlack };