UNPKG

@iconscout/react-unicons-monochrome

Version:

1,100+ vector icons as easy to use React Components

27 lines 1.5 kB
import * as React from "react"; import "../utils/style.css"; function UimSlack(props) { return /*#__PURE__*/React.createElement("svg", Object.assign({}, props, { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: props.size || '1em', height: props.size || '1em', fill: "currentColor", className: `ui-svg-inline ${props.className || ''}` }), /*#__PURE__*/React.createElement("g", { "data-name": "Brand Logos" }, /*#__PURE__*/React.createElement("path", { opacity: 1, d: "M9.33823,2A1.99959,1.99959,0,0,0,9.339,5.99918h1.99633V4.00041A1.99944,1.99944,0,0,0,9.33823,2h0m0,5.33333H4.01631a2,2,0,0,0-.00082,4H9.33823a2,2,0,0,0,0-4Z" }), /*#__PURE__*/React.createElement("path", { opacity: 0.25, d: "M21.98,9.33293a1.99633,1.99633,0,1,0-3.99266,0v2.0004h1.99633A1.99824,1.99824,0,0,0,21.98,9.33293Zm-5.32273,0V3.99959a1.99593,1.99593,0,1,0-3.99185,0V9.33293a1.99593,1.99593,0,1,0,3.99185,0Z" }), /*#__PURE__*/React.createElement("path", { opacity: 0.7, d: "M14.661,22a1.99959,1.99959,0,0,0,0-3.99918H12.66463v1.99959A1.9991,1.9991,0,0,0,14.661,22Zm0-5.33415h5.32273a2,2,0,0,0,.00082-4H14.66177a2,2,0,0,0-.00081,4Z" }), /*#__PURE__*/React.createElement("path", { opacity: 0.5, d: "M2.02,14.66626a1.99633,1.99633,0,1,0,3.99266,0V12.66667H4.01631A1.99806,1.99806,0,0,0,2.02,14.66626Zm5.32273,0v5.33333a1.99593,1.99593,0,1,0,3.99185.00082V14.66789a1.99593,1.99593,0,1,0-3.99185-.00163h0" }))); } export default UimSlack;