@stash-ui/duotone-icons 1.0.52 → 1.0.53
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/duotone-icons.cjs.development.js +5 -5
- package/dist/duotone-icons.cjs.development.js.map +1 -1
- package/dist/duotone-icons.cjs.production.min.js +1 -1
- package/dist/duotone-icons.cjs.production.min.js.map +1 -1
- package/dist/duotone-icons.esm.js +5 -5
- package/dist/duotone-icons.esm.js.map +1 -1
- package/package.json +1 -1
|
@@ -7305,18 +7305,18 @@ var OrderByIcon = /*#__PURE__*/React.forwardRef(function (_ref, forwardedRef) {
|
|
|
7305
7305
|
var _ref$color = _ref.color,
|
|
7306
7306
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
7307
7307
|
props = _objectWithoutPropertiesLoose(_ref, _excluded$4D);
|
|
7308
|
-
return React.createElement("svg", {
|
|
7308
|
+
return React.createElement("svg", Object.assign({
|
|
7309
7309
|
width: "24",
|
|
7310
7310
|
height: "24",
|
|
7311
7311
|
viewBox: "0 0 24 24",
|
|
7312
7312
|
fill: "none",
|
|
7313
7313
|
xmlns: "http://www.w3.org/2000/svg"
|
|
7314
|
-
}, React.createElement("path", Object.assign({
|
|
7315
|
-
d: "M6.74271 4.78653C7.12474 4.40449 7.74414 4.40449 8.12618 4.78653L11.387 8.0474C11.7691 8.42943 11.7691 9.04883 11.387 9.43087C11.005 9.8129 10.3856 9.8129 10.0036 9.43087L8.4127 7.83999L8.41271 18.5217C8.41271 19.062 7.97473 19.5 7.43445 19.5C6.89417 19.5 6.45619 19.062 6.45619 18.5217L6.45618 7.83999L4.86531 9.43087C4.48327 9.8129 3.86387 9.8129 3.48184 9.43087C3.0998 9.04883 3.0998 8.42943 3.48184 8.0474L6.74271 4.78653Z",
|
|
7316
|
-
fill: color
|
|
7317
7314
|
}, props, {
|
|
7318
7315
|
ref: forwardedRef
|
|
7319
|
-
})
|
|
7316
|
+
}), React.createElement("path", {
|
|
7317
|
+
d: "M6.74271 4.78653C7.12474 4.40449 7.74414 4.40449 8.12618 4.78653L11.387 8.0474C11.7691 8.42943 11.7691 9.04883 11.387 9.43087C11.005 9.8129 10.3856 9.8129 10.0036 9.43087L8.4127 7.83999L8.41271 18.5217C8.41271 19.062 7.97473 19.5 7.43445 19.5C6.89417 19.5 6.45619 19.062 6.45619 18.5217L6.45618 7.83999L4.86531 9.43087C4.48327 9.8129 3.86387 9.8129 3.48184 9.43087C3.0998 9.04883 3.0998 8.42943 3.48184 8.0474L6.74271 4.78653Z",
|
|
7318
|
+
fill: color
|
|
7319
|
+
}), React.createElement("path", {
|
|
7320
7320
|
opacity: "0.5",
|
|
7321
7321
|
d: "M17.2573 19.2135C16.8753 19.5955 16.2559 19.5955 15.8738 19.2135L12.613 15.9526C12.2309 15.5706 12.2309 14.9512 12.613 14.5691C12.995 14.1871 13.6144 14.1871 13.9964 14.5691L15.5873 16.16L15.5873 5.47826C15.5873 4.93798 16.0253 4.5 16.5656 4.5C17.1058 4.5 17.5438 4.93798 17.5438 5.47826L17.5438 16.16L19.1347 14.5691C19.5167 14.1871 20.1361 14.1871 20.5182 14.5691C20.9002 14.9512 20.9002 15.5706 20.5182 15.9526L17.2573 19.2135Z",
|
|
7322
7322
|
fill: color
|