@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
|
@@ -7303,18 +7303,18 @@ var OrderByIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {
|
|
|
7303
7303
|
var _ref$color = _ref.color,
|
|
7304
7304
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
7305
7305
|
props = _objectWithoutPropertiesLoose(_ref, _excluded$4D);
|
|
7306
|
-
return createElement("svg", {
|
|
7306
|
+
return createElement("svg", Object.assign({
|
|
7307
7307
|
width: "24",
|
|
7308
7308
|
height: "24",
|
|
7309
7309
|
viewBox: "0 0 24 24",
|
|
7310
7310
|
fill: "none",
|
|
7311
7311
|
xmlns: "http://www.w3.org/2000/svg"
|
|
7312
|
-
}, createElement("path", Object.assign({
|
|
7313
|
-
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",
|
|
7314
|
-
fill: color
|
|
7315
7312
|
}, props, {
|
|
7316
7313
|
ref: forwardedRef
|
|
7317
|
-
})
|
|
7314
|
+
}), createElement("path", {
|
|
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
|
+
}), createElement("path", {
|
|
7318
7318
|
opacity: "0.5",
|
|
7319
7319
|
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",
|
|
7320
7320
|
fill: color
|