UNPKG

@semcore/icon

Version:
27 lines 1.3 kB
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } import React from 'react'; import { createBaseComponent } from '@semcore/core'; import Icon from '@semcore/icon'; function Rss({ width = '24', height = '24', viewBox = '0 0 24 24', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "Rss", "data-group": "l", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { d: "M3.503 2a1.5 1.5 0 1 0 0 3c9.392 0 15.54 6.786 15.495 15.478a1.5 1.5 0 0 0 3.002.015C22.052 10.208 14.628 2 3.503 2Z", shapeRendering: "geometricPrecision" }), /*#__PURE__*/React.createElement("path", { d: "M12.042 20.472c.08-4.855-3.371-8.555-8.482-8.475a1.5 1.5 0 1 1-.047-3c6.866-.107 11.638 5.036 11.53 11.525a1.5 1.5 0 0 1-3-.05ZM8.004 19a3 3 0 0 1-3.002 3 3 3 0 1 1 3.002-3Z", shapeRendering: "geometricPrecision" })); } Rss.displayName = 'Rss'; export default createBaseComponent(Rss);