UNPKG

@geneui/icons

Version:

Gene UI icons distributed as SVG React components.

24 lines (21 loc) 1.13 kB
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js'; import React from 'react'; var _excluded = ["size", "color"]; var SvgBoxFilled = function SvgBoxFilled(_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: "M13.268 3.254a3.289 3.289 0 0 0-2.536 0l-1.971.822 8.633 3.452 3.036-1.206a1.564 1.564 0 0 0-.413-.254l-6.749-2.814Zm7.732 4.33-8.325 3.307v10.109c.201-.042.4-.104.593-.184l6.749-2.814a1.62 1.62 0 0 0 .983-1.5v-8.918Zm-9.675 13.416v-10.109l-8.325-3.307v8.918c0 .659.389 1.253.983 1.5l6.749 2.814c.193.08.392.142.593.184Zm-7.756-14.678 8.43 3.35 3.526-1.401-8.588-3.435-2.954 1.232c-.152.063-.291.15-.414.254Z", fill: color })); }; export { SvgBoxFilled as S };