@punch-in/buffet-modern-icons 3.3.10
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/README.md +64 -0
- package/babel.config.js +18 -0
- package/build/bundle.development.js +565 -0
- package/build/bundle.production.js +17 -0
- package/build/esm/components/Arrow/index.js +34 -0
- package/build/esm/components/Bool/index.js +39 -0
- package/build/esm/components/Calendar/index.js +26 -0
- package/build/esm/components/Carret/index.js +31 -0
- package/build/esm/components/Component/index.js +62 -0
- package/build/esm/components/ContentType/index.js +26 -0
- package/build/esm/components/Dots/index.js +36 -0
- package/build/esm/components/Duplicate/index.js +31 -0
- package/build/esm/components/DynamicZone/index.js +26 -0
- package/build/esm/components/Email/index.js +32 -0
- package/build/esm/components/Enumeration/index.js +26 -0
- package/build/esm/components/Envelope/index.js +28 -0
- package/build/esm/components/Fail/index.js +58 -0
- package/build/esm/components/Globe/index.js +29 -0
- package/build/esm/components/GlobeCrossed/index.js +33 -0
- package/build/esm/components/Grab/Icon.js +19 -0
- package/build/esm/components/Grab/index.js +19 -0
- package/build/esm/components/GrabLarge/Icon.js +19 -0
- package/build/esm/components/GrabLarge/index.js +19 -0
- package/build/esm/components/Json/index.js +38 -0
- package/build/esm/components/Media/index.js +26 -0
- package/build/esm/components/NumberIcon/index.js +32 -0
- package/build/esm/components/Password/index.js +26 -0
- package/build/esm/components/Pencil/index.js +27 -0
- package/build/esm/components/Pending/index.js +41 -0
- package/build/esm/components/Play/index.js +43 -0
- package/build/esm/components/Plus/index.js +30 -0
- package/build/esm/components/Relation/index.js +26 -0
- package/build/esm/components/Remove/index.js +30 -0
- package/build/esm/components/RichText/index.js +26 -0
- package/build/esm/components/SingleType/index.js +30 -0
- package/build/esm/components/Success/index.js +86 -0
- package/build/esm/components/Sync/index.js +31 -0
- package/build/esm/components/Text/index.js +33 -0
- package/build/esm/components/Uid/index.js +26 -0
- package/build/esm/index.js +237 -0
- package/build/index.js +8 -0
- package/package.json +96 -0
- package/src/components/Arrow/index.js +24 -0
- package/src/components/Bool/index.js +23 -0
- package/src/components/Calendar/index.js +22 -0
- package/src/components/Carret/index.js +28 -0
- package/src/components/Component/index.js +38 -0
- package/src/components/ContentType/index.js +22 -0
- package/src/components/Dots/index.js +36 -0
- package/src/components/Duplicate/index.js +23 -0
- package/src/components/DynamicZone/index.js +22 -0
- package/src/components/Email/index.js +29 -0
- package/src/components/Enumeration/index.js +22 -0
- package/src/components/Envelope/index.js +21 -0
- package/src/components/Fail/index.js +58 -0
- package/src/components/Globe/index.js +22 -0
- package/src/components/GlobeCrossed/index.js +21 -0
- package/src/components/Grab/Icon.js +11 -0
- package/src/components/Grab/index.js +14 -0
- package/src/components/GrabLarge/Icon.js +11 -0
- package/src/components/GrabLarge/index.js +14 -0
- package/src/components/Json/index.js +35 -0
- package/src/components/Media/index.js +22 -0
- package/src/components/NumberIcon/index.js +29 -0
- package/src/components/Password/index.js +22 -0
- package/src/components/Pencil/index.js +22 -0
- package/src/components/Pending/index.js +36 -0
- package/src/components/Play/index.js +38 -0
- package/src/components/Plus/index.js +31 -0
- package/src/components/Relation/index.js +22 -0
- package/src/components/Remove/index.js +27 -0
- package/src/components/RichText/index.js +22 -0
- package/src/components/SingleType/index.js +22 -0
- package/src/components/Success/index.js +86 -0
- package/src/components/Sync/index.js +28 -0
- package/src/components/Text/index.js +30 -0
- package/src/components/Uid/index.js +22 -0
- package/src/index.js +33 -0
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
9
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
10
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
11
|
+
const Success = ({
|
|
12
|
+
fill,
|
|
13
|
+
...rest
|
|
14
|
+
}) => /*#__PURE__*/_react.default.createElement("svg", _extends({
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
viewBox: "0 0 28 28",
|
|
17
|
+
width: "18px",
|
|
18
|
+
height: "18px"
|
|
19
|
+
}, rest), /*#__PURE__*/_react.default.createElement("defs", null, /*#__PURE__*/_react.default.createElement("filter", {
|
|
20
|
+
x: "-3.7%",
|
|
21
|
+
y: "-17.5%",
|
|
22
|
+
width: "107.3%",
|
|
23
|
+
height: "135.0%",
|
|
24
|
+
filterUnits: "objectBoundingBox",
|
|
25
|
+
id: "filter-1"
|
|
26
|
+
}, /*#__PURE__*/_react.default.createElement("feOffset", {
|
|
27
|
+
dx: "0",
|
|
28
|
+
dy: "1",
|
|
29
|
+
in: "SourceAlpha",
|
|
30
|
+
result: "shadowOffsetOuter1"
|
|
31
|
+
}), /*#__PURE__*/_react.default.createElement("feGaussianBlur", {
|
|
32
|
+
stdDeviation: "2",
|
|
33
|
+
in: "shadowOffsetOuter1",
|
|
34
|
+
result: "shadowBlurOuter1"
|
|
35
|
+
}), /*#__PURE__*/_react.default.createElement("feColorMatrix", {
|
|
36
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0",
|
|
37
|
+
type: "matrix",
|
|
38
|
+
in: "shadowBlurOuter1",
|
|
39
|
+
result: "shadowMatrixOuter1"
|
|
40
|
+
}), /*#__PURE__*/_react.default.createElement("feMerge", null, /*#__PURE__*/_react.default.createElement("feMergeNode", {
|
|
41
|
+
in: "shadowMatrixOuter1"
|
|
42
|
+
}), /*#__PURE__*/_react.default.createElement("feMergeNode", {
|
|
43
|
+
in: "SourceGraphic"
|
|
44
|
+
})))), /*#__PURE__*/_react.default.createElement("g", {
|
|
45
|
+
stroke: "none",
|
|
46
|
+
strokeWidth: "1",
|
|
47
|
+
fill: "none",
|
|
48
|
+
fillRule: "evenodd"
|
|
49
|
+
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
50
|
+
transform: "translate(-702.000000, -89.000000)"
|
|
51
|
+
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
52
|
+
filter: "url(#filter-1)",
|
|
53
|
+
transform: "translate(686.000000, 72.000000)"
|
|
54
|
+
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
55
|
+
id: "Check-Copy-2-Clipped"
|
|
56
|
+
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
57
|
+
id: "Check-Copy-2",
|
|
58
|
+
transform: "translate(20.000000, 20.000000)"
|
|
59
|
+
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
60
|
+
id: "Group"
|
|
61
|
+
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
62
|
+
id: "check",
|
|
63
|
+
transform: "translate(0.500000, 0.000000)"
|
|
64
|
+
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
65
|
+
id: "Group-6"
|
|
66
|
+
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
67
|
+
d: "M14.3423951,8.3983456 C14.3423951,8.55907497 14.2861399,8.69569495 14.1736293,8.80820551 L9.80982666,13.1720081 L8.99010683,13.991728 C8.87759626,14.1042385 8.74097629,14.1604938 8.58024691,14.1604938 C8.41951753,14.1604938 8.28289756,14.1042385 8.170387,13.991728 L7.35066717,13.1720081 L5.16876585,10.9901068 C5.05625528,10.8775963 5,10.7409763 5,10.5802469 C5,10.4195175 5.05625528,10.2828976 5.16876585,10.170387 L5.98848568,9.35066717 C6.10099625,9.2381566 6.23761622,9.18190132 6.3983456,9.18190132 C6.55907497,9.18190132 6.69569495,9.2381566 6.80820551,9.35066717 L8.58024691,11.1287359 L12.5341896,7.16876585 C12.6467002,7.05625528 12.7833202,7 12.9440495,7 C13.1047789,7 13.2413989,7.05625528 13.3539095,7.16876585 L14.1736293,7.98848568 C14.2861399,8.10099625 14.3423951,8.23761622 14.3423951,8.3983456 Z",
|
|
68
|
+
id: "Shape",
|
|
69
|
+
fill: fill,
|
|
70
|
+
fillRule: "nonzero"
|
|
71
|
+
}), /*#__PURE__*/_react.default.createElement("rect", {
|
|
72
|
+
id: "Rectangle-2",
|
|
73
|
+
stroke: fill,
|
|
74
|
+
x: "0",
|
|
75
|
+
y: "0.5",
|
|
76
|
+
width: "19",
|
|
77
|
+
height: "19",
|
|
78
|
+
rx: "9.5"
|
|
79
|
+
}))))))))));
|
|
80
|
+
Success.defaultProps = {
|
|
81
|
+
fill: '#fff'
|
|
82
|
+
};
|
|
83
|
+
Success.propTypes = {
|
|
84
|
+
fill: _propTypes.default.string
|
|
85
|
+
};
|
|
86
|
+
var _default = exports.default = Success;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
9
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
10
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
11
|
+
const Sync = ({
|
|
12
|
+
fill,
|
|
13
|
+
...rest
|
|
14
|
+
}) => /*#__PURE__*/_react.default.createElement("svg", _extends({
|
|
15
|
+
viewBox: "0 0 11 11",
|
|
16
|
+
width: "11",
|
|
17
|
+
height: "11"
|
|
18
|
+
}, rest, {
|
|
19
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
20
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
21
|
+
d: "M11 .917v3.208a.44.44 0 01-.136.322.44.44 0 01-.322.136H7.333c-.2 0-.341-.095-.422-.286-.081-.186-.048-.351.1-.494L8 2.814a3.558 3.558 0 00-2.499-.98c-.497 0-.97.096-1.422.29a3.695 3.695 0 00-1.17.784c-.33.329-.591.72-.785 1.17-.193.452-.29.925-.29 1.422 0 .497.097.97.29 1.422.194.45.455.841.785 1.17.329.33.72.591 1.17.785.452.193.925.29 1.422.29.568 0 1.105-.124 1.611-.373.506-.248.934-.599 1.282-1.052.034-.048.089-.077.165-.086.072 0 .131.021.179.064l.981.988a.199.199 0 01.068.147.235.235 0 01-.054.161 5.377 5.377 0 01-1.89 1.465c-.74.346-1.52.519-2.342.519a5.351 5.351 0 01-2.134-.437A5.549 5.549 0 011.61 9.39 5.549 5.549 0 01.437 7.634 5.351 5.351 0 010 5.5c0-.745.146-1.456.437-2.134A5.549 5.549 0 011.61 1.61 5.549 5.549 0 013.366.437 5.351 5.351 0 015.5 0a5.56 5.56 0 013.788 1.518l.931-.924c.139-.148.306-.181.502-.1.186.081.279.222.279.423z",
|
|
22
|
+
fill: fill,
|
|
23
|
+
fillRule: "nonzero"
|
|
24
|
+
}));
|
|
25
|
+
Sync.defaultProps = {
|
|
26
|
+
fill: '#fff'
|
|
27
|
+
};
|
|
28
|
+
Sync.propTypes = {
|
|
29
|
+
fill: _propTypes.default.string
|
|
30
|
+
};
|
|
31
|
+
var _default = exports.default = Sync;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
9
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
10
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
11
|
+
const Text = props => /*#__PURE__*/_react.default.createElement("svg", _extends({
|
|
12
|
+
width: "17",
|
|
13
|
+
height: "12",
|
|
14
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
15
|
+
}, props), /*#__PURE__*/_react.default.createElement("text", {
|
|
16
|
+
transform: "translate(-9 -4)",
|
|
17
|
+
fill: props.fill,
|
|
18
|
+
fillRule: "evenodd",
|
|
19
|
+
fontFamily: "Lato-Bold, Lato",
|
|
20
|
+
fontSize: "13",
|
|
21
|
+
fontWeight: "bold",
|
|
22
|
+
letterSpacing: ".7"
|
|
23
|
+
}, /*#__PURE__*/_react.default.createElement("tspan", {
|
|
24
|
+
x: "9",
|
|
25
|
+
y: "15"
|
|
26
|
+
}, "Ab")));
|
|
27
|
+
Text.defaultProps = {
|
|
28
|
+
fill: '#fff'
|
|
29
|
+
};
|
|
30
|
+
Text.propTypes = {
|
|
31
|
+
fill: _propTypes.default.string
|
|
32
|
+
};
|
|
33
|
+
var _default = exports.default = Text;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
9
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
10
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
11
|
+
const Uid = props => /*#__PURE__*/_react.default.createElement("svg", _extends({
|
|
12
|
+
width: "13",
|
|
13
|
+
height: "13",
|
|
14
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
15
|
+
}, props), /*#__PURE__*/_react.default.createElement("path", {
|
|
16
|
+
d: "M6.427 2.966a1.43 1.43 0 00-.433-1.05 1.43 1.43 0 00-1.05-.433 1.43 1.43 0 00-1.051.433 1.43 1.43 0 00-.433 1.05c0 .216.05.43.147.641a1.511 1.511 0 00-.64-.147 1.43 1.43 0 00-1.051.433 1.43 1.43 0 00-.433 1.05c0 .413.144.763.433 1.051a1.43 1.43 0 001.05.433 1.43 1.43 0 001.05-.433 1.43 1.43 0 00.433-1.05c0-.217-.049-.43-.147-.642.212.098.425.147.642.147a1.43 1.43 0 001.05-.432 1.43 1.43 0 00.433-1.05zM13 8.404c0 .088-.126.258-.378.51-.253.252-.423.378-.51.378-.047 0-.12-.04-.22-.123a3.868 3.868 0 01-.282-.255c-.088-.088-.187-.19-.298-.31-.11-.118-.174-.185-.189-.2l-.742.742 1.7 1.699c.144.144.216.32.216.525 0 .216-.1.425-.301.626-.201.2-.41.301-.626.301a.715.715 0 01-.525-.216L5.662 6.898c-.906.674-1.846 1.012-2.82 1.012-.839 0-1.522-.264-2.05-.792C.264 6.59 0 5.907 0 5.068c0-.825.245-1.63.734-2.419A5.871 5.871 0 012.649.734C3.437.244 4.243 0 5.067 0c.84 0 1.523.264 2.05.792.529.528.793 1.211.793 2.05 0 .974-.338 1.914-1.012 2.82L9.64 8.404l.741-.741a16.721 16.721 0 00-.2-.19c-.119-.11-.222-.21-.31-.297a3.868 3.868 0 01-.254-.282c-.083-.1-.124-.174-.124-.22 0-.088.126-.258.379-.51.252-.252.422-.378.51-.378.066 0 .126.025.177.077l.355.343c.206.199.418.403.634.615.216.21.439.432.668.664.23.232.417.432.564.602.147.17.22.276.22.317z",
|
|
17
|
+
fill: props.fill,
|
|
18
|
+
fillRule: "nonzero"
|
|
19
|
+
}));
|
|
20
|
+
Uid.defaultProps = {
|
|
21
|
+
fill: '#fff'
|
|
22
|
+
};
|
|
23
|
+
Uid.propTypes = {
|
|
24
|
+
fill: _propTypes.default.string
|
|
25
|
+
};
|
|
26
|
+
var _default = exports.default = Uid;
|
|
@@ -0,0 +1,237 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "Arrow", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function () {
|
|
9
|
+
return _Arrow.default;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
Object.defineProperty(exports, "Bool", {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: function () {
|
|
15
|
+
return _Bool.default;
|
|
16
|
+
}
|
|
17
|
+
});
|
|
18
|
+
Object.defineProperty(exports, "Calendar", {
|
|
19
|
+
enumerable: true,
|
|
20
|
+
get: function () {
|
|
21
|
+
return _Calendar.default;
|
|
22
|
+
}
|
|
23
|
+
});
|
|
24
|
+
Object.defineProperty(exports, "Carret", {
|
|
25
|
+
enumerable: true,
|
|
26
|
+
get: function () {
|
|
27
|
+
return _Carret.default;
|
|
28
|
+
}
|
|
29
|
+
});
|
|
30
|
+
Object.defineProperty(exports, "Component", {
|
|
31
|
+
enumerable: true,
|
|
32
|
+
get: function () {
|
|
33
|
+
return _Component.default;
|
|
34
|
+
}
|
|
35
|
+
});
|
|
36
|
+
Object.defineProperty(exports, "ContentType", {
|
|
37
|
+
enumerable: true,
|
|
38
|
+
get: function () {
|
|
39
|
+
return _ContentType.default;
|
|
40
|
+
}
|
|
41
|
+
});
|
|
42
|
+
Object.defineProperty(exports, "Dots", {
|
|
43
|
+
enumerable: true,
|
|
44
|
+
get: function () {
|
|
45
|
+
return _Dots.default;
|
|
46
|
+
}
|
|
47
|
+
});
|
|
48
|
+
Object.defineProperty(exports, "Duplicate", {
|
|
49
|
+
enumerable: true,
|
|
50
|
+
get: function () {
|
|
51
|
+
return _Duplicate.default;
|
|
52
|
+
}
|
|
53
|
+
});
|
|
54
|
+
Object.defineProperty(exports, "DynamicZone", {
|
|
55
|
+
enumerable: true,
|
|
56
|
+
get: function () {
|
|
57
|
+
return _DynamicZone.default;
|
|
58
|
+
}
|
|
59
|
+
});
|
|
60
|
+
Object.defineProperty(exports, "Email", {
|
|
61
|
+
enumerable: true,
|
|
62
|
+
get: function () {
|
|
63
|
+
return _Email.default;
|
|
64
|
+
}
|
|
65
|
+
});
|
|
66
|
+
Object.defineProperty(exports, "Enumeration", {
|
|
67
|
+
enumerable: true,
|
|
68
|
+
get: function () {
|
|
69
|
+
return _Enumeration.default;
|
|
70
|
+
}
|
|
71
|
+
});
|
|
72
|
+
Object.defineProperty(exports, "Envelope", {
|
|
73
|
+
enumerable: true,
|
|
74
|
+
get: function () {
|
|
75
|
+
return _Envelope.default;
|
|
76
|
+
}
|
|
77
|
+
});
|
|
78
|
+
Object.defineProperty(exports, "Fail", {
|
|
79
|
+
enumerable: true,
|
|
80
|
+
get: function () {
|
|
81
|
+
return _Fail.default;
|
|
82
|
+
}
|
|
83
|
+
});
|
|
84
|
+
Object.defineProperty(exports, "Globe", {
|
|
85
|
+
enumerable: true,
|
|
86
|
+
get: function () {
|
|
87
|
+
return _Globe.default;
|
|
88
|
+
}
|
|
89
|
+
});
|
|
90
|
+
Object.defineProperty(exports, "GlobeCrossed", {
|
|
91
|
+
enumerable: true,
|
|
92
|
+
get: function () {
|
|
93
|
+
return _GlobeCrossed.default;
|
|
94
|
+
}
|
|
95
|
+
});
|
|
96
|
+
Object.defineProperty(exports, "Grab", {
|
|
97
|
+
enumerable: true,
|
|
98
|
+
get: function () {
|
|
99
|
+
return _Grab.default;
|
|
100
|
+
}
|
|
101
|
+
});
|
|
102
|
+
Object.defineProperty(exports, "GrabLarge", {
|
|
103
|
+
enumerable: true,
|
|
104
|
+
get: function () {
|
|
105
|
+
return _GrabLarge.default;
|
|
106
|
+
}
|
|
107
|
+
});
|
|
108
|
+
Object.defineProperty(exports, "Json", {
|
|
109
|
+
enumerable: true,
|
|
110
|
+
get: function () {
|
|
111
|
+
return _Json.default;
|
|
112
|
+
}
|
|
113
|
+
});
|
|
114
|
+
Object.defineProperty(exports, "Media", {
|
|
115
|
+
enumerable: true,
|
|
116
|
+
get: function () {
|
|
117
|
+
return _Media.default;
|
|
118
|
+
}
|
|
119
|
+
});
|
|
120
|
+
Object.defineProperty(exports, "NumberIcon", {
|
|
121
|
+
enumerable: true,
|
|
122
|
+
get: function () {
|
|
123
|
+
return _NumberIcon.default;
|
|
124
|
+
}
|
|
125
|
+
});
|
|
126
|
+
Object.defineProperty(exports, "Password", {
|
|
127
|
+
enumerable: true,
|
|
128
|
+
get: function () {
|
|
129
|
+
return _Password.default;
|
|
130
|
+
}
|
|
131
|
+
});
|
|
132
|
+
Object.defineProperty(exports, "Pencil", {
|
|
133
|
+
enumerable: true,
|
|
134
|
+
get: function () {
|
|
135
|
+
return _Pencil.default;
|
|
136
|
+
}
|
|
137
|
+
});
|
|
138
|
+
Object.defineProperty(exports, "Pending", {
|
|
139
|
+
enumerable: true,
|
|
140
|
+
get: function () {
|
|
141
|
+
return _Pending.default;
|
|
142
|
+
}
|
|
143
|
+
});
|
|
144
|
+
Object.defineProperty(exports, "Play", {
|
|
145
|
+
enumerable: true,
|
|
146
|
+
get: function () {
|
|
147
|
+
return _Play.default;
|
|
148
|
+
}
|
|
149
|
+
});
|
|
150
|
+
Object.defineProperty(exports, "Plus", {
|
|
151
|
+
enumerable: true,
|
|
152
|
+
get: function () {
|
|
153
|
+
return _Plus.default;
|
|
154
|
+
}
|
|
155
|
+
});
|
|
156
|
+
Object.defineProperty(exports, "Relation", {
|
|
157
|
+
enumerable: true,
|
|
158
|
+
get: function () {
|
|
159
|
+
return _Relation.default;
|
|
160
|
+
}
|
|
161
|
+
});
|
|
162
|
+
Object.defineProperty(exports, "Remove", {
|
|
163
|
+
enumerable: true,
|
|
164
|
+
get: function () {
|
|
165
|
+
return _Remove.default;
|
|
166
|
+
}
|
|
167
|
+
});
|
|
168
|
+
Object.defineProperty(exports, "RichText", {
|
|
169
|
+
enumerable: true,
|
|
170
|
+
get: function () {
|
|
171
|
+
return _RichText.default;
|
|
172
|
+
}
|
|
173
|
+
});
|
|
174
|
+
Object.defineProperty(exports, "SingleType", {
|
|
175
|
+
enumerable: true,
|
|
176
|
+
get: function () {
|
|
177
|
+
return _SingleType.default;
|
|
178
|
+
}
|
|
179
|
+
});
|
|
180
|
+
Object.defineProperty(exports, "Success", {
|
|
181
|
+
enumerable: true,
|
|
182
|
+
get: function () {
|
|
183
|
+
return _Success.default;
|
|
184
|
+
}
|
|
185
|
+
});
|
|
186
|
+
Object.defineProperty(exports, "Sync", {
|
|
187
|
+
enumerable: true,
|
|
188
|
+
get: function () {
|
|
189
|
+
return _Sync.default;
|
|
190
|
+
}
|
|
191
|
+
});
|
|
192
|
+
Object.defineProperty(exports, "Text", {
|
|
193
|
+
enumerable: true,
|
|
194
|
+
get: function () {
|
|
195
|
+
return _Text.default;
|
|
196
|
+
}
|
|
197
|
+
});
|
|
198
|
+
Object.defineProperty(exports, "Uid", {
|
|
199
|
+
enumerable: true,
|
|
200
|
+
get: function () {
|
|
201
|
+
return _Uid.default;
|
|
202
|
+
}
|
|
203
|
+
});
|
|
204
|
+
var _Arrow = _interopRequireDefault(require("./components/Arrow"));
|
|
205
|
+
var _Bool = _interopRequireDefault(require("./components/Bool"));
|
|
206
|
+
var _Carret = _interopRequireDefault(require("./components/Carret"));
|
|
207
|
+
var _Calendar = _interopRequireDefault(require("./components/Calendar"));
|
|
208
|
+
var _ContentType = _interopRequireDefault(require("./components/ContentType"));
|
|
209
|
+
var _Component = _interopRequireDefault(require("./components/Component"));
|
|
210
|
+
var _Duplicate = _interopRequireDefault(require("./components/Duplicate"));
|
|
211
|
+
var _Dots = _interopRequireDefault(require("./components/Dots"));
|
|
212
|
+
var _DynamicZone = _interopRequireDefault(require("./components/DynamicZone"));
|
|
213
|
+
var _Email = _interopRequireDefault(require("./components/Email"));
|
|
214
|
+
var _Enumeration = _interopRequireDefault(require("./components/Enumeration"));
|
|
215
|
+
var _Envelope = _interopRequireDefault(require("./components/Envelope"));
|
|
216
|
+
var _Fail = _interopRequireDefault(require("./components/Fail"));
|
|
217
|
+
var _Globe = _interopRequireDefault(require("./components/Globe"));
|
|
218
|
+
var _GlobeCrossed = _interopRequireDefault(require("./components/GlobeCrossed"));
|
|
219
|
+
var _Grab = _interopRequireDefault(require("./components/Grab"));
|
|
220
|
+
var _GrabLarge = _interopRequireDefault(require("./components/GrabLarge"));
|
|
221
|
+
var _Json = _interopRequireDefault(require("./components/Json"));
|
|
222
|
+
var _Media = _interopRequireDefault(require("./components/Media"));
|
|
223
|
+
var _NumberIcon = _interopRequireDefault(require("./components/NumberIcon"));
|
|
224
|
+
var _Password = _interopRequireDefault(require("./components/Password"));
|
|
225
|
+
var _Pencil = _interopRequireDefault(require("./components/Pencil"));
|
|
226
|
+
var _Pending = _interopRequireDefault(require("./components/Pending"));
|
|
227
|
+
var _Play = _interopRequireDefault(require("./components/Play"));
|
|
228
|
+
var _Plus = _interopRequireDefault(require("./components/Plus"));
|
|
229
|
+
var _Sync = _interopRequireDefault(require("./components/Sync"));
|
|
230
|
+
var _Relation = _interopRequireDefault(require("./components/Relation"));
|
|
231
|
+
var _Remove = _interopRequireDefault(require("./components/Remove"));
|
|
232
|
+
var _RichText = _interopRequireDefault(require("./components/RichText"));
|
|
233
|
+
var _SingleType = _interopRequireDefault(require("./components/SingleType"));
|
|
234
|
+
var _Success = _interopRequireDefault(require("./components/Success"));
|
|
235
|
+
var _Text = _interopRequireDefault(require("./components/Text"));
|
|
236
|
+
var _Uid = _interopRequireDefault(require("./components/Uid"));
|
|
237
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
package/build/index.js
ADDED
package/package.json
ADDED
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@punch-in/buffet-modern-icons",
|
|
3
|
+
"version": "3.3.10",
|
|
4
|
+
"description": "Icons kit",
|
|
5
|
+
"main": "build",
|
|
6
|
+
"module": "build/esm/index.js",
|
|
7
|
+
"sideEffects": [
|
|
8
|
+
"*.css"
|
|
9
|
+
],
|
|
10
|
+
"scripts": {
|
|
11
|
+
"prebuild": "rimraf build",
|
|
12
|
+
"build": "npm run build:development && npm run build:production && npm run build:esm && npm run create:index",
|
|
13
|
+
"build:analyze": "cross-env NODE_ENV=production webpack-cli --json > build/stats.production.json && webpack-bundle-analyzer build/stats.production.json",
|
|
14
|
+
"build:development": "cross-env NODE_ENV=development webpack-cli",
|
|
15
|
+
"build:esm": "cross-env BABEL_ENV=esm babel ./src --out-dir ./build/esm --ignore \"**/*.test.js\" --ignore \"**/test.js\" ",
|
|
16
|
+
"build:production": "cross-env NODE_ENV=production webpack-cli",
|
|
17
|
+
"build:watch": "npm run create:index && cross-env NODE_ENV=development webpack-cli -w",
|
|
18
|
+
"build:watch:esm": "cross-env BABEL_ENV=esm babel ./src --out-dir ./build/esm --ignore \"**/*.test.js\" --ignore \"**/test.js\" --watch",
|
|
19
|
+
"create:index": "node ./createBuildIndex.js",
|
|
20
|
+
"test": "npm run test:lint && npm run test:style",
|
|
21
|
+
"test:lint": "eslint .",
|
|
22
|
+
"test:lint:quiet": "eslint . --quiet",
|
|
23
|
+
"test:style": "stylelint src/components/**/*.js",
|
|
24
|
+
"test:style:quiet": "stylelint src/components/**/*.js --quiet",
|
|
25
|
+
"lint:fix": "eslint . --fix",
|
|
26
|
+
"prepublishOnly": "npm run build"
|
|
27
|
+
},
|
|
28
|
+
"keywords": [
|
|
29
|
+
"Buffet.js",
|
|
30
|
+
"icons"
|
|
31
|
+
],
|
|
32
|
+
"author": "strapi Team",
|
|
33
|
+
"license": "MIT",
|
|
34
|
+
"publishConfig": {
|
|
35
|
+
"access": "public"
|
|
36
|
+
},
|
|
37
|
+
"repository": {
|
|
38
|
+
"type": "git",
|
|
39
|
+
"url": "https://github.com/strapi/buffet"
|
|
40
|
+
},
|
|
41
|
+
"dependencies": {
|
|
42
|
+
"prop-types": "^15.5.10"
|
|
43
|
+
},
|
|
44
|
+
"devDependencies": {
|
|
45
|
+
"@babel/cli": "^7.1.5",
|
|
46
|
+
"@babel/core": "^7.1.6",
|
|
47
|
+
"@babel/eslint-parser": "^7.22.0",
|
|
48
|
+
"@babel/plugin-proposal-export-default-from": "^7.0.0",
|
|
49
|
+
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
|
|
50
|
+
"@babel/plugin-proposal-function-bind": "^7.0.0",
|
|
51
|
+
"@babel/plugin-transform-class-properties": "^7.1.0",
|
|
52
|
+
"@babel/plugin-transform-export-namespace-from": "^7.0.0",
|
|
53
|
+
"@babel/plugin-transform-flow-strip-types": "^7.1.6",
|
|
54
|
+
"@babel/preset-env": "^7.1.6",
|
|
55
|
+
"@babel/preset-flow": "^7.0.0",
|
|
56
|
+
"@babel/preset-react": "^7.0.0",
|
|
57
|
+
"babel-jest": "^23.6.0",
|
|
58
|
+
"babel-loader": "^8.0.4",
|
|
59
|
+
"babel-plugin-module-resolver": "3.0.0",
|
|
60
|
+
"bundlesize": "^0.17.0",
|
|
61
|
+
"cross-env": "^5.1.4",
|
|
62
|
+
"enzyme": "^3.10.0",
|
|
63
|
+
"eslint": "^7.5.0",
|
|
64
|
+
"eslint-config-airbnb": "^18.2.0",
|
|
65
|
+
"eslint-config-prettier": "^6.11.0",
|
|
66
|
+
"eslint-import-resolver-lerna": "^1.1.0",
|
|
67
|
+
"eslint-import-resolver-webpack": "^0.12.2",
|
|
68
|
+
"eslint-plugin-import": "^2.22.0",
|
|
69
|
+
"eslint-plugin-jest": "^23.19.0",
|
|
70
|
+
"eslint-plugin-jsx-a11y": "^6.3.1",
|
|
71
|
+
"eslint-plugin-react": "^7.20.5",
|
|
72
|
+
"eslint-plugin-react-hooks": "^4.6.0",
|
|
73
|
+
"jest-styled-components": "^7.0.0",
|
|
74
|
+
"mini-css-extract-plugin": "^0.4.0",
|
|
75
|
+
"react": "^16.14.0",
|
|
76
|
+
"react-dom": "^16.14.0",
|
|
77
|
+
"rimraf": "^3.0.2",
|
|
78
|
+
"styled-components": "^5.3.10",
|
|
79
|
+
"stylelint": "^13.6.1",
|
|
80
|
+
"stylelint-config-prettier": "^8.0.2",
|
|
81
|
+
"stylelint-config-rational-order": "^0.1.2",
|
|
82
|
+
"stylelint-config-standard": "^20.0.0",
|
|
83
|
+
"stylelint-config-styled-components": "^0.1.1",
|
|
84
|
+
"stylelint-processor-styled-components": "^1.10.0",
|
|
85
|
+
"typescript": "^3.9.10",
|
|
86
|
+
"url-loader": "^1.0.1",
|
|
87
|
+
"webpack": "~4.44.0",
|
|
88
|
+
"webpack-bundle-analyzer": "^3.8.0",
|
|
89
|
+
"webpack-cli": "~3.3.12"
|
|
90
|
+
},
|
|
91
|
+
"peerDependencies": {
|
|
92
|
+
"react": "^16.9.0",
|
|
93
|
+
"styled-components": "^5.0.0"
|
|
94
|
+
},
|
|
95
|
+
"gitHead": "c81129423fe7c1a0f5bdfeff023d157ab1ee4767"
|
|
96
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import PropTypes from 'prop-types';
|
|
3
|
+
|
|
4
|
+
const Arrow = props => (
|
|
5
|
+
<svg width="10" height="10" xmlns="http://www.w3.org/2000/svg" {...props}>
|
|
6
|
+
<path
|
|
7
|
+
d="M8.70908786,0.724302898 C8.70908786,0.79993292 8.67999939,0.8668364 8.62182245,0.92501334 L4.55525437,4.99158142 C4.49707743,5.04975836 4.43017395,5.07884683 4.35454393,5.07884683 C4.27891391,5.07884683 4.21201043,5.04975836 4.15383349,4.99158142 L0.0872654094,0.92501334 C0.0290884698,0.8668364 1.15463195e-14,0.79993292 1.15463195e-14,0.724302898 C1.15463195e-14,0.648672877 0.0290884698,0.581769396 0.0872654094,0.523592457 L0.523592457,0.0872654094 C0.581769396,0.0290884698 0.648672877,6.17284002e-14 0.724302898,6.17284002e-14 C0.79993292,6.17284002e-14 0.8668364,0.0290884698 0.92501334,0.0872654094 L4.35454393,3.516796 L7.78407452,0.0872654094 C7.84225146,0.0290884698 7.90915494,6.17284002e-14 7.98478496,6.17284002e-14 C8.06041499,6.17284002e-14 8.12731847,0.0290884698 8.18549541,0.0872654094 L8.62182245,0.523592457 C8.67999939,0.581769396 8.70908786,0.648672877 8.70908786,0.724302898 Z"
|
|
8
|
+
id="Path"
|
|
9
|
+
fillRule="nonzero"
|
|
10
|
+
transform="translate(4.354544, 2.539423) scale(-1, -1) translate(-4.354544, -2.539423) "
|
|
11
|
+
></path>
|
|
12
|
+
<rect id="Rectangle" x="3.8" y="1" width="1.2" height="8" rx="0.2"></rect>
|
|
13
|
+
</svg>
|
|
14
|
+
);
|
|
15
|
+
|
|
16
|
+
Arrow.defaultProps = {
|
|
17
|
+
fill: '#fff',
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
Arrow.propTypes = {
|
|
21
|
+
fill: PropTypes.string,
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
export default Arrow;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import PropTypes from 'prop-types';
|
|
3
|
+
|
|
4
|
+
const Bool = ({ rectFill, pathFill, ...rest }) => (
|
|
5
|
+
<svg width="19" height="10" xmlns="http://www.w3.org/2000/svg" {...rest}>
|
|
6
|
+
<g fill="none" fillRule="evenodd">
|
|
7
|
+
<rect fill={rectFill} width="19" height="10" rx="5" />
|
|
8
|
+
<path d="M5 1a4 4 0 110 8 4 4 0 010-8z" fill={pathFill} />
|
|
9
|
+
</g>
|
|
10
|
+
</svg>
|
|
11
|
+
);
|
|
12
|
+
|
|
13
|
+
Bool.defaultProps = {
|
|
14
|
+
pathFill: '#69BA05',
|
|
15
|
+
rectFill: '#fff',
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
Bool.propTypes = {
|
|
19
|
+
pathFill: PropTypes.string,
|
|
20
|
+
rectFill: PropTypes.string,
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
export default Bool;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import PropTypes from 'prop-types';
|
|
3
|
+
|
|
4
|
+
const Calendar = props => (
|
|
5
|
+
<svg width="13" height="12" xmlns="http://www.w3.org/2000/svg" {...props}>
|
|
6
|
+
<path
|
|
7
|
+
d="M.973 11.143h2.19V9.214H.972v1.929zm2.676 0h2.433V9.214H3.649v1.929zM.973 8.786h2.19V6.643H.972v2.143zm2.676 0h2.433V6.643H3.649v2.143zM.973 6.214h2.19V4.286H.972v1.928zm5.595 4.929h2.433V9.214H6.568v1.929zM3.65 6.214h2.433V4.286H3.649v1.928zm5.838 4.929h2.19V9.214h-2.19v1.929zM6.568 8.786h2.433V6.643H6.568v2.143zM3.892 3V1.071a.195.195 0 00-.072-.15.25.25 0 00-.171-.064h-.487a.25.25 0 00-.17.064.195.195 0 00-.073.15V3c0 .058.024.108.072.15a.25.25 0 00.171.064h.487a.25.25 0 00.171-.063A.195.195 0 003.892 3zm5.595 5.786h2.19V6.643h-2.19v2.143zM6.568 6.214h2.433V4.286H6.568v1.928zm2.92 0h2.189V4.286h-2.19v1.928zM9.73 3V1.071a.195.195 0 00-.073-.15.25.25 0 00-.17-.064H9a.25.25 0 00-.171.064.195.195 0 00-.073.15V3c0 .058.025.108.073.15a.25.25 0 00.17.064h.487a.25.25 0 00.171-.063A.195.195 0 009.731 3zm2.919-.429v8.572a.779.779 0 01-.29.603c-.192.17-.42.254-.683.254H.973c-.263 0-.492-.085-.684-.254A.779.779 0 010 11.143V2.57c0-.232.096-.433.289-.602.192-.17.42-.255.684-.255h.973v-.643c0-.294.12-.546.357-.756.239-.21.525-.315.86-.315h.486c.334 0 .62.105.859.315.238.21.357.462.357.756v.643h2.92v-.643c0-.294.119-.546.357-.756C8.38.105 8.666 0 9 0h.486c.335 0 .621.105.86.315.238.21.357.462.357.756v.643h.973c.263 0 .491.085.684.255.192.17.289.37.289.602z"
|
|
8
|
+
fill={props.fill}
|
|
9
|
+
fillRule="nonzero"
|
|
10
|
+
/>
|
|
11
|
+
</svg>
|
|
12
|
+
);
|
|
13
|
+
|
|
14
|
+
Calendar.defaultProps = {
|
|
15
|
+
fill: '#fff',
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
Calendar.propTypes = {
|
|
19
|
+
fill: PropTypes.string,
|
|
20
|
+
};
|
|
21
|
+
|
|
22
|
+
export default Calendar;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import PropTypes from 'prop-types';
|
|
3
|
+
|
|
4
|
+
const Carret = ({ fill, ...rest }) => (
|
|
5
|
+
<svg
|
|
6
|
+
viewport=" 0 0 7 5"
|
|
7
|
+
width="7"
|
|
8
|
+
height="5"
|
|
9
|
+
{...rest}
|
|
10
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
11
|
+
>
|
|
12
|
+
<path
|
|
13
|
+
d="M0 .469c0 .127.043.237.13.33l3.062 3.28a.407.407 0 0 0 .616 0L6.87.8A.467.467 0 0 0 7 .468a.467.467 0 0 0-.13-.33A.407.407 0 0 0 6.563 0H.438A.407.407 0 0 0 .13.14.467.467 0 0 0 0 .468z"
|
|
14
|
+
fillRule="nonzero"
|
|
15
|
+
fill={fill}
|
|
16
|
+
/>
|
|
17
|
+
</svg>
|
|
18
|
+
);
|
|
19
|
+
|
|
20
|
+
Carret.defaultProps = {
|
|
21
|
+
fill: '#333740',
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
Carret.propTypes = {
|
|
25
|
+
fill: PropTypes.string,
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
export default Carret;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import PropTypes from 'prop-types';
|
|
3
|
+
|
|
4
|
+
const Component = props => (
|
|
5
|
+
<svg width="13" height="11" xmlns="http://www.w3.org/2000/svg" {...props}>
|
|
6
|
+
<g fill={props.fill} fillRule="evenodd">
|
|
7
|
+
<g transform="translate(5 3.72)">
|
|
8
|
+
<rect x="1" width="1" height="5" rx=".5" />
|
|
9
|
+
<rect y="4" width="3" height="3" rx="1.5" />
|
|
10
|
+
</g>
|
|
11
|
+
<g transform="rotate(60 6.227 9.687)">
|
|
12
|
+
<rect x="1" y="2" width="1" height="5" rx=".5" />
|
|
13
|
+
<rect width="3" height="3" rx="1.5" />
|
|
14
|
+
</g>
|
|
15
|
+
<g transform="rotate(-60 1.775 1.025)">
|
|
16
|
+
<rect
|
|
17
|
+
transform="matrix(-1 0 0 1 3 0)"
|
|
18
|
+
x="1"
|
|
19
|
+
y="2"
|
|
20
|
+
width="1"
|
|
21
|
+
height="5"
|
|
22
|
+
rx=".5"
|
|
23
|
+
/>
|
|
24
|
+
<rect width="3" height="3" rx="1.5" />
|
|
25
|
+
</g>
|
|
26
|
+
</g>
|
|
27
|
+
</svg>
|
|
28
|
+
);
|
|
29
|
+
|
|
30
|
+
Component.defaultProps = {
|
|
31
|
+
fill: '#fff',
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
Component.propTypes = {
|
|
35
|
+
fill: PropTypes.string,
|
|
36
|
+
};
|
|
37
|
+
|
|
38
|
+
export default Component;
|