Socket
Socket
Sign inDemoInstall

@filerobot/icons

Package Overview
Dependencies
Maintainers
1
Versions
1155
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@filerobot/icons - npm Package Compare versions

Comparing version 0.0.0-beta.25 to 0.0.0-beta.27

lib/ErrorIcon.js

3

lib/index.js

@@ -90,2 +90,3 @@ export { default as ClearIcon } from './ClearIcon';

export { default as FoldersTreeIcon } from './FoldersTreeIcon';
export { default as BackArrowIcon } from './BackArrowIcon';
export { default as BackArrowIcon } from './BackArrowIcon';
export { default as ErrorIcon } from './ErrorIcon';
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";

@@ -12,13 +13,16 @@ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }

return /*#__PURE__*/_jsx("svg", _extends({
width: "8",
height: "10",
viewBox: "0 0 8 10",
return /*#__PURE__*/_jsxs("svg", _extends({
width: "12",
height: "12",
viewBox: "0 0 12 12",
fill: "none",
xmlns: "http://www.w3.org/2000/svg"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M4 2.408a2.75 2.75 0 1 0 2.75 2.75.626.626 0 0 1 1.25.018v.023a4 4 0 1 1-4-4.041V.25a.25.25 0 0 1 .389-.208l2.299 1.533a.25.25 0 0 1 0 .416l-2.3 1.533A.25.25 0 0 1 4 3.316v-.908z",
children: [/*#__PURE__*/_jsx("path", {
d: "M10.8524 3.7921L10.3534 0.324325C10.3035 0.0498968 9.95426 -0.0748441 9.75468 0.12474L9.03118 0.848235C8.10811 0.299379 7.03534 0 5.96258 0C2.69439 0 0.0748441 2.5447 0 5.81289C0 5.98753 0.124739 6.13721 0.299376 6.16216L1.69647 6.36175C1.89605 6.38669 2.09563 6.23701 2.09563 6.01248C2.07068 3.86695 3.7921 2.09564 5.96258 2.09564C6.48649 2.09564 7.0104 2.19543 7.48441 2.39501L6.78586 3.09356C6.58628 3.29314 6.68607 3.64241 6.98545 3.69231L10.4532 4.19127C10.6778 4.21622 10.8773 4.01663 10.8524 3.7921Z",
fill: color
})
}), /*#__PURE__*/_jsx("path", {
d: "M11.6757 5.81289L10.2786 5.6133C10.104 5.58836 9.87942 5.73804 9.87942 5.98752C9.87942 8.10811 8.158 9.85447 6.01247 9.85447C5.48857 9.85447 4.9896 9.75468 4.51559 9.55509L5.18919 8.8815C5.38878 8.68191 5.28898 8.33264 4.98961 8.28274L1.52183 7.78378C1.2973 7.75883 1.09771 7.95842 1.12266 8.18295L1.62162 11.6507C1.67152 11.9252 2.02079 12.0499 2.22037 11.8503L2.96882 11.1019C3.89189 11.6507 4.93971 11.9501 6.03742 11.9501C9.28067 11.9501 11.9002 9.4054 12 6.16216C12 6.01247 11.8503 5.83784 11.6757 5.81289Z",
fill: color
})]
}));

@@ -25,0 +29,0 @@ };

{
"name": "@filerobot/icons",
"version": "0.0.0-beta.25",
"version": "0.0.0-beta.27",
"description": "The icons needed for filerobot uploader modules",

@@ -5,0 +5,0 @@ "homepage": "",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc