@geneui/icons
Version:
Gene UI icons distributed as SVG React components.
24 lines (21 loc) • 1.45 kB
JavaScript
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js';
import React from 'react';
var _excluded = ["size", "color"];
var SvgDataBar = function SvgDataBar(_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: "M18.688 3c-1.277 0-2.313 1.007-2.313 2.25v13.5c0 1.243 1.036 2.25 2.313 2.25 1.278 0 2.314-1.007 2.314-2.25v-13.5c0-1.243-1.036-2.25-2.314-2.25Zm-6.686 4c-1.278 0-2.314 1.007-2.314 2.25v9.5c0 1.243 1.036 2.25 2.314 2.25s2.313-1.007 2.313-2.25v-9.5c0-1.243-1.035-2.25-2.313-2.25Zm-6.686 4c-1.278 0-2.314 1.007-2.314 2.25v5.5c0 1.243 1.036 2.25 2.314 2.25 1.277 0 2.313-1.007 2.313-2.25v-5.5c0-1.243-1.036-2.25-2.313-2.25Zm13.372-6.5a.76.76 0 0 1 .77.75v13.5a.76.76 0 0 1-.77.75.76.76 0 0 1-.77-.75v-13.5a.76.76 0 0 1 .77-.75Zm-6.686 4a.76.76 0 0 1 .77.75v9.5a.76.76 0 0 1-.77.75.76.76 0 0 1-.77-.75v-9.5a.76.76 0 0 1 .77-.75Zm-6.686 4a.76.76 0 0 1 .77.75v5.5a.76.76 0 0 1-.77.75.76.76 0 0 1-.771-.75v-5.5a.76.76 0 0 1 .77-.75Z",
fill: color
}));
};
export { SvgDataBar as S };