@geneui/icons
Version:
Gene UI icons distributed as SVG React components.
24 lines (21 loc) • 1.15 kB
JavaScript
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js';
import React from 'react';
var _excluded = ["size", "color"];
var SvgTextColor = function SvgTextColor(_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: "M14.792 12.084c1.035 0 1.875.84 1.875 1.875v2.5c0 1.035-.84 1.875-1.875 1.875h-10.417a1.875 1.875 0 0 1-1.875-1.875v-2.5c0-1.036.84-1.875 1.875-1.875h10.417Zm-8.915-2.11 3.128-7.912a.625.625 0 0 1 1.12-.087l.043.087 3.122 7.917a.625.625 0 0 1-1.127.536l-.036-.077-.83-2.105h-3.428l-.83 2.1a.625.625 0 0 1-.73.378l-.08-.026a.625.625 0 0 1-.378-.73l.026-.08 3.128-7.913-3.128 7.912Zm3.709-5.98-1.223 3.09h2.44l-1.217-3.09Z",
fill: color
}));
};
export { SvgTextColor as S };