@geneui/icons
Version:
Gene UI icons distributed as SVG React components.
24 lines (21 loc) • 1.11 kB
JavaScript
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js';
import React from 'react';
var _excluded = ["size", "color"];
var SvgTextUnderline = function SvgTextUnderline(_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 20 20",
fill: color,
xmlns: "http://www.w3.org/2000/svg"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M5.625 15.834h8.75a.625.625 0 0 1 .085 1.244l-.085.006h-8.75a.625.625 0 0 1-.085-1.245l.085-.005h8.75-8.75Zm8.75-12.5c.316 0 .578.235.62.54l.005.084v5c0 3.662-1.72 5.626-5.002 5.626-3.213 0-4.926-1.88-4.996-5.39l-.002-.236v-5a.625.625 0 0 1 1.244-.084l.006.084v5.001c-.003 3.005 1.195 4.375 3.748 4.375 2.487 0 3.69-1.3 3.75-4.148l.002-.227v-5c0-.346.28-.626.625-.626Z",
fill: color
}));
};
export { SvgTextUnderline as S };