@nant-design/nant-icons
Version:
12 lines (8 loc) • 748 B
JSX
import React from 'react';
export const BalloonOutline = (props) => {
return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...props}>
<path d="M414.11 153.82C429.66 264.4 345.85 357.09 282.54 366s-169.48-57.5-185-167.68a159.82 159.82 0 1 1 316.53-44.49Z" fill="none" stroke="currentColor" strokeMiterlimit="10" strokeWidth="32"/>
<path d="M236.06 308.05c-32.83-13-67.08-43.1-82.27-85.46M367.7 495.78c-32.83-13-63.31-40.06-78.5-82.41" fill="none" stroke="currentColor" strokeLinecap="round" strokeMiterlimit="10" strokeWidth="32"/>
<path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="32" d="m266.71 368.21-9.17 49.61 63.31-8.9-22.49-45.16-31.65 4.45z"/>
</svg>;
};