UNPKG

@geneui/icons

Version:

Gene UI icons distributed as SVG React components.

24 lines (21 loc) 1.28 kB
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js'; import React from 'react'; var _excluded = ["size", "color"]; var SvgFolderOpen = function SvgFolderOpen(_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 9.502v-.752a2.25 2.25 0 0 0-2.25-2.25h-5.725l-2.38-1.98a2.25 2.25 0 0 0-1.44-.52h-3.955a2.25 2.25 0 0 0-2.25 2.25l-.004 11.5a2.25 2.25 0 0 0 2.25 2.25h14.224a1.75 1.75 0 0 0 1.698-1.325l1.75-6.998a1.75 1.75 0 0 0-1.698-2.175h-.22Zm-15.75-4.002h3.956a.75.75 0 0 1 .48.173l2.588 2.154a.75.75 0 0 0 .48.173h5.996a.75.75 0 0 1 .75.75v.752h-12.076a2.25 2.25 0 0 0-2.183 1.704l-.744 2.978.003-7.934a.75.75 0 0 1 .75-.75Zm1.447 6.07a.75.75 0 0 1 .727-.568h13.796a.25.25 0 0 1 .242.31l-1.75 6.999a.25.25 0 0 1-.242.189h-14.185a.25.25 0 0 1-.243-.31l1.655-6.62Z", fill: color })); }; export { SvgFolderOpen as S };