@pierre/icons 0.7.0 → 0.7.1

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.
@@ -4,6 +4,6 @@ import { Colors } from '../types';
4
4
  export function IconReplace({ size = 16, color = "currentcolor", style, className, ...props }) {
5
5
  const height = size;
6
6
  const width = size === "1em" ? "1em" : Number(size) * 1;
7
- return _jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: Colors[color] ?? color, viewBox: "0 0 16 16", width: width, height: height, style: style, className: `pi${className != null ? ` ${className}` : ``}`, ...props, ...props, children: _jsx("path", { fillRule: "evenodd", d: "M5.28 4.72a.75.75 0 0 1 0 1.06L3.56 7.5h8.19a1.75 1.75 0 0 0 1.75-1.75v-4a.75.75 0 0 1 1.5 0v4A3.25 3.25 0 0 1 11.75 9H3.56l1.72 1.72a.75.75 0 1 1-1.06 1.06l-3-3a.75.75 0 0 1 0-1.06l3-3a.75.75 0 0 1 1.06 0", clipRule: "evenodd" }) });
7
+ return _jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: Colors[color] ?? color, viewBox: "0 0 16 16", width: width, height: height, style: style, className: `pi${className != null ? ` ${className}` : ``}`, ...props, ...props, children: _jsx("path", { fillRule: "evenodd", d: "M5.28 5.72a.75.75 0 0 1 0 1.06L3.56 8.5h8.19a1.75 1.75 0 0 0 1.75-1.75v-4a.75.75 0 0 1 1.5 0v4A3.25 3.25 0 0 1 11.75 10H3.56l1.72 1.72a.75.75 0 1 1-1.06 1.06l-3-3a.75.75 0 0 1 0-1.06l3-3a.75.75 0 0 1 1.06 0", clipRule: "evenodd" }) });
8
8
  }
9
9
  //# sourceMappingURL=IconReplace.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconReplace.js","sourceRoot":"","sources":["../../src/icons/IconReplace.tsx"],"names":[],"mappings":";AAAA,4DAA4D;AAC5D,OAAO,EAAE,MAAM,EAAkB,MAAM,UAAU,CAAC;AAClD,MAAM,UAAU,WAAW,CAAC,EAC1B,IAAI,GAAG,EAAE,EACT,KAAK,GAAG,cAAc,EACtB,KAAK,EACL,SAAS,EACT,GAAG,KAAK,EACE;IACV,MAAM,MAAM,GAAG,IAAI,CAAC;IACpB,MAAM,KAAK,GAAG,IAAI,KAAK,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;IACxD,OAAO,cAAK,KAAK,EAAC,4BAA4B,EAAC,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,IAAI,KAAK,EAAE,OAAO,EAAC,WAAW,EAAC,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,KAAK,SAAS,IAAI,IAAI,CAAC,CAAC,CAAC,IAAI,SAAS,EAAE,CAAC,CAAC,CAAC,EAAE,EAAE,KAAM,KAAK,KAAM,KAAK,YAAE,eAAM,QAAQ,EAAC,SAAS,EAAC,CAAC,EAAC,+MAA+M,EAAC,QAAQ,EAAC,SAAS,GAAG,GAAM,CAAC;AACxe,CAAC"}
1
+ {"version":3,"file":"IconReplace.js","sourceRoot":"","sources":["../../src/icons/IconReplace.tsx"],"names":[],"mappings":";AAAA,4DAA4D;AAC5D,OAAO,EAAE,MAAM,EAAkB,MAAM,UAAU,CAAC;AAClD,MAAM,UAAU,WAAW,CAAC,EAC1B,IAAI,GAAG,EAAE,EACT,KAAK,GAAG,cAAc,EACtB,KAAK,EACL,SAAS,EACT,GAAG,KAAK,EACE;IACV,MAAM,MAAM,GAAG,IAAI,CAAC;IACpB,MAAM,KAAK,GAAG,IAAI,KAAK,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;IACxD,OAAO,cAAK,KAAK,EAAC,4BAA4B,EAAC,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,IAAI,KAAK,EAAE,OAAO,EAAC,WAAW,EAAC,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,KAAK,SAAS,IAAI,IAAI,CAAC,CAAC,CAAC,IAAI,SAAS,EAAE,CAAC,CAAC,CAAC,EAAE,EAAE,KAAM,KAAK,KAAM,KAAK,YAAE,eAAM,QAAQ,EAAC,SAAS,EAAC,CAAC,EAAC,gNAAgN,EAAC,QAAQ,EAAC,SAAS,GAAG,GAAM,CAAC;AACze,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pierre/icons",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "type": "module",
5
5
  "description": "The Pierre Computer Company Icon Library",
6
6
  "license": "Apache-2.0",
@@ -1,3 +1,3 @@
1
1
  <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M5.28033 4.71967C5.57322 5.01256 5.57322 5.48744 5.28033 5.78033L3.56066 7.5H11.75C12.7165 7.5 13.5 6.7165 13.5 5.75V1.75C13.5 1.33579 13.8358 1 14.25 1C14.6642 1 15 1.33579 15 1.75V5.75C15 7.54493 13.5449 9 11.75 9H3.56066L5.28033 10.7197C5.57322 11.0126 5.57322 11.4874 5.28033 11.7803C4.98744 12.0732 4.51256 12.0732 4.21967 11.7803L1.21967 8.78033C0.926777 8.48744 0.926777 8.01256 1.21967 7.71967L4.21967 4.71967C4.51256 4.42678 4.98744 4.42678 5.28033 4.71967Z" fill="black"/>
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M5.28033 5.71967C5.57322 6.01256 5.57322 6.48744 5.28033 6.78033L3.56066 8.5H11.75C12.7165 8.5 13.5 7.7165 13.5 6.75V2.75C13.5 2.33579 13.8358 2 14.25 2C14.6642 2 15 2.33579 15 2.75V6.75C15 8.54493 13.5449 10 11.75 10H3.56066L5.28033 11.7197C5.57322 12.0126 5.57322 12.4874 5.28033 12.7803C4.98744 13.0732 4.51256 13.0732 4.21967 12.7803L1.21967 9.78033C0.926777 9.48744 0.926777 9.01256 1.21967 8.71967L4.21967 5.71967C4.51256 5.42678 4.98744 5.42678 5.28033 5.71967Z" fill="black"/>
3
3
  </svg>