@iconscout/react-unicons-monochrome
Version:
1,100+ vector icons as easy to use React Components
20 lines • 2.9 kB
JavaScript
import * as React from "react";
import "../utils/style.css";
function UimDiscord(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: 1,
d: "M18.8914,2H5.10867A2.11371,2.11371,0,0,0,3,4.11887V18.02513A2.11365,2.11365,0,0,0,5.1086,20.144h11.664l-.5452-1.90287,1.3166,1.224,1.24453,1.152L21,22.5714V4.11887A2.11365,2.11365,0,0,0,18.8914,2ZM14.92113,15.4332s-.37026-.44233-.67886-.8332A3.24572,3.24572,0,0,0,16.104,13.376a5.87911,5.87911,0,0,1-1.18287.6068,6.76855,6.76855,0,0,1-1.4914.44233,7.20545,7.20545,0,0,1-2.664-.01026,8.64138,8.64138,0,0,1-1.512-.44227,6.0347,6.0347,0,0,1-.75093-.34973c-.0308-.0206-.06167-.03087-.09253-.05147a.14216.14216,0,0,1-.04114-.0308c-.18513-.10286-.288-.17486-.288-.17486a3.19892,3.19892,0,0,0,1.8,1.21366c-.30853.39094-.68913.85373-.68913.85373a3.72917,3.72917,0,0,1-3.13713-1.56339A13.77448,13.77448,0,0,1,7.536,7.87313a5.08623,5.08623,0,0,1,2.89027-1.08l.10286.12347A6.93739,6.93739,0,0,0,7.824,8.264s.22627-.1234.6068-.29827a7.72409,7.72409,0,0,1,2.33493-.648,1.00858,1.00858,0,0,1,.17487-.0206,8.70335,8.70335,0,0,1,2.07774-.02053,8.38443,8.38443,0,0,1,3.09593.9874,6.84531,6.84531,0,0,0-2.56114-1.30626l.144-.16454a5.0856,5.0856,0,0,1,2.89027,1.08,13.77354,13.77354,0,0,1,1.4812,5.99654,3.76,3.76,0,0,1-3.14747,1.56339Zm-4.78286-4.80347a1.05285,1.05285,0,1,0,.00007,0m3.75426,0a1.14579,1.14579,0,1,0,1.04906,1.14167,1.09584,1.09584,0,0,0-1.04906-1.14167"
}), /*#__PURE__*/React.createElement("path", {
opacity: 0.25,
d: "M14.92113,15.4332s-.37026-.44233-.67886-.8332A3.24572,3.24572,0,0,0,16.104,13.376a5.87911,5.87911,0,0,1-1.18287.6068,6.76855,6.76855,0,0,1-1.4914.44233,7.20545,7.20545,0,0,1-2.664-.01026,8.64138,8.64138,0,0,1-1.512-.44227,6.0347,6.0347,0,0,1-.75093-.34973c-.0308-.0206-.06167-.03087-.09253-.05147a.14216.14216,0,0,1-.04114-.0308c-.18513-.10286-.288-.17486-.288-.17486a3.19892,3.19892,0,0,0,1.8,1.21366c-.30853.39094-.68913.85373-.68913.85373a3.72917,3.72917,0,0,1-3.13713-1.56339A13.77448,13.77448,0,0,1,7.536,7.87313a5.08623,5.08623,0,0,1,2.89027-1.08l.10286.12347A6.93739,6.93739,0,0,0,7.824,8.264s.22627-.1234.6068-.29827a7.72409,7.72409,0,0,1,2.33493-.648,1.00858,1.00858,0,0,1,.17487-.0206,8.70335,8.70335,0,0,1,2.07774-.02053,8.38443,8.38443,0,0,1,3.09593.9874,6.84531,6.84531,0,0,0-2.56114-1.30626l.144-.16454a5.0856,5.0856,0,0,1,2.89027,1.08,13.77354,13.77354,0,0,1,1.4812,5.99654,3.76,3.76,0,0,1-3.14747,1.56339Zm-4.78286-4.80347a1.05285,1.05285,0,1,0,.00007,0m3.75426,0a1.14579,1.14579,0,1,0,1.04906,1.14167,1.09584,1.09584,0,0,0-1.04906-1.14167"
}));
}
export default UimDiscord;