google-material-icons
Version:
A google material icon library package for React applications
29 lines (25 loc) • 939 B
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const RssFeed = createIcon("RssFeed", [
[
"path",
{
d: "M6.39973 19.7797C7.60371 19.7797 8.57973 18.8037 8.57973 17.5997C8.57973 16.3957 7.60371 15.4197 6.39973 15.4197C5.19575 15.4197 4.21973 16.3957 4.21973 17.5997C4.21973 18.8037 5.19575 19.7797 6.39973 19.7797Z",
key: "142780"
}
],
[
"path",
{
d: "M4.21973 4.21973V7.04973C11.2497 7.04973 16.9497 12.7497 16.9497 19.7797H19.7797C19.7797 11.1897 12.8097 4.21973 4.21973 4.21973ZM4.21973 9.87973V12.7097C8.11973 12.7097 11.2897 15.8797 11.2897 19.7797H14.1197C14.1197 14.3097 9.68973 9.87973 4.21973 9.87973Z",
key: "1w12v1"
}
]
]);
export { RssFeed as default };
//# sourceMappingURL=rss_feed.js.map