@d-matrix/icons-react 0.0.4 → 0.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_virtual/_rollupPluginBabelHelpers.js +1 -0
- package/dist/_virtual/_rollupPluginBabelHelpers.mjs +69 -0
- package/dist/excel.js +1 -0
- package/dist/excel.mjs +45 -0
- package/dist/expand.js +1 -0
- package/dist/expand.mjs +26 -0
- package/dist/flag.js +1 -0
- package/dist/flag.mjs +36 -0
- package/dist/has-cut.js +1 -0
- package/dist/has-cut.mjs +31 -0
- package/dist/hot.js +1 -0
- package/dist/hot.mjs +34 -0
- package/dist/index.d.ts +39 -11
- package/dist/index.js +1 -0
- package/dist/index.mjs +34 -0
- package/dist/item.js +1 -0
- package/dist/item.mjs +40 -0
- package/dist/line-chart.js +1 -0
- package/dist/line-chart.mjs +26 -0
- package/dist/pdf.js +1 -0
- package/dist/pdf.mjs +44 -0
- package/dist/pixels.js +1 -0
- package/dist/pixels.mjs +40 -0
- package/dist/rollback.js +1 -0
- package/dist/rollback.mjs +26 -0
- package/dist/search.js +1 -0
- package/dist/search.mjs +26 -0
- package/dist/server.js +1 -0
- package/dist/server.mjs +36 -0
- package/dist/shrink.js +1 -0
- package/dist/shrink.mjs +26 -0
- package/dist/target.js +1 -0
- package/dist/target.mjs +35 -0
- package/dist/thumbs-down.js +1 -0
- package/dist/thumbs-down.mjs +26 -0
- package/dist/thumbs-up.js +1 -0
- package/dist/thumbs-up.mjs +26 -0
- package/package.json +9 -5
- package/dist/icons-react.cjs +0 -1
- package/dist/icons-react.js +0 -412
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});function c(e,t,r){return(t=f(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function u(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter(function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable})),r.push.apply(r,o)}return r}function l(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?u(Object(r),!0).forEach(function(o){c(e,o,r[o])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):u(Object(r)).forEach(function(o){Object.defineProperty(e,o,Object.getOwnPropertyDescriptor(r,o))})}return e}function a(e,t){if(e==null)return{};var r,o,n=p(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(o=0;o<i.length;o++)r=i[o],t.includes(r)||{}.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}function p(e,t){if(e==null)return{};var r={};for(var o in e)if({}.hasOwnProperty.call(e,o)){if(t.includes(o))continue;r[o]=e[o]}return r}function b(e,t){if(typeof e!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var o=r.call(e,t||"default");if(typeof o!="object")return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function f(e){var t=b(e,"string");return typeof t=="symbol"?t:t+""}exports.defineProperty=c;exports.objectSpread2=l;exports.objectWithoutProperties=a;exports.objectWithoutPropertiesLoose=p;exports.toPrimitive=b;exports.toPropertyKey=f;
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
function c(e, t, r) {
|
|
2
|
+
return (t = s(t)) in e ? Object.defineProperty(e, t, {
|
|
3
|
+
value: r,
|
|
4
|
+
enumerable: !0,
|
|
5
|
+
configurable: !0,
|
|
6
|
+
writable: !0
|
|
7
|
+
}) : e[t] = r, e;
|
|
8
|
+
}
|
|
9
|
+
function u(e, t) {
|
|
10
|
+
var r = Object.keys(e);
|
|
11
|
+
if (Object.getOwnPropertySymbols) {
|
|
12
|
+
var o = Object.getOwnPropertySymbols(e);
|
|
13
|
+
t && (o = o.filter(function(n) {
|
|
14
|
+
return Object.getOwnPropertyDescriptor(e, n).enumerable;
|
|
15
|
+
})), r.push.apply(r, o);
|
|
16
|
+
}
|
|
17
|
+
return r;
|
|
18
|
+
}
|
|
19
|
+
function f(e) {
|
|
20
|
+
for (var t = 1; t < arguments.length; t++) {
|
|
21
|
+
var r = arguments[t] != null ? arguments[t] : {};
|
|
22
|
+
t % 2 ? u(Object(r), !0).forEach(function(o) {
|
|
23
|
+
c(e, o, r[o]);
|
|
24
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(r)) : u(Object(r)).forEach(function(o) {
|
|
25
|
+
Object.defineProperty(e, o, Object.getOwnPropertyDescriptor(r, o));
|
|
26
|
+
});
|
|
27
|
+
}
|
|
28
|
+
return e;
|
|
29
|
+
}
|
|
30
|
+
function b(e, t) {
|
|
31
|
+
if (e == null) return {};
|
|
32
|
+
var r, o, n = a(e, t);
|
|
33
|
+
if (Object.getOwnPropertySymbols) {
|
|
34
|
+
var i = Object.getOwnPropertySymbols(e);
|
|
35
|
+
for (o = 0; o < i.length; o++) r = i[o], t.includes(r) || {}.propertyIsEnumerable.call(e, r) && (n[r] = e[r]);
|
|
36
|
+
}
|
|
37
|
+
return n;
|
|
38
|
+
}
|
|
39
|
+
function a(e, t) {
|
|
40
|
+
if (e == null) return {};
|
|
41
|
+
var r = {};
|
|
42
|
+
for (var o in e) if ({}.hasOwnProperty.call(e, o)) {
|
|
43
|
+
if (t.includes(o)) continue;
|
|
44
|
+
r[o] = e[o];
|
|
45
|
+
}
|
|
46
|
+
return r;
|
|
47
|
+
}
|
|
48
|
+
function p(e, t) {
|
|
49
|
+
if (typeof e != "object" || !e) return e;
|
|
50
|
+
var r = e[Symbol.toPrimitive];
|
|
51
|
+
if (r !== void 0) {
|
|
52
|
+
var o = r.call(e, t || "default");
|
|
53
|
+
if (typeof o != "object") return o;
|
|
54
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
55
|
+
}
|
|
56
|
+
return (t === "string" ? String : Number)(e);
|
|
57
|
+
}
|
|
58
|
+
function s(e) {
|
|
59
|
+
var t = p(e, "string");
|
|
60
|
+
return typeof t == "symbol" ? t : t + "";
|
|
61
|
+
}
|
|
62
|
+
export {
|
|
63
|
+
c as defineProperty,
|
|
64
|
+
f as objectSpread2,
|
|
65
|
+
b as objectWithoutProperties,
|
|
66
|
+
a as objectWithoutPropertiesLoose,
|
|
67
|
+
p as toPrimitive,
|
|
68
|
+
s as toPropertyKey
|
|
69
|
+
};
|
package/dist/excel.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("./_virtual/_rollupPluginBabelHelpers.js"),l=require("react/jsx-runtime"),r=["title","titleId"],a=t=>{let{title:h,titleId:i}=t,s=e.objectWithoutProperties(t,r);return l.jsxs("svg",e.objectSpread2(e.objectSpread2({xmlns:"http://www.w3.org/2000/svg",width:16,height:16,viewBox:"0 0 16 16",fill:"currentColor","aria-labelledby":i},s),{},{children:[h?l.jsx("title",{id:i,children:h}):null,l.jsxs("g",{fill:"none",fillRule:"nonzero",children:[l.jsx("path",{d:"M0 0h16v16H0z"}),l.jsx("path",{fill:"#0E512B",d:"M14.957 9.043H1.043L0 7.653 1.391 6.26H14.61L16 7.652z"}),l.jsx("path",{fill:"#E6E6E6",d:"M13.913 16H2.087a.695.695 0 0 1-.696-.696V.696c0-.385.312-.696.696-.696h8.348l4.174 4.174v11.13a.695.695 0 0 1-.696.696"}),l.jsx("path",{fill:"#B3B3B3",d:"M10.435 0v3.478c0 .385.311.696.695.696h3.479z"}),l.jsx("path",{fill:"#1B7343",d:"M15.304 13.913H.696A.695.695 0 0 1 0 13.217V7.652h16v5.565a.695.695 0 0 1-.696.696"}),l.jsx("path",{fill:"#FFF",d:"M5.771 12.174h-.854l-.532-.854-.527.854h-.835l.906-1.398-.852-1.334h.819l.493.845.474-.845h.843l-.865 1.392zM6.078 12.174V9.442h.738v2.136h1.051v.596zM10.09 11.344q0 .255-.129.451a.84.84 0 0 1-.371.307q-.243.11-.57.11-.272 0-.458-.04a1.7 1.7 0 0 1-.385-.133v-.657q.211.108.44.169.226.06.418.06.165 0 .24-.057a.18.18 0 0 0 .077-.146q0-.057-.03-.098a.4.4 0 0 0-.1-.085 4 4 0 0 0-.363-.176 1.7 1.7 0 0 1-.4-.235.7.7 0 0 1-.198-.262.9.9 0 0 1-.065-.35.7.7 0 0 1 .275-.588q.275-.21.755-.21.423 0 .865.195l-.226.57q-.384-.175-.662-.175-.143 0-.209.05a.15.15 0 0 0-.065.125q0 .081.083.144.082.063.451.232.353.16.49.34a.74.74 0 0 1 .137.46M12.973 12.174h-.854l-.532-.854-.527.854h-.835l.906-1.398-.852-1.334h.819l.493.845.474-.845h.843l-.865 1.392z"})]})]}))};module.exports=a;
|
package/dist/excel.mjs
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { objectWithoutProperties as r, objectSpread2 as i } from "./_virtual/_rollupPluginBabelHelpers.mjs";
|
|
2
|
+
import { jsxs as a, jsx as l } from "react/jsx-runtime";
|
|
3
|
+
const d = ["title", "titleId"], s = (t) => {
|
|
4
|
+
let {
|
|
5
|
+
title: e,
|
|
6
|
+
titleId: h
|
|
7
|
+
} = t, o = r(t, d);
|
|
8
|
+
return /* @__PURE__ */ a("svg", i(i({
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
width: 16,
|
|
11
|
+
height: 16,
|
|
12
|
+
viewBox: "0 0 16 16",
|
|
13
|
+
fill: "currentColor",
|
|
14
|
+
"aria-labelledby": h
|
|
15
|
+
}, o), {}, {
|
|
16
|
+
children: [e ? /* @__PURE__ */ l("title", {
|
|
17
|
+
id: h,
|
|
18
|
+
children: e
|
|
19
|
+
}) : null, /* @__PURE__ */ a("g", {
|
|
20
|
+
fill: "none",
|
|
21
|
+
fillRule: "nonzero",
|
|
22
|
+
children: [/* @__PURE__ */ l("path", {
|
|
23
|
+
d: "M0 0h16v16H0z"
|
|
24
|
+
}), /* @__PURE__ */ l("path", {
|
|
25
|
+
fill: "#0E512B",
|
|
26
|
+
d: "M14.957 9.043H1.043L0 7.653 1.391 6.26H14.61L16 7.652z"
|
|
27
|
+
}), /* @__PURE__ */ l("path", {
|
|
28
|
+
fill: "#E6E6E6",
|
|
29
|
+
d: "M13.913 16H2.087a.695.695 0 0 1-.696-.696V.696c0-.385.312-.696.696-.696h8.348l4.174 4.174v11.13a.695.695 0 0 1-.696.696"
|
|
30
|
+
}), /* @__PURE__ */ l("path", {
|
|
31
|
+
fill: "#B3B3B3",
|
|
32
|
+
d: "M10.435 0v3.478c0 .385.311.696.695.696h3.479z"
|
|
33
|
+
}), /* @__PURE__ */ l("path", {
|
|
34
|
+
fill: "#1B7343",
|
|
35
|
+
d: "M15.304 13.913H.696A.695.695 0 0 1 0 13.217V7.652h16v5.565a.695.695 0 0 1-.696.696"
|
|
36
|
+
}), /* @__PURE__ */ l("path", {
|
|
37
|
+
fill: "#FFF",
|
|
38
|
+
d: "M5.771 12.174h-.854l-.532-.854-.527.854h-.835l.906-1.398-.852-1.334h.819l.493.845.474-.845h.843l-.865 1.392zM6.078 12.174V9.442h.738v2.136h1.051v.596zM10.09 11.344q0 .255-.129.451a.84.84 0 0 1-.371.307q-.243.11-.57.11-.272 0-.458-.04a1.7 1.7 0 0 1-.385-.133v-.657q.211.108.44.169.226.06.418.06.165 0 .24-.057a.18.18 0 0 0 .077-.146q0-.057-.03-.098a.4.4 0 0 0-.1-.085 4 4 0 0 0-.363-.176 1.7 1.7 0 0 1-.4-.235.7.7 0 0 1-.198-.262.9.9 0 0 1-.065-.35.7.7 0 0 1 .275-.588q.275-.21.755-.21.423 0 .865.195l-.226.57q-.384-.175-.662-.175-.143 0-.209.05a.15.15 0 0 0-.065.125q0 .081.083.144.082.063.451.232.353.16.49.34a.74.74 0 0 1 .137.46M12.973 12.174h-.854l-.532-.854-.527.854h-.835l.906-1.398-.852-1.334h.819l.493.845.474-.845h.843l-.865 1.392z"
|
|
39
|
+
})]
|
|
40
|
+
})]
|
|
41
|
+
}));
|
|
42
|
+
};
|
|
43
|
+
export {
|
|
44
|
+
s as default
|
|
45
|
+
};
|
package/dist/expand.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("./_virtual/_rollupPluginBabelHelpers.js"),t=require("react/jsx-runtime"),s=["title","titleId"],o=l=>{let{title:r,titleId:i}=l,a=e.objectWithoutProperties(l,s);return t.jsxs("svg",e.objectSpread2(e.objectSpread2({xmlns:"http://www.w3.org/2000/svg",width:16,height:16,viewBox:"0 0 16 16",fill:"currentColor","aria-labelledby":i},a),{},{children:[r?t.jsx("title",{id:i,children:r}):null,t.jsx("path",{d:"M14 0a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm0 1.5H2a.5.5 0 0 0-.492.41L1.5 2v7H4c2.003 0 3 1.018 3 3v2.501l7-.001a.5.5 0 0 0 .492-.41L14.5 14V2a.5.5 0 0 0-.41-.492zM11.24 3c1.35 0 1.75.389 1.75 1.596V7.25a.75.75 0 0 1-1.492.102l-.007-.102-.001-1.68-3.46 3.46a.75.75 0 0 1-1.133-.976l.073-.084 3.468-3.47H8.75a.75.75 0 0 1-.102-1.493L8.75 3z"})]}))};module.exports=o;
|
package/dist/expand.mjs
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { objectWithoutProperties as i, objectSpread2 as a } from "./_virtual/_rollupPluginBabelHelpers.mjs";
|
|
2
|
+
import { jsxs as d, jsx as o } from "react/jsx-runtime";
|
|
3
|
+
const s = ["title", "titleId"], h = (t) => {
|
|
4
|
+
let {
|
|
5
|
+
title: e,
|
|
6
|
+
titleId: l
|
|
7
|
+
} = t, r = i(t, s);
|
|
8
|
+
return /* @__PURE__ */ d("svg", a(a({
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
width: 16,
|
|
11
|
+
height: 16,
|
|
12
|
+
viewBox: "0 0 16 16",
|
|
13
|
+
fill: "currentColor",
|
|
14
|
+
"aria-labelledby": l
|
|
15
|
+
}, r), {}, {
|
|
16
|
+
children: [e ? /* @__PURE__ */ o("title", {
|
|
17
|
+
id: l,
|
|
18
|
+
children: e
|
|
19
|
+
}) : null, /* @__PURE__ */ o("path", {
|
|
20
|
+
d: "M14 0a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm0 1.5H2a.5.5 0 0 0-.492.41L1.5 2v7H4c2.003 0 3 1.018 3 3v2.501l7-.001a.5.5 0 0 0 .492-.41L14.5 14V2a.5.5 0 0 0-.41-.492zM11.24 3c1.35 0 1.75.389 1.75 1.596V7.25a.75.75 0 0 1-1.492.102l-.007-.102-.001-1.68-3.46 3.46a.75.75 0 0 1-1.133-.976l.073-.084 3.468-3.47H8.75a.75.75 0 0 1-.102-1.493L8.75 3z"
|
|
21
|
+
})]
|
|
22
|
+
}));
|
|
23
|
+
};
|
|
24
|
+
export {
|
|
25
|
+
h as default
|
|
26
|
+
};
|
package/dist/flag.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("./_virtual/_rollupPluginBabelHelpers.js"),t=require("react/jsx-runtime"),o=["title","titleId"],a=l=>{let{title:i,titleId:r}=l,s=e.objectWithoutProperties(l,o);return t.jsxs("svg",e.objectSpread2(e.objectSpread2({xmlns:"http://www.w3.org/2000/svg",width:16,height:16,viewBox:"0 0 16 16",fill:"currentColor","aria-labelledby":r},s),{},{children:[i?t.jsx("title",{id:r,children:i}):null,t.jsxs("g",{fill:"none",children:[t.jsx("path",{d:"M0 0h16v16H0z"}),t.jsx("path",{fill:"#B8CAE6",d:"M2.333 2h1v11a1 1 0 0 1-2 0V3a1 1 0 0 1 1-1"}),t.jsx("path",{fill:"#B8CAE6",d:"M4.667 2h8.503a.667.667 0 0 1 .495 1.113l-1.998 2.22 1.998 2.221a.667.667 0 0 1-.495 1.113H4.667z",opacity:.3})]})]}))};module.exports=a;
|
package/dist/flag.mjs
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { objectWithoutProperties as d, objectSpread2 as o } from "./_virtual/_rollupPluginBabelHelpers.mjs";
|
|
2
|
+
import { jsxs as r, jsx as t } from "react/jsx-runtime";
|
|
3
|
+
const h = ["title", "titleId"], c = (e) => {
|
|
4
|
+
let {
|
|
5
|
+
title: l,
|
|
6
|
+
titleId: i
|
|
7
|
+
} = e, a = d(e, h);
|
|
8
|
+
return /* @__PURE__ */ r("svg", o(o({
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
width: 16,
|
|
11
|
+
height: 16,
|
|
12
|
+
viewBox: "0 0 16 16",
|
|
13
|
+
fill: "currentColor",
|
|
14
|
+
"aria-labelledby": i
|
|
15
|
+
}, a), {}, {
|
|
16
|
+
children: [l ? /* @__PURE__ */ t("title", {
|
|
17
|
+
id: i,
|
|
18
|
+
children: l
|
|
19
|
+
}) : null, /* @__PURE__ */ r("g", {
|
|
20
|
+
fill: "none",
|
|
21
|
+
children: [/* @__PURE__ */ t("path", {
|
|
22
|
+
d: "M0 0h16v16H0z"
|
|
23
|
+
}), /* @__PURE__ */ t("path", {
|
|
24
|
+
fill: "#B8CAE6",
|
|
25
|
+
d: "M2.333 2h1v11a1 1 0 0 1-2 0V3a1 1 0 0 1 1-1"
|
|
26
|
+
}), /* @__PURE__ */ t("path", {
|
|
27
|
+
fill: "#B8CAE6",
|
|
28
|
+
d: "M4.667 2h8.503a.667.667 0 0 1 .495 1.113l-1.998 2.22 1.998 2.221a.667.667 0 0 1-.495 1.113H4.667z",
|
|
29
|
+
opacity: 0.3
|
|
30
|
+
})]
|
|
31
|
+
})]
|
|
32
|
+
}));
|
|
33
|
+
};
|
|
34
|
+
export {
|
|
35
|
+
c as default
|
|
36
|
+
};
|
package/dist/has-cut.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const l=require("./_virtual/_rollupPluginBabelHelpers.js"),h=require("react/jsx-runtime"),r=["title","titleId"],s=t=>{let{title:v,titleId:e}=t,i=l.objectWithoutProperties(t,r);return h.jsxs("svg",l.objectSpread2(l.objectSpread2({xmlns:"http://www.w3.org/2000/svg",width:48,height:24,viewBox:"0 0 48 24",fill:"currentColor","aria-labelledby":e},i),{},{children:[v?h.jsx("title",{id:e,children:v}):null,h.jsxs("g",{fill:"#8AB0E6",children:[h.jsx("path",{d:"M1.5 4v12c0 1.379 1.124 2.5 2.51 2.5h39.98c1.388 0 2.51-1.12 2.51-2.5V4c0-1.379-1.124-2.5-2.51-2.5H4.01A2.504 2.504 0 0 0 1.5 4M0 4c0-2.21 1.794-4 4.01-4h39.98A4.006 4.006 0 0 1 48 4v12c0 2.21-1.794 4-4.01 4H4.01A4.006 4.006 0 0 1 0 16z"}),h.jsx("path",{d:"M8.445 15.08q-1.008 0-1.488-.498-.48-.486-.48-1.494V7.62h1.61v1.184h5.55V6.367H6.2V4.908h9.03v5.362H8.087v2.408q0 .521.214.735t.723.214h4.39q.62 0 .875-.19.255-.191.349-.724.14-.897.199-1.494.685.217 1.553.45-.135 1.145-.305 1.911-.176.826-.668 1.166-.475.334-1.447.334zm10.868.434v-3.598l-.135.17q-.252.304-.387.451a41 41 0 0 0-.34-1.576 9 9 0 0 0 1.46-2.578l1.359.164q-.03.059-.082.176-.153.357-.235.515h1.102l-.24-.644 1.353-.153.287.797h1.318v.996h-1.605v.61h1.518v1.002h-1.518v.597h1.53v.88l.087-.077q.615-.521.861-.78-.416-1.698-.51-4.212h-6.532V7.047h2.619v-.68H19.16V5.26h2.063v-.903h1.435v.903h1.887v1.107h-1.887v.68h2.444q-.036-1.348-.036-2.701h1.424q0 1.905.012 2.7h2.883v1.208h-2.848q.065 1.623.229 2.777.428-.697 1.101-2.308l1.213.586q-.562 1.183-.96 1.904a14 14 0 0 1-.927 1.476l.141.387q.2.738.498.738.17 0 .223-.293.146-.738.24-1.722.65.304 1.148.48-.129 1.167-.316 2.016-.135.597-.469.908-.328.3-.803.299-.551 0-.937-.322-.445-.37-.809-1.237-.51.516-.826.797l-.392-.597v.902h-4.272v.469zm1.306-1.465h1.248v-.61H20.62zm2.549 0h1.652l-.357-.54.082-.07h-1.377zm-2.549-1.606h1.248v-.597H20.62zm0-1.6h1.248v-.609H20.62zm7.436-3.948a30 30 0 0 0-1.348-1.565l.95-.75a25 25 0 0 1 1.417 1.47zm4.814 8.666v-4.682a16 16 0 0 1-1.055 2.115l-.052-.363a33 33 0 0 0-.287-1.752q.896-1.335 1.382-3.047h-1.136v-1.36h1.148V4.347h1.354v2.127h1.054v1.359h-1.054v1.629l.392-.434a128 128 0 0 1 1.26 1.29l-.844 1.072-.808-.99v5.162zm3.897-.094q-.048-.422-.264-1.477.381.024 1.008.024.345 0 .48-.144t.135-.49V9.427H35.4V8.043h6.985v1.383h-2.813v4.494q0 .744-.34 1.101-.345.375-1.13.422h-.088q-.815.024-1.248.024m-.703-1.078a9.4 9.4 0 0 0-1.272-.633 45 45 0 0 0 1.605-3.639l1.301.422a100 100 0 0 1-1.635 3.85m5.162-.106a12 12 0 0 0-.153-.404 111 111 0 0 0-1.283-3.27l1.254-.504q.615 1.4 1.506 3.592zM35.84 6.355V4.99h6.082v1.365z"})]})]}))};module.exports=s;
|
package/dist/has-cut.mjs
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { objectWithoutProperties as r, objectSpread2 as e } from "./_virtual/_rollupPluginBabelHelpers.mjs";
|
|
2
|
+
import { jsxs as a, jsx as h } from "react/jsx-runtime";
|
|
3
|
+
const o = ["title", "titleId"], d = (t) => {
|
|
4
|
+
let {
|
|
5
|
+
title: l,
|
|
6
|
+
titleId: v
|
|
7
|
+
} = t, i = r(t, o);
|
|
8
|
+
return /* @__PURE__ */ a("svg", e(e({
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
width: 48,
|
|
11
|
+
height: 24,
|
|
12
|
+
viewBox: "0 0 48 24",
|
|
13
|
+
fill: "currentColor",
|
|
14
|
+
"aria-labelledby": v
|
|
15
|
+
}, i), {}, {
|
|
16
|
+
children: [l ? /* @__PURE__ */ h("title", {
|
|
17
|
+
id: v,
|
|
18
|
+
children: l
|
|
19
|
+
}) : null, /* @__PURE__ */ a("g", {
|
|
20
|
+
fill: "#8AB0E6",
|
|
21
|
+
children: [/* @__PURE__ */ h("path", {
|
|
22
|
+
d: "M1.5 4v12c0 1.379 1.124 2.5 2.51 2.5h39.98c1.388 0 2.51-1.12 2.51-2.5V4c0-1.379-1.124-2.5-2.51-2.5H4.01A2.504 2.504 0 0 0 1.5 4M0 4c0-2.21 1.794-4 4.01-4h39.98A4.006 4.006 0 0 1 48 4v12c0 2.21-1.794 4-4.01 4H4.01A4.006 4.006 0 0 1 0 16z"
|
|
23
|
+
}), /* @__PURE__ */ h("path", {
|
|
24
|
+
d: "M8.445 15.08q-1.008 0-1.488-.498-.48-.486-.48-1.494V7.62h1.61v1.184h5.55V6.367H6.2V4.908h9.03v5.362H8.087v2.408q0 .521.214.735t.723.214h4.39q.62 0 .875-.19.255-.191.349-.724.14-.897.199-1.494.685.217 1.553.45-.135 1.145-.305 1.911-.176.826-.668 1.166-.475.334-1.447.334zm10.868.434v-3.598l-.135.17q-.252.304-.387.451a41 41 0 0 0-.34-1.576 9 9 0 0 0 1.46-2.578l1.359.164q-.03.059-.082.176-.153.357-.235.515h1.102l-.24-.644 1.353-.153.287.797h1.318v.996h-1.605v.61h1.518v1.002h-1.518v.597h1.53v.88l.087-.077q.615-.521.861-.78-.416-1.698-.51-4.212h-6.532V7.047h2.619v-.68H19.16V5.26h2.063v-.903h1.435v.903h1.887v1.107h-1.887v.68h2.444q-.036-1.348-.036-2.701h1.424q0 1.905.012 2.7h2.883v1.208h-2.848q.065 1.623.229 2.777.428-.697 1.101-2.308l1.213.586q-.562 1.183-.96 1.904a14 14 0 0 1-.927 1.476l.141.387q.2.738.498.738.17 0 .223-.293.146-.738.24-1.722.65.304 1.148.48-.129 1.167-.316 2.016-.135.597-.469.908-.328.3-.803.299-.551 0-.937-.322-.445-.37-.809-1.237-.51.516-.826.797l-.392-.597v.902h-4.272v.469zm1.306-1.465h1.248v-.61H20.62zm2.549 0h1.652l-.357-.54.082-.07h-1.377zm-2.549-1.606h1.248v-.597H20.62zm0-1.6h1.248v-.609H20.62zm7.436-3.948a30 30 0 0 0-1.348-1.565l.95-.75a25 25 0 0 1 1.417 1.47zm4.814 8.666v-4.682a16 16 0 0 1-1.055 2.115l-.052-.363a33 33 0 0 0-.287-1.752q.896-1.335 1.382-3.047h-1.136v-1.36h1.148V4.347h1.354v2.127h1.054v1.359h-1.054v1.629l.392-.434a128 128 0 0 1 1.26 1.29l-.844 1.072-.808-.99v5.162zm3.897-.094q-.048-.422-.264-1.477.381.024 1.008.024.345 0 .48-.144t.135-.49V9.427H35.4V8.043h6.985v1.383h-2.813v4.494q0 .744-.34 1.101-.345.375-1.13.422h-.088q-.815.024-1.248.024m-.703-1.078a9.4 9.4 0 0 0-1.272-.633 45 45 0 0 0 1.605-3.639l1.301.422a100 100 0 0 1-1.635 3.85m5.162-.106a12 12 0 0 0-.153-.404 111 111 0 0 0-1.283-3.27l1.254-.504q.615 1.4 1.506 3.592zM35.84 6.355V4.99h6.082v1.365z"
|
|
25
|
+
})]
|
|
26
|
+
})]
|
|
27
|
+
}));
|
|
28
|
+
};
|
|
29
|
+
export {
|
|
30
|
+
d as default
|
|
31
|
+
};
|
package/dist/hot.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const t=require("./_virtual/_rollupPluginBabelHelpers.js"),e=require("react/jsx-runtime"),c=["title","titleId"],o=l=>{let{title:i,titleId:r}=l,s=t.objectWithoutProperties(l,c);return e.jsxs("svg",t.objectSpread2(t.objectSpread2({xmlns:"http://www.w3.org/2000/svg",width:16,height:16,viewBox:"0 0 16 16",fill:"currentColor","aria-labelledby":r},s),{},{children:[i?e.jsx("title",{id:r,children:i}):null,e.jsxs("g",{fill:"none",children:[e.jsx("rect",{width:16,height:16,rx:2}),e.jsx("path",{fill:"#FF5023",d:"M8.4 0C7 2.174 10.533 4.655 11.55 5.94c.66.836 1.05 1.861 1.05 2.97C12.6 11.72 10.093 14 7 14s-5.6-2.28-5.6-5.09q0-2.253 1.64-3.637a.76.76 0 0 1 .808-.094c.263.128.408.394.36.663q-.268 1.5 1.013 1.5c2.238 0-2.436-6.3 3.179-7.342m1.4 8.91c-.387 0-.7.284-.7.635 0 .703-.627 1.273-1.4 1.273-.387 0-.7.285-.7.637 0 .351.313.636.7.636 1.546 0 2.8-1.14 2.8-2.546 0-.351-.313-.636-.7-.636"})]})]}))};module.exports=o;
|
package/dist/hot.mjs
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { objectWithoutProperties as d, objectSpread2 as r } from "./_virtual/_rollupPluginBabelHelpers.mjs";
|
|
2
|
+
import { jsxs as o, jsx as t } from "react/jsx-runtime";
|
|
3
|
+
const s = ["title", "titleId"], n = (e) => {
|
|
4
|
+
let {
|
|
5
|
+
title: i,
|
|
6
|
+
titleId: l
|
|
7
|
+
} = e, c = d(e, s);
|
|
8
|
+
return /* @__PURE__ */ o("svg", r(r({
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
width: 16,
|
|
11
|
+
height: 16,
|
|
12
|
+
viewBox: "0 0 16 16",
|
|
13
|
+
fill: "currentColor",
|
|
14
|
+
"aria-labelledby": l
|
|
15
|
+
}, c), {}, {
|
|
16
|
+
children: [i ? /* @__PURE__ */ t("title", {
|
|
17
|
+
id: l,
|
|
18
|
+
children: i
|
|
19
|
+
}) : null, /* @__PURE__ */ o("g", {
|
|
20
|
+
fill: "none",
|
|
21
|
+
children: [/* @__PURE__ */ t("rect", {
|
|
22
|
+
width: 16,
|
|
23
|
+
height: 16,
|
|
24
|
+
rx: 2
|
|
25
|
+
}), /* @__PURE__ */ t("path", {
|
|
26
|
+
fill: "#FF5023",
|
|
27
|
+
d: "M8.4 0C7 2.174 10.533 4.655 11.55 5.94c.66.836 1.05 1.861 1.05 2.97C12.6 11.72 10.093 14 7 14s-5.6-2.28-5.6-5.09q0-2.253 1.64-3.637a.76.76 0 0 1 .808-.094c.263.128.408.394.36.663q-.268 1.5 1.013 1.5c2.238 0-2.436-6.3 3.179-7.342m1.4 8.91c-.387 0-.7.284-.7.635 0 .703-.627 1.273-1.4 1.273-.387 0-.7.285-.7.637 0 .351.313.636.7.636 1.546 0 2.8-1.14 2.8-2.546 0-.351-.313-.636-.7-.636"
|
|
28
|
+
})]
|
|
29
|
+
})]
|
|
30
|
+
}));
|
|
31
|
+
};
|
|
32
|
+
export {
|
|
33
|
+
n as default
|
|
34
|
+
};
|
package/dist/index.d.ts
CHANGED
|
@@ -3,21 +3,29 @@ import { SVGProps } from 'react';
|
|
|
3
3
|
|
|
4
4
|
export declare const Excel: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX_2.Element;
|
|
5
5
|
|
|
6
|
-
export declare const
|
|
6
|
+
export declare const Expand: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps_2) => JSX_2.Element;
|
|
7
7
|
|
|
8
|
-
export declare const
|
|
8
|
+
export declare const Flag: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps_3) => JSX_2.Element;
|
|
9
9
|
|
|
10
|
-
export declare const
|
|
10
|
+
export declare const HasCut: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps_4) => JSX_2.Element;
|
|
11
11
|
|
|
12
|
-
export declare const
|
|
12
|
+
export declare const Hot: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps_5) => JSX_2.Element;
|
|
13
13
|
|
|
14
|
-
export declare const
|
|
14
|
+
export declare const Item: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps_6) => JSX_2.Element;
|
|
15
15
|
|
|
16
|
-
export declare const
|
|
16
|
+
export declare const LineChart: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps_7) => JSX_2.Element;
|
|
17
17
|
|
|
18
|
-
export declare const
|
|
18
|
+
export declare const Pdf: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps_8) => JSX_2.Element;
|
|
19
19
|
|
|
20
|
-
export declare const
|
|
20
|
+
export declare const Pixels: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps_9) => JSX_2.Element;
|
|
21
|
+
|
|
22
|
+
export declare const Rollback: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps_10) => JSX_2.Element;
|
|
23
|
+
|
|
24
|
+
export declare const Search: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps_11) => JSX_2.Element;
|
|
25
|
+
|
|
26
|
+
export declare const Server: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps_12) => JSX_2.Element;
|
|
27
|
+
|
|
28
|
+
export declare const Shrink: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps_13) => JSX_2.Element;
|
|
21
29
|
|
|
22
30
|
declare interface SVGRProps {
|
|
23
31
|
title?: string;
|
|
@@ -39,6 +47,26 @@ declare interface SVGRProps_12 {
|
|
|
39
47
|
titleId?: string;
|
|
40
48
|
}
|
|
41
49
|
|
|
50
|
+
declare interface SVGRProps_13 {
|
|
51
|
+
title?: string;
|
|
52
|
+
titleId?: string;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
declare interface SVGRProps_14 {
|
|
56
|
+
title?: string;
|
|
57
|
+
titleId?: string;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
declare interface SVGRProps_15 {
|
|
61
|
+
title?: string;
|
|
62
|
+
titleId?: string;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
declare interface SVGRProps_16 {
|
|
66
|
+
title?: string;
|
|
67
|
+
titleId?: string;
|
|
68
|
+
}
|
|
69
|
+
|
|
42
70
|
declare interface SVGRProps_2 {
|
|
43
71
|
title?: string;
|
|
44
72
|
titleId?: string;
|
|
@@ -79,10 +107,10 @@ declare interface SVGRProps_9 {
|
|
|
79
107
|
titleId?: string;
|
|
80
108
|
}
|
|
81
109
|
|
|
82
|
-
export declare const Target: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> &
|
|
110
|
+
export declare const Target: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps_14) => JSX_2.Element;
|
|
83
111
|
|
|
84
|
-
export declare const ThumbsDown: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> &
|
|
112
|
+
export declare const ThumbsDown: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps_15) => JSX_2.Element;
|
|
85
113
|
|
|
86
|
-
export declare const ThumbsUp: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> &
|
|
114
|
+
export declare const ThumbsUp: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps_16) => JSX_2.Element;
|
|
87
115
|
|
|
88
116
|
export { }
|
package/dist/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./excel.js"),r=require("./expand.js"),t=require("./flag.js"),s=require("./has-cut.js"),i=require("./hot.js"),n=require("./item.js"),o=require("./line-chart.js"),u=require("./pdf.js"),c=require("./pixels.js"),a=require("./rollback.js"),q=require("./search.js"),l=require("./server.js"),h=require("./shrink.js"),b=require("./target.js"),m=require("./thumbs-down.js"),p=require("./thumbs-up.js");exports.Excel=e;exports.Expand=r;exports.Flag=t;exports.HasCut=s;exports.Hot=i;exports.Item=n;exports.LineChart=o;exports.Pdf=u;exports.Pixels=c;exports.Rollback=a;exports.Search=q;exports.Server=l;exports.Shrink=h;exports.Target=b;exports.ThumbsDown=m;exports.ThumbsUp=p;
|
package/dist/index.mjs
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { default as r } from "./excel.mjs";
|
|
2
|
+
import { default as o } from "./expand.mjs";
|
|
3
|
+
import { default as l } from "./flag.mjs";
|
|
4
|
+
import { default as m } from "./has-cut.mjs";
|
|
5
|
+
import { default as x } from "./hot.mjs";
|
|
6
|
+
import { default as p } from "./item.mjs";
|
|
7
|
+
import { default as n } from "./line-chart.mjs";
|
|
8
|
+
import { default as c } from "./pdf.mjs";
|
|
9
|
+
import { default as S } from "./pixels.mjs";
|
|
10
|
+
import { default as g } from "./rollback.mjs";
|
|
11
|
+
import { default as C } from "./search.mjs";
|
|
12
|
+
import { default as H } from "./server.mjs";
|
|
13
|
+
import { default as v } from "./shrink.mjs";
|
|
14
|
+
import { default as D } from "./target.mjs";
|
|
15
|
+
import { default as I } from "./thumbs-down.mjs";
|
|
16
|
+
import { default as R } from "./thumbs-up.mjs";
|
|
17
|
+
export {
|
|
18
|
+
r as Excel,
|
|
19
|
+
o as Expand,
|
|
20
|
+
l as Flag,
|
|
21
|
+
m as HasCut,
|
|
22
|
+
x as Hot,
|
|
23
|
+
p as Item,
|
|
24
|
+
n as LineChart,
|
|
25
|
+
c as Pdf,
|
|
26
|
+
S as Pixels,
|
|
27
|
+
g as Rollback,
|
|
28
|
+
C as Search,
|
|
29
|
+
H as Server,
|
|
30
|
+
v as Shrink,
|
|
31
|
+
D as Target,
|
|
32
|
+
I as ThumbsDown,
|
|
33
|
+
R as ThumbsUp
|
|
34
|
+
};
|
package/dist/item.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("./_virtual/_rollupPluginBabelHelpers.js"),t=require("react/jsx-runtime"),c=["title","titleId"],o=l=>{let{title:i,titleId:r}=l,s=e.objectWithoutProperties(l,c);return t.jsxs("svg",e.objectSpread2(e.objectSpread2({xmlns:"http://www.w3.org/2000/svg",width:16,height:16,viewBox:"0 0 16 16",fill:"currentColor","aria-labelledby":r},s),{},{children:[i?t.jsx("title",{id:r,children:i}):null,t.jsxs("g",{fill:"none",children:[t.jsx("path",{d:"M0 0h16v16H0z"}),t.jsx("path",{fill:"#B8CAE6",d:"M2 2.667h11.333c.369 0 .667.298.667.666v1.334a.667.667 0 0 1-.667.666H2a.667.667 0 0 1-.667-.666V3.333c0-.368.299-.666.667-.666m0 4h6.667c.368 0 .666.298.666.666v1.334a.667.667 0 0 1-.666.666H2a.667.667 0 0 1-.667-.666V7.333c0-.368.299-.666.667-.666m0 4h6.667c.368 0 .666.298.666.666v1.334a.667.667 0 0 1-.666.666H2a.667.667 0 0 1-.667-.666v-1.334c0-.368.299-.666.667-.666"}),t.jsx("rect",{width:3.333,height:6.667,x:10.667,y:6.667,fill:"#B8CAE6",opacity:.3,rx:1})]})]}))};module.exports=o;
|
package/dist/item.mjs
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { objectWithoutProperties as a, objectSpread2 as r } from "./_virtual/_rollupPluginBabelHelpers.mjs";
|
|
2
|
+
import { jsxs as o, jsx as t } from "react/jsx-runtime";
|
|
3
|
+
const h = ["title", "titleId"], p = (e) => {
|
|
4
|
+
let {
|
|
5
|
+
title: i,
|
|
6
|
+
titleId: l
|
|
7
|
+
} = e, c = a(e, h);
|
|
8
|
+
return /* @__PURE__ */ o("svg", r(r({
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
width: 16,
|
|
11
|
+
height: 16,
|
|
12
|
+
viewBox: "0 0 16 16",
|
|
13
|
+
fill: "currentColor",
|
|
14
|
+
"aria-labelledby": l
|
|
15
|
+
}, c), {}, {
|
|
16
|
+
children: [i ? /* @__PURE__ */ t("title", {
|
|
17
|
+
id: l,
|
|
18
|
+
children: i
|
|
19
|
+
}) : null, /* @__PURE__ */ o("g", {
|
|
20
|
+
fill: "none",
|
|
21
|
+
children: [/* @__PURE__ */ t("path", {
|
|
22
|
+
d: "M0 0h16v16H0z"
|
|
23
|
+
}), /* @__PURE__ */ t("path", {
|
|
24
|
+
fill: "#B8CAE6",
|
|
25
|
+
d: "M2 2.667h11.333c.369 0 .667.298.667.666v1.334a.667.667 0 0 1-.667.666H2a.667.667 0 0 1-.667-.666V3.333c0-.368.299-.666.667-.666m0 4h6.667c.368 0 .666.298.666.666v1.334a.667.667 0 0 1-.666.666H2a.667.667 0 0 1-.667-.666V7.333c0-.368.299-.666.667-.666m0 4h6.667c.368 0 .666.298.666.666v1.334a.667.667 0 0 1-.666.666H2a.667.667 0 0 1-.667-.666v-1.334c0-.368.299-.666.667-.666"
|
|
26
|
+
}), /* @__PURE__ */ t("rect", {
|
|
27
|
+
width: 3.333,
|
|
28
|
+
height: 6.667,
|
|
29
|
+
x: 10.667,
|
|
30
|
+
y: 6.667,
|
|
31
|
+
fill: "#B8CAE6",
|
|
32
|
+
opacity: 0.3,
|
|
33
|
+
rx: 1
|
|
34
|
+
})]
|
|
35
|
+
})]
|
|
36
|
+
}));
|
|
37
|
+
};
|
|
38
|
+
export {
|
|
39
|
+
p as default
|
|
40
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("./_virtual/_rollupPluginBabelHelpers.js"),t=require("react/jsx-runtime"),o=["title","titleId"],a=l=>{let{title:r,titleId:i}=l,s=e.objectWithoutProperties(l,o);return t.jsxs("svg",e.objectSpread2(e.objectSpread2({xmlns:"http://www.w3.org/2000/svg",width:16,height:16,viewBox:"0 0 16 16",fill:"currentColor","aria-labelledby":i},s),{},{children:[r?t.jsx("title",{id:i,children:r}):null,t.jsx("path",{d:"M1.778 14.222H15.11a.889.889 0 1 1 0 1.778H.89A.89.89 0 0 1 0 15.111V.89a.889.889 0 1 1 1.778 0zm3.315-3.836A.889.889 0 1 1 3.796 9.17l3.333-3.556a.89.89 0 0 1 1.226-.068l2.63 2.245 3.428-4.342a.889.889 0 0 1 1.396 1.102l-4 5.066a.89.89 0 0 1-1.275.126L7.846 7.449z"})]}))};module.exports=a;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { objectWithoutProperties as a, objectSpread2 as r } from "./_virtual/_rollupPluginBabelHelpers.mjs";
|
|
2
|
+
import { jsxs as s, jsx as i } from "react/jsx-runtime";
|
|
3
|
+
const d = ["title", "titleId"], h = (t) => {
|
|
4
|
+
let {
|
|
5
|
+
title: e,
|
|
6
|
+
titleId: l
|
|
7
|
+
} = t, o = a(t, d);
|
|
8
|
+
return /* @__PURE__ */ s("svg", r(r({
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
width: 16,
|
|
11
|
+
height: 16,
|
|
12
|
+
viewBox: "0 0 16 16",
|
|
13
|
+
fill: "currentColor",
|
|
14
|
+
"aria-labelledby": l
|
|
15
|
+
}, o), {}, {
|
|
16
|
+
children: [e ? /* @__PURE__ */ i("title", {
|
|
17
|
+
id: l,
|
|
18
|
+
children: e
|
|
19
|
+
}) : null, /* @__PURE__ */ i("path", {
|
|
20
|
+
d: "M1.778 14.222H15.11a.889.889 0 1 1 0 1.778H.89A.89.89 0 0 1 0 15.111V.89a.889.889 0 1 1 1.778 0zm3.315-3.836A.889.889 0 1 1 3.796 9.17l3.333-3.556a.89.89 0 0 1 1.226-.068l2.63 2.245 3.428-4.342a.889.889 0 0 1 1.396 1.102l-4 5.066a.89.89 0 0 1-1.275.126L7.846 7.449z"
|
|
21
|
+
})]
|
|
22
|
+
}));
|
|
23
|
+
};
|
|
24
|
+
export {
|
|
25
|
+
h as default
|
|
26
|
+
};
|
package/dist/pdf.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const t=require("./_virtual/_rollupPluginBabelHelpers.js"),l=require("react/jsx-runtime"),r=["title","titleId"],d=e=>{let{title:h,titleId:i}=e,s=t.objectWithoutProperties(e,r);return l.jsxs("svg",t.objectSpread2(t.objectSpread2({xmlns:"http://www.w3.org/2000/svg",width:16,height:16,viewBox:"0 0 16 16",fill:"currentColor","aria-labelledby":i},s),{},{children:[h?l.jsx("title",{id:i,children:h}):null,l.jsxs("g",{fill:"none",children:[l.jsx("path",{d:"M0 0h16v16H0z"}),l.jsx("path",{fill:"#870000",d:"M14.957 9.043H1.043L0 7.652l1.391-1.391h13.218L16 7.652z"}),l.jsx("path",{fill:"#E6E6E6",d:"M13.913 16H2.087a.695.695 0 0 1-.696-.696V.696c0-.385.312-.696.696-.696h8.348l4.174 4.174v11.13a.695.695 0 0 1-.696.696"}),l.jsx("path",{fill:"#B3B3B3",d:"M10.435 0v3.478c0 .385.311.696.695.696h3.479z"}),l.jsx("path",{fill:"#BD0100",d:"M15.304 13.913H.696A.695.695 0 0 1 0 13.217V7.652h16v5.565a.695.695 0 0 1-.696.696"}),l.jsx("path",{fill:"#FFF",d:"M6.633 10.311q0 .46-.27.707-.27.25-.766.25h-.208v.906h-.738V9.442h.946q.518 0 .777.226.26.227.26.643m-1.244.355h.135a.37.37 0 0 0 .264-.093.34.34 0 0 0 .098-.258q0-.276-.306-.276h-.19zm3.998.084q0 .684-.377 1.054-.375.37-1.058.37H7.07V9.442h.945q.658 0 1.015.337.358.336.358.971m-.766.026q0-.375-.148-.557-.15-.18-.451-.18h-.215v1.529h.164q.337 0 .493-.195.157-.195.157-.597M10.603 12.174h-.726V9.442h1.614v.592h-.888v.522h.819v.592h-.819z"})]})]}))};module.exports=d;
|
package/dist/pdf.mjs
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { objectWithoutProperties as d, objectSpread2 as i } from "./_virtual/_rollupPluginBabelHelpers.mjs";
|
|
2
|
+
import { jsxs as o, jsx as t } from "react/jsx-runtime";
|
|
3
|
+
const a = ["title", "titleId"], c = (l) => {
|
|
4
|
+
let {
|
|
5
|
+
title: h,
|
|
6
|
+
titleId: e
|
|
7
|
+
} = l, r = d(l, a);
|
|
8
|
+
return /* @__PURE__ */ o("svg", i(i({
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
width: 16,
|
|
11
|
+
height: 16,
|
|
12
|
+
viewBox: "0 0 16 16",
|
|
13
|
+
fill: "currentColor",
|
|
14
|
+
"aria-labelledby": e
|
|
15
|
+
}, r), {}, {
|
|
16
|
+
children: [h ? /* @__PURE__ */ t("title", {
|
|
17
|
+
id: e,
|
|
18
|
+
children: h
|
|
19
|
+
}) : null, /* @__PURE__ */ o("g", {
|
|
20
|
+
fill: "none",
|
|
21
|
+
children: [/* @__PURE__ */ t("path", {
|
|
22
|
+
d: "M0 0h16v16H0z"
|
|
23
|
+
}), /* @__PURE__ */ t("path", {
|
|
24
|
+
fill: "#870000",
|
|
25
|
+
d: "M14.957 9.043H1.043L0 7.652l1.391-1.391h13.218L16 7.652z"
|
|
26
|
+
}), /* @__PURE__ */ t("path", {
|
|
27
|
+
fill: "#E6E6E6",
|
|
28
|
+
d: "M13.913 16H2.087a.695.695 0 0 1-.696-.696V.696c0-.385.312-.696.696-.696h8.348l4.174 4.174v11.13a.695.695 0 0 1-.696.696"
|
|
29
|
+
}), /* @__PURE__ */ t("path", {
|
|
30
|
+
fill: "#B3B3B3",
|
|
31
|
+
d: "M10.435 0v3.478c0 .385.311.696.695.696h3.479z"
|
|
32
|
+
}), /* @__PURE__ */ t("path", {
|
|
33
|
+
fill: "#BD0100",
|
|
34
|
+
d: "M15.304 13.913H.696A.695.695 0 0 1 0 13.217V7.652h16v5.565a.695.695 0 0 1-.696.696"
|
|
35
|
+
}), /* @__PURE__ */ t("path", {
|
|
36
|
+
fill: "#FFF",
|
|
37
|
+
d: "M6.633 10.311q0 .46-.27.707-.27.25-.766.25h-.208v.906h-.738V9.442h.946q.518 0 .777.226.26.227.26.643m-1.244.355h.135a.37.37 0 0 0 .264-.093.34.34 0 0 0 .098-.258q0-.276-.306-.276h-.19zm3.998.084q0 .684-.377 1.054-.375.37-1.058.37H7.07V9.442h.945q.658 0 1.015.337.358.336.358.971m-.766.026q0-.375-.148-.557-.15-.18-.451-.18h-.215v1.529h.164q.337 0 .493-.195.157-.195.157-.597M10.603 12.174h-.726V9.442h1.614v.592h-.888v.522h.819v.592h-.819z"
|
|
38
|
+
})]
|
|
39
|
+
})]
|
|
40
|
+
}));
|
|
41
|
+
};
|
|
42
|
+
export {
|
|
43
|
+
c as default
|
|
44
|
+
};
|
package/dist/pixels.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const t=require("./_virtual/_rollupPluginBabelHelpers.js"),e=require("react/jsx-runtime"),r=["title","titleId"],s=l=>{let{title:a,titleId:i}=l,h=t.objectWithoutProperties(l,r);return e.jsxs("svg",t.objectSpread2(t.objectSpread2({xmlns:"http://www.w3.org/2000/svg",width:16,height:16,viewBox:"0 0 16 16",fill:"currentColor","aria-labelledby":i},h),{},{children:[a?e.jsx("title",{id:i,children:a}):null,e.jsxs("g",{fill:"none",children:[e.jsx("path",{d:"M0 0h16v16H0z"}),e.jsx("path",{fill:"#B8CAE6",d:"M3.667 10.667h.666a1 1 0 0 1 1 1v.666a1 1 0 0 1-1 1h-.666a1 1 0 0 1-1-1v-.666a1 1 0 0 1 1-1m0-4h.666a1 1 0 0 1 1 1v.666a1 1 0 0 1-1 1h-.666a1 1 0 0 1-1-1v-.666a1 1 0 0 1 1-1m4 4h.666a1 1 0 0 1 1 1v.666a1 1 0 0 1-1 1h-.666a1 1 0 0 1-1-1v-.666a1 1 0 0 1 1-1m-4-8h.666a1 1 0 0 1 1 1v.666a1 1 0 0 1-1 1h-.666a1 1 0 0 1-1-1v-.666a1 1 0 0 1 1-1m8 8h.666a1 1 0 0 1 1 1v.666a1 1 0 0 1-1 1h-.666a1 1 0 0 1-1-1v-.666a1 1 0 0 1 1-1"}),e.jsx("rect",{width:2.667,height:2.667,x:6.667,y:6.667,fill:"#B8CAE6",opacity:.3,rx:1})]})]}))};module.exports=s;
|
package/dist/pixels.mjs
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { objectWithoutProperties as o, objectSpread2 as l } from "./_virtual/_rollupPluginBabelHelpers.mjs";
|
|
2
|
+
import { jsxs as h, jsx as t } from "react/jsx-runtime";
|
|
3
|
+
const d = ["title", "titleId"], c = (a) => {
|
|
4
|
+
let {
|
|
5
|
+
title: e,
|
|
6
|
+
titleId: i
|
|
7
|
+
} = a, r = o(a, d);
|
|
8
|
+
return /* @__PURE__ */ h("svg", l(l({
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
width: 16,
|
|
11
|
+
height: 16,
|
|
12
|
+
viewBox: "0 0 16 16",
|
|
13
|
+
fill: "currentColor",
|
|
14
|
+
"aria-labelledby": i
|
|
15
|
+
}, r), {}, {
|
|
16
|
+
children: [e ? /* @__PURE__ */ t("title", {
|
|
17
|
+
id: i,
|
|
18
|
+
children: e
|
|
19
|
+
}) : null, /* @__PURE__ */ h("g", {
|
|
20
|
+
fill: "none",
|
|
21
|
+
children: [/* @__PURE__ */ t("path", {
|
|
22
|
+
d: "M0 0h16v16H0z"
|
|
23
|
+
}), /* @__PURE__ */ t("path", {
|
|
24
|
+
fill: "#B8CAE6",
|
|
25
|
+
d: "M3.667 10.667h.666a1 1 0 0 1 1 1v.666a1 1 0 0 1-1 1h-.666a1 1 0 0 1-1-1v-.666a1 1 0 0 1 1-1m0-4h.666a1 1 0 0 1 1 1v.666a1 1 0 0 1-1 1h-.666a1 1 0 0 1-1-1v-.666a1 1 0 0 1 1-1m4 4h.666a1 1 0 0 1 1 1v.666a1 1 0 0 1-1 1h-.666a1 1 0 0 1-1-1v-.666a1 1 0 0 1 1-1m-4-8h.666a1 1 0 0 1 1 1v.666a1 1 0 0 1-1 1h-.666a1 1 0 0 1-1-1v-.666a1 1 0 0 1 1-1m8 8h.666a1 1 0 0 1 1 1v.666a1 1 0 0 1-1 1h-.666a1 1 0 0 1-1-1v-.666a1 1 0 0 1 1-1"
|
|
26
|
+
}), /* @__PURE__ */ t("rect", {
|
|
27
|
+
width: 2.667,
|
|
28
|
+
height: 2.667,
|
|
29
|
+
x: 6.667,
|
|
30
|
+
y: 6.667,
|
|
31
|
+
fill: "#B8CAE6",
|
|
32
|
+
opacity: 0.3,
|
|
33
|
+
rx: 1
|
|
34
|
+
})]
|
|
35
|
+
})]
|
|
36
|
+
}));
|
|
37
|
+
};
|
|
38
|
+
export {
|
|
39
|
+
c as default
|
|
40
|
+
};
|
package/dist/rollback.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("./_virtual/_rollupPluginBabelHelpers.js"),t=require("react/jsx-runtime"),s=["title","titleId"],o=l=>{let{title:r,titleId:i}=l,c=e.objectWithoutProperties(l,s);return t.jsxs("svg",e.objectSpread2(e.objectSpread2({xmlns:"http://www.w3.org/2000/svg",width:16,height:16,viewBox:"0 0 16 16",fill:"currentColor","aria-labelledby":i},c),{},{children:[r?t.jsx("title",{id:i,children:r}):null,t.jsx("path",{d:"M7.452 12.063c.358.358.36.938.002 1.295a.916.916 0 0 1-1.295-.002L.26 7.455A.916.916 0 0 1 .255 6.16L6.137.278a.916.916 0 0 1 1.295.003c.359.358.36.938.003 1.295L3.109 5.9h6.643c3.39 0 6.127 2.863 6.244 6.414l.004.237v2.532c0 .506-.41.917-.914.917a.916.916 0 0 1-.915-.917V12.55c0-2.673-1.993-4.816-4.419-4.816H3.124Z"})]}))};module.exports=o;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { objectWithoutProperties as c, objectSpread2 as o } from "./_virtual/_rollupPluginBabelHelpers.mjs";
|
|
2
|
+
import { jsxs as a, jsx as r } from "react/jsx-runtime";
|
|
3
|
+
const s = ["title", "titleId"], h = (t) => {
|
|
4
|
+
let {
|
|
5
|
+
title: e,
|
|
6
|
+
titleId: l
|
|
7
|
+
} = t, i = c(t, s);
|
|
8
|
+
return /* @__PURE__ */ a("svg", o(o({
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
width: 16,
|
|
11
|
+
height: 16,
|
|
12
|
+
viewBox: "0 0 16 16",
|
|
13
|
+
fill: "currentColor",
|
|
14
|
+
"aria-labelledby": l
|
|
15
|
+
}, i), {}, {
|
|
16
|
+
children: [e ? /* @__PURE__ */ r("title", {
|
|
17
|
+
id: l,
|
|
18
|
+
children: e
|
|
19
|
+
}) : null, /* @__PURE__ */ r("path", {
|
|
20
|
+
d: "M7.452 12.063c.358.358.36.938.002 1.295a.916.916 0 0 1-1.295-.002L.26 7.455A.916.916 0 0 1 .255 6.16L6.137.278a.916.916 0 0 1 1.295.003c.359.358.36.938.003 1.295L3.109 5.9h6.643c3.39 0 6.127 2.863 6.244 6.414l.004.237v2.532c0 .506-.41.917-.914.917a.916.916 0 0 1-.915-.917V12.55c0-2.673-1.993-4.816-4.419-4.816H3.124Z"
|
|
21
|
+
})]
|
|
22
|
+
}));
|
|
23
|
+
};
|
|
24
|
+
export {
|
|
25
|
+
h as default
|
|
26
|
+
};
|
package/dist/search.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("./_virtual/_rollupPluginBabelHelpers.js"),t=require("react/jsx-runtime"),c=["title","titleId"],o=l=>{let{title:r,titleId:s}=l,i=e.objectWithoutProperties(l,c);return t.jsxs("svg",e.objectSpread2(e.objectSpread2({xmlns:"http://www.w3.org/2000/svg",width:16,height:16,viewBox:"4 4 16 16",fill:"currentColor","aria-labelledby":s},i),{},{children:[r?t.jsx("title",{id:s,children:r}):null,t.jsx("path",{d:"m15.649 14.507 3.124 3.155a.783.783 0 0 1-.01 1.112.797.797 0 0 1-1.12-.01l-3.122-3.151a5.95 5.95 0 0 1-3.577 1.187C7.661 16.8 5 14.16 5 10.9 5 7.642 7.661 5 10.944 5s5.945 2.642 5.945 5.9c0 1.359-.463 2.61-1.24 3.607m-4.705.72c2.408 0 4.36-1.937 4.36-4.327s-1.952-4.327-4.36-4.327c-2.407 0-4.359 1.938-4.359 4.327s1.952 4.327 4.36 4.327"})]}))};module.exports=o;
|
package/dist/search.mjs
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { objectWithoutProperties as s, objectSpread2 as l } from "./_virtual/_rollupPluginBabelHelpers.mjs";
|
|
2
|
+
import { jsxs as c, jsx as o } from "react/jsx-runtime";
|
|
3
|
+
const a = ["title", "titleId"], h = (t) => {
|
|
4
|
+
let {
|
|
5
|
+
title: e,
|
|
6
|
+
titleId: r
|
|
7
|
+
} = t, i = s(t, a);
|
|
8
|
+
return /* @__PURE__ */ c("svg", l(l({
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
width: 16,
|
|
11
|
+
height: 16,
|
|
12
|
+
viewBox: "4 4 16 16",
|
|
13
|
+
fill: "currentColor",
|
|
14
|
+
"aria-labelledby": r
|
|
15
|
+
}, i), {}, {
|
|
16
|
+
children: [e ? /* @__PURE__ */ o("title", {
|
|
17
|
+
id: r,
|
|
18
|
+
children: e
|
|
19
|
+
}) : null, /* @__PURE__ */ o("path", {
|
|
20
|
+
d: "m15.649 14.507 3.124 3.155a.783.783 0 0 1-.01 1.112.797.797 0 0 1-1.12-.01l-3.122-3.151a5.95 5.95 0 0 1-3.577 1.187C7.661 16.8 5 14.16 5 10.9 5 7.642 7.661 5 10.944 5s5.945 2.642 5.945 5.9c0 1.359-.463 2.61-1.24 3.607m-4.705.72c2.408 0 4.36-1.937 4.36-4.327s-1.952-4.327-4.36-4.327c-2.407 0-4.359 1.938-4.359 4.327s1.952 4.327 4.36 4.327"
|
|
21
|
+
})]
|
|
22
|
+
}));
|
|
23
|
+
};
|
|
24
|
+
export {
|
|
25
|
+
h as default
|
|
26
|
+
};
|