UNPKG

@geneui/icons

Version:

Gene UI icons distributed as SVG React components.

33 lines (30 loc) 1.63 kB
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js'; import React from 'react'; var _excluded = ["size", "color"]; var SvgRss = function SvgRss(_ref) { var _ref$size = _ref.size, size = _ref$size === void 0 ? 24 : _ref$size, _ref$color = _ref.color, color = _ref$color === void 0 ? "currentColor" : _ref$color, props = _objectWithoutProperties(_ref, _excluded); return /*#__PURE__*/React.createElement("svg", _extends({ width: size, height: size, viewBox: "0 0 24 24", fill: color, xmlns: "http://www.w3.org/2000/svg" }, props), /*#__PURE__*/React.createElement("path", { d: "M6.75 7.5c-.405 0-.75-.317-.75-.722v-.055c0-.393.305-.721.698-.723h.052c6.213 0 11.25 5.037 11.25 11.25v.052a.711.711 0 0 1-.723.698h-.055c-.405 0-.722-.345-.722-.75 0-5.385-4.365-9.75-9.75-9.75Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M13.294 18c.38 0 .701-.287.705-.666l.001-.084a7.25 7.25 0 0 0-7.334-7.25c-.379.005-.666.327-.666.706v.09c0 .399.351.704.75.704a5.75 5.75 0 0 1 5.75 5.75c0 .399.305.75.704.75h.09Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M9 16.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M6.25 3a3.25 3.25 0 0 0-3.25 3.25v11.5a3.25 3.25 0 0 0 3.25 3.25h11.5a3.25 3.25 0 0 0 3.25-3.25v-11.5a3.25 3.25 0 0 0-3.25-3.25h-11.5Zm-1.75 3.25c0-.966.784-1.75 1.75-1.75h11.5c.966 0 1.75.784 1.75 1.75v11.5a1.75 1.75 0 0 1-1.75 1.75h-11.5a1.75 1.75 0 0 1-1.75-1.75v-11.5Z", fill: color })); }; export { SvgRss as S };