@geneui/icons
Version:
Gene UI icons distributed as SVG React components.
24 lines (21 loc) • 1.26 kB
JavaScript
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js';
import React from 'react';
var _excluded = ["size", "color"];
var SvgBox = function SvgBox(_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: "M10.732 3.253a3.3 3.3 0 0 1 2.536 0l6.749 2.803c.594.246.983.838.983 1.495v8.898c0 .657-.389 1.248-.983 1.495l-6.749 2.803a3.3 3.3 0 0 1-2.536 0l-6.749-2.803a1.614 1.614 0 0 1-.983-1.495v-8.898c0-.657.389-1.249.983-1.495l6.749-2.803Zm2.029 1.282a1.98 1.98 0 0 0-1.522 0l-1.722.715 6.774 2.698 2.402-.95-5.932-2.463Zm1.661 4.152-6.729-2.68-2.362.981 6.67 2.657 2.421-.958Zm-10.072 7.762a.23.23 0 0 0 .14.214l6.75 2.802.085.034v-8.64l-6.975-2.778v8.368Zm8.41 3.016 6.75-2.802a.23.23 0 0 0 .14-.214v-8.347l-6.975 2.759v8.637c.029-.01.057-.021.086-.033Z",
fill: color
}));
};
export { SvgBox as S };