@geneui/icons
Version:
Gene UI icons distributed as SVG React components.
24 lines (21 loc) • 1.33 kB
JavaScript
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js';
import React from 'react';
var _excluded = ["size", "color"];
var SvgMinimize = function SvgMinimize(_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: "M20.802 3.198c.24.24.261.614.065.879l-.065.075-5.601 5.602 5.124.001c.342 0 .624.254.669.584l.006.091a.675.675 0 0 1-.584.67l-.091.005-6.796-.002h-.014a.651.651 0 0 1-.175-.039l-.088-.04a.672.672 0 0 1-.348-.5l-.006-.094v-6.754a.675.675 0 0 1 1.344-.092l.006.092v5.122l5.6-5.6a.674.674 0 0 1 .954 0Zm-9.699 10.38v6.755a.675.675 0 0 1-1.344.091l-.006-.091v-5.127l-5.6 5.595a.675.675 0 0 1-1.02-.878l.065-.076 5.599-5.594h-5.121a.675.675 0 0 1-.669-.583l-.006-.092c0-.372.302-.675.675-.675l6.8.002.066.008.088.02.047.018.078.036.08.052c.05.038.095.083.132.133l.06.096.037.084.02.064.01.049.005.052v-.008l.004.07Z",
fill: color
}));
};
export { SvgMinimize as S };