UNPKG

@scientist-softserv/webstore-component-library

Version:

A React component library intended for use with WebStore applications

16 lines (13 loc) 1.4 kB
import * as React from 'react' const Rss = ({ height, fill }) => ( <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width={height} height={height} fill={fill} > <path d='M238 0h36c5.91.77 11.83 1.46 17.72 2.32 42.23 6.16 80.87 21.39 115.14 46.87 54.73 40.69 88.68 94.57 101.14 161.76 1.66 8.96 2.68 18.03 4 27.06v36c-.33 1.43-.79 2.84-.98 4.29-1.14 8.4-1.74 16.9-3.38 25.19-11.3 57.21-38.41 105.6-82.1 144.32-37.54 33.26-81.29 53.65-130.94 61.22-6.86 1.05-13.73 1.98-20.6 2.97h-35c-8.22-1.09-16.49-1.9-24.65-3.31-50.09-8.67-94.26-29.72-131.64-64.28-42.15-38.98-68.44-86.86-78.68-143.42C2.41 292.04 1.33 283 0 274v-36c1.1-8.03 1.92-16.11 3.34-24.08C13.62 156.18 39.78 106.94 83.1 67.24c36.7-33.64 79.72-54.85 128.86-63.36 8.65-1.5 17.36-2.6 26.04-3.88Zm151.73 390.43c8.28-148.89-124.63-277.09-268.11-268.06v46.23c61.78-.89 115 19.54 158.52 63 43.64 43.58 64.12 96.95 63.25 158.82h46.34Zm-140.99-.3c.66.22 1.12.52 1.58.52 13.99.04 27.98-.02 41.97.11 3.13.03 3.71-1.73 3.56-4.1-.62-9.95-.37-20.07-2.17-29.81-10.86-58.81-43.49-101.15-97.74-126.43-21.39-9.97-44.21-14.23-67.77-14.36-6.88-.04-6.88.16-6.88 6.87v40.38c36.03-.96 66.83 10.15 91.96 35.23 25.25 25.2 36.43 56.15 35.49 91.61Zm-126.13-39.38c0 21.56 17.56 39.72 38.54 39.86 20.74.13 38.8-18.28 38.88-39.65.09-21.68-17.82-40.1-38.93-40.04-21.03.06-38.49 18.13-38.49 39.83Z' /> </svg> ) export default Rss