UNPKG

@geneui/icons

Version:

Gene UI icons distributed as SVG React components.

24 lines (21 loc) 1.19 kB
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js'; import React from 'react'; var _excluded = ["size", "color"]; var SvgAt = function SvgAt(_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: "M22 12v1.75a3.75 3.75 0 0 1-7.149 1.586c-.818 1.02-2.011 1.664-3.351 1.664-2.508 0-4.5-2.258-4.5-5s1.992-5 4.5-5c1.159 0 2.208.482 3.001 1.272l-.001-.522a.75.75 0 0 1 1.493-.102l.007.102v6a2.25 2.25 0 0 0 4.495.154l.005-.154v-1.75a8.5 8.5 0 1 0-5.515 7.961.75.75 0 0 1 .527 1.405 9.98 9.98 0 0 1-3.512.634c-5.523 0-10-4.477-10-10s4.477-10 10-10c5.43 0 9.848 4.327 9.996 9.72l.004.28v1.75-1.75Zm-10.5-3.5c-1.635 0-3 1.548-3 3.5s1.365 3.5 3 3.5c1.634 0 3-1.548 3-3.5s-1.366-3.5-3-3.5Z", fill: color })); }; export { SvgAt as S };