@iconscout/react-unicons-monochrome
Version:
1,100+ vector icons as easy to use React Components
17 lines • 1.01 kB
JavaScript
import * as React from "react";
import "../utils/style.css";
function UimTwitter(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("path", {
opacity: 1,
d: "M22 5.796a8.192 8.192 0 0 1-2.357.646 4.115 4.115 0 0 0 1.805-2.27 8.197 8.197 0 0 1-2.606.996 4.105 4.105 0 0 0-7.097 2.808 4.15 4.15 0 0 0 .105.935 11.65 11.65 0 0 1-8.456-4.287 4.107 4.107 0 0 0 1.27 5.478 4.084 4.084 0 0 1-1.86-.513v.052a4.105 4.105 0 0 0 3.292 4.023 4.082 4.082 0 0 1-1.081.143 4.165 4.165 0 0 1-.773-.072 4.108 4.108 0 0 0 3.832 2.85A8.261 8.261 0 0 1 2 18.282a11.611 11.611 0 0 0 6.29 1.844A11.594 11.594 0 0 0 19.962 8.453q0-.267-.013-.53A8.36 8.36 0 0 0 22 5.796Z",
"data-name": "Brand Logos"
}));
}
export default UimTwitter;