@iconscout/react-unicons-monochrome
Version:
1,100+ vector icons as easy to use React Components
22 lines • 1.08 kB
JavaScript
import * as React from "react";
import "../utils/style.css";
function UimBehanceAlt(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", {
opacity: 1,
"data-name": "Brand Logos"
}, /*#__PURE__*/React.createElement("path", {
d: "M7.5 20H2a1 1 0 0 1-1-1v-7a1 1 0 0 1 1-1h5.5a4.5 4.5 0 0 1 0 9ZM3 18h4.5a2.5 2.5 0 0 0 0-5H3Z"
}), /*#__PURE__*/React.createElement("path", {
d: "M7 13H2a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h5a4 4 0 0 1 0 8zm-4-2h4a2 2 0 0 0 0-4H3zm17-4h-4a1 1 0 0 1 0-2h4a1 1 0 0 1 0 2zm2 7h-8a1 1 0 0 1 0-2h8a1 1 0 0 1 0 2z"
}), /*#__PURE__*/React.createElement("path", {
d: "M18 20a5.006 5.006 0 0 1-5-5v-2a5 5 0 1 1 10 0 1 1 0 0 1-2 0 3 3 0 0 0-6 0v2a2.998 2.998 0 0 0 5.9.754 1 1 0 0 1 1.94.492A4.985 4.985 0 0 1 18 20Z"
})));
}
export default UimBehanceAlt;