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