UNPKG

@nant-design/nant-icons

Version:

8 lines (6 loc) 866 B
import React from 'react'; export const RainySharp = ({width="410",height="404",...other}) => { return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}> <path d="M364 336H130c-29.5 0-54.92-7.83-73.53-22.64C35.23 296.44 24 271.35 24 240.8c0-26.66 10.08-49.8 29.14-66.91 15.24-13.68 36.17-23.21 59-26.84.06 0 .08 0 .09-.05 6.44-39 23.83-72.09 50.31-95.68A140.24 140.24 0 0 1 256 16c30.23 0 58.48 9.39 81.71 27.17a142.69 142.69 0 0 1 45.36 60.66c29.41 4.82 54.72 17.11 73.19 35.54C477 160.11 488 187.71 488 219.2c0 32.85-13.13 62.87-37 84.52-22.89 20.82-53.8 32.28-87 32.28Zm19-232.18ZM93.82 430.423l49.75-74.627 26.626 17.75-49.751 74.627zm47.997 48.005 81.751-122.627 26.626 17.75-81.752 122.628zm111.995-48.003 49.75-74.627 26.626 17.75-49.75 74.627zm47.996 48.005 81.751-122.628 26.626 17.75-81.752 122.628z"/> </svg>; };