@geneui/icons
Version:
Gene UI icons distributed as SVG React components.
27 lines (24 loc) • 1.24 kB
JavaScript
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js';
import React from 'react';
var _excluded = ["size", "color"];
var SvgTag = function SvgTag(_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: "M14.92 7.039a1.414 1.414 0 1 0 2 2 1.414 1.414 0 0 0-2-2Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M20.993 5.42a2.42 2.42 0 0 0-2.411-2.413l-5.63-.007a2.401 2.401 0 0 0-1.708.706l-7.538 7.537a2.417 2.417 0 0 0 0 3.415l5.635 5.634a2.414 2.414 0 0 0 3.416 0l7.536-7.535a2.427 2.427 0 0 0 .707-1.71l-.007-5.627Zm-1.767 6.27-7.535 7.536a.91.91 0 0 1-1.284 0l-5.634-5.634a.906.906 0 0 1 0-1.283l7.535-7.535a.911.911 0 0 1 .643-.266l5.628.007a.908.908 0 0 1 .906.907l.007 5.627a.906.906 0 0 1-.266.642Z",
fill: color
}));
};
export { SvgTag as S };