@brizy/ui-icons 0.0.57 → 0.0.58

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.
@@ -1,4 +1,4 @@
1
1
  import React from "react";
2
- export const ChevronLeft = () => (React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16" },
3
- React.createElement("g", { fillRule: "nonzero", fill: "currentColor", stroke: "none", strokeWidth: "1" },
4
- React.createElement("path", { d: "M3.42,7.04l7.13-6.67c0.56-0.51,1.45-0.5,2,0.02s0.56,1.35,0.02,1.87L6.44,7.98l6.12,5.72c0.37,0.33,0.52,0.83,0.39,1.3c-0.13,0.47-0.52,0.83-1.02,0.95s-1.03-0.02-1.39-0.36L3.42,8.93C2.86,8.41,2.86,7.56,3.42,7.04z", fill: "currentColor", fillRule: "nonzero" }))));
2
+ export const ChevronLeft = () => (React.createElement("svg", { width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 16 16" },
3
+ React.createElement("g", null,
4
+ React.createElement("path", { d: "M10.975 16L12 15.009 4.75 8 12 .991 10.975 0l-7.762 7.504a.684.684 0 0 0 0 .992L10.975 16z", fill: "currentColor", fillRule: "nonzero", stroke: "none", strokeWidth: "1" }))));
@@ -5,6 +5,6 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.ChevronLeft = void 0;
7
7
  const react_1 = __importDefault(require("react"));
8
- exports.ChevronLeft = () => (react_1.default.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16" },
9
- react_1.default.createElement("g", { fillRule: "nonzero", fill: "currentColor", stroke: "none", strokeWidth: "1" },
10
- react_1.default.createElement("path", { d: "M3.42,7.04l7.13-6.67c0.56-0.51,1.45-0.5,2,0.02s0.56,1.35,0.02,1.87L6.44,7.98l6.12,5.72c0.37,0.33,0.52,0.83,0.39,1.3c-0.13,0.47-0.52,0.83-1.02,0.95s-1.03-0.02-1.39-0.36L3.42,8.93C2.86,8.41,2.86,7.56,3.42,7.04z", fill: "currentColor", fillRule: "nonzero" }))));
8
+ exports.ChevronLeft = () => (react_1.default.createElement("svg", { width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 16 16" },
9
+ react_1.default.createElement("g", null,
10
+ react_1.default.createElement("path", { d: "M10.975 16L12 15.009 4.75 8 12 .991 10.975 0l-7.762 7.504a.684.684 0 0 0 0 .992L10.975 16z", fill: "currentColor", fillRule: "nonzero", stroke: "none", strokeWidth: "1" }))));
package/package-lock.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brizy/ui-icons",
3
- "version": "0.0.57",
3
+ "version": "0.0.58",
4
4
  "lockfileVersion": 1,
5
5
  "requires": true,
6
6
  "dependencies": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brizy/ui-icons",
3
- "version": "0.0.57",
3
+ "version": "0.0.58",
4
4
  "description": "Icons for @brizy-ui",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",