@geneui/icons
Version:
Gene UI icons distributed as SVG React components.
24 lines (21 loc) • 1.16 kB
JavaScript
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js';
import React from 'react';
var _excluded = ["size", "color"];
var SvgTextIndent = function SvgTextIndent(_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: "M3.125 4.167a.625.625 0 0 0 0 1.25h13.75a.625.625 0 1 0 0-1.25h-13.75Zm4.167 3.333a.625.625 0 1 0 0 1.25h9.583a.625.625 0 1 0 0-1.25h-9.583Zm-.625 3.958c0-.345.28-.625.625-.625h9.583a.625.625 0 1 1 0 1.25h-9.583a.625.625 0 0 1-.625-.625Zm-3.542 2.708a.625.625 0 1 0 0 1.25h13.75a.625.625 0 1 0 0-1.25h-13.75Zm-.442-4.974a.625.625 0 1 1 .884-.884l1.25 1.25a.625.625 0 0 1 0 .884l-1.25 1.25a.625.625 0 1 1-.884-.884l.808-.808-.808-.808Z",
fill: color
}));
};
export { SvgTextIndent as S };