@iconscout/react-unicons-monochrome
Version:
1,100+ vector icons as easy to use React Components
26 lines • 1.09 kB
JavaScript
import * as React from "react";
import "../utils/style.css";
function UimSlackAlt(props) {
return /*#__PURE__*/React.createElement("svg", Object.assign({}, props, {
xmlns: "http://www.w3.org/2000/svg",
"data-name": "Layer 1",
viewBox: "0 0 24 24",
width: props.size || '1em',
height: props.size || '1em',
fill: "currentColor",
className: `ui-svg-inline ${props.className || ''}`
}), /*#__PURE__*/React.createElement("path", {
opacity: 0.25,
d: "M9.34 2a2 2 0 0 0 0 4h2V4a2 2 0 0 0-2-2m0 5.33H4a2 2 0 1 0 0 4h5.34a2 2 0 0 0 0-4"
}), /*#__PURE__*/React.createElement("path", {
opacity: 0.5,
d: "M22 9.33a2 2 0 1 0-4 0v2h2a2 2 0 0 0 2-2m-5.32 0V4a2 2 0 1 0-4 0v5.33a2 2 0 1 0 4 0"
}), /*#__PURE__*/React.createElement("path", {
opacity: 0.7,
d: "M14.66 22a2 2 0 0 0 0-4h-2v2a2 2 0 0 0 2 2m0-5.33H20a2 2 0 0 0 0-4h-5.34a2 2 0 0 0 0 4"
}), /*#__PURE__*/React.createElement("path", {
opacity: 1,
d: "M2 14.67a2 2 0 1 0 4 0v-2H4a2 2 0 0 0-2 2m5.32 0V20a2 2 0 1 0 4 0v-5.33a2 2 0 1 0-4 0"
}));
}
export default UimSlackAlt;