@pierre/icons 0.3.2 → 0.3.3
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/icons/IconExpand.js
CHANGED
|
@@ -4,6 +4,6 @@ import { Colors } from '../types';
|
|
|
4
4
|
export function IconExpand({ 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", { d: "
|
|
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", { d: "M11.147 6.646a.5.5 0 1 1 .707.708l-3.5 3.5a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L8 9.793z" }) });
|
|
8
8
|
}
|
|
9
9
|
//# sourceMappingURL=IconExpand.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconExpand.js","sourceRoot":"","sources":["../../src/icons/IconExpand.tsx"],"names":[],"mappings":";AAAA,4DAA4D;AAC5D,OAAO,EAAE,MAAM,EAAkB,MAAM,UAAU,CAAC;AAClD,MAAM,UAAU,UAAU,CAAC,EACzB,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,CAAC,EAAC,
|
|
1
|
+
{"version":3,"file":"IconExpand.js","sourceRoot":"","sources":["../../src/icons/IconExpand.tsx"],"names":[],"mappings":";AAAA,4DAA4D;AAC5D,OAAO,EAAE,MAAM,EAAkB,MAAM,UAAU,CAAC;AAClD,MAAM,UAAU,UAAU,CAAC,EACzB,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,CAAC,EAAC,qGAAqG,GAAG,GAAM,CAAC;AACxV,CAAC"}
|
package/package.json
CHANGED
package/svg/IconExpand.svg
CHANGED
|
@@ -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 d="
|
|
2
|
+
<path d="M11.1465 6.64648C11.3417 6.45121 11.6582 6.45121 11.8535 6.64648C12.0488 6.84174 12.0488 7.15825 11.8535 7.35351L8.35351 10.8535C8.15825 11.0488 7.84174 11.0488 7.64648 10.8535L4.14648 7.35351C3.95121 7.15825 3.95121 6.84174 4.14648 6.64648C4.34174 6.45121 4.65825 6.45121 4.85351 6.64648L7.99999 9.79296L11.1465 6.64648Z" fill="black"/>
|
|
3
3
|
</svg>
|