@geneui/icons
Version:
Gene UI icons distributed as SVG React components.
24 lines (21 loc) • 1.49 kB
JavaScript
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js';
import React from 'react';
var _excluded = ["size", "color"];
var SvgBarTriple = function SvgBarTriple(_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: "M6.237 3c.966 0 1.75.784 1.75 1.75v14.5a1.75 1.75 0 0 1-1.75 1.75h-2.5a1.75 1.75 0 0 1-1.75-1.75v-14.5a1.75 1.75 0 0 1 1.606-1.744l.144-.006h2.5Zm14.026 0c.966 0 1.75.784 1.75 1.75v14.5a1.75 1.75 0 0 1-1.75 1.75h-2.5a1.75 1.75 0 0 1-1.75-1.75v-14.5c0-.966.783-1.75 1.75-1.75h2.5Zm-7.026 0c.966 0 1.75.783 1.75 1.75v14.5a1.75 1.75 0 0 1-1.75 1.75h-2.5a1.75 1.75 0 0 1-1.75-1.75v-14.5c0-.967.783-1.75 1.75-1.75h2.5Zm-7 1.5h-2.5l-.058.007a.25.25 0 0 0-.192.243v14.5c0 .139.112.25.25.25h2.5a.25.25 0 0 0 .25-.25v-14.5a.25.25 0 0 0-.25-.25Zm14.026 0h-2.5a.25.25 0 0 0-.25.25v14.5c0 .139.112.25.25.25h2.5a.25.25 0 0 0 .25-.25v-14.5a.25.25 0 0 0-.25-.25Zm-7.026 0h-2.5a.25.25 0 0 0-.25.25v14.5c0 .138.112.25.25.25h2.5a.25.25 0 0 0 .25-.25v-14.5a.25.25 0 0 0-.25-.25Z",
fill: color
}));
};
export { SvgBarTriple as S };