styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
16 lines (15 loc) • 1.66 kB
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var React = tslib_1.__importStar(require("react"));
var StyledIconBase_1 = require("../../StyledIconBase");
exports.Slack = React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg",
};
return (React.createElement(StyledIconBase_1.StyledIconBase, tslib_1.__assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }),
React.createElement("path", { d: "M6.194 14.644c0 1.16-.943 2.107-2.103 2.107a2.11 2.11 0 01-2.104-2.107 2.11 2.11 0 012.104-2.106h2.103v2.106zm1.061 0c0-1.16.944-2.106 2.104-2.106a2.11 2.11 0 012.103 2.106v5.274a2.11 2.11 0 01-2.103 2.106 2.108 2.108 0 01-2.104-2.106v-5.274zm2.104-8.455c-1.16 0-2.104-.948-2.104-2.107s.944-2.106 2.104-2.106a2.11 2.11 0 012.103 2.106v2.107H9.359zm0 1.06a2.11 2.11 0 012.103 2.107 2.11 2.11 0 01-2.103 2.106H4.092a2.11 2.11 0 01-2.104-2.106 2.11 2.11 0 012.104-2.107h5.267zm8.447 2.107c0-1.16.943-2.107 2.103-2.107a2.11 2.11 0 012.104 2.107 2.11 2.11 0 01-2.104 2.106h-2.103V9.356zm-1.061 0c0 1.16-.944 2.106-2.104 2.106a2.11 2.11 0 01-2.103-2.106V4.082a2.11 2.11 0 012.103-2.106c1.16 0 2.104.946 2.104 2.106v5.274zm-2.104 8.455c1.16 0 2.104.948 2.104 2.107s-.944 2.106-2.104 2.106a2.11 2.11 0 01-2.103-2.106v-2.107h2.103zm0-1.06a2.11 2.11 0 01-2.103-2.107 2.11 2.11 0 012.103-2.106h5.268a2.11 2.11 0 012.104 2.106 2.11 2.11 0 01-2.104 2.107h-5.268z", key: "k0" })));
});
exports.Slack.displayName = 'Slack';
exports.SlackDimensions = { height: 24, width: 24 };
;