@spark-ui/icons 1.20.6 → 1.20.7
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/CHANGELOG.md +4 -0
- package/dist/icons/House.js +1 -1
- package/dist/icons/House.mjs +4 -4
- package/dist/icons/Parking.js +1 -1
- package/dist/icons/Parking.mjs +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [1.20.7](https://github.com/adevinta/spark/compare/@spark-ui/icons@1.20.6...@spark-ui/icons@1.20.7) (2023-09-13)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @spark-ui/icons
|
|
9
|
+
|
|
6
10
|
## [1.20.6](https://github.com/adevinta/spark/compare/@spark-ui/icons@1.20.5...@spark-ui/icons@1.20.6) (2023-09-05)
|
|
7
11
|
|
|
8
12
|
**Note:** Version bump only for package @spark-ui/icons
|
package/dist/icons/House.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("react"),c=t.forwardRef(({title:e,fill:l="currentColor",stroke:o="none",...r},i)=>t.createElement("svg",{ref:i,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","data-title":"House",...e&&{"data-title":e},fill:l,stroke:o,...r,dangerouslySetInnerHTML:{__html:(e===void 0?"":`<title>${e}</title>`)+'<path fill-rule="evenodd" d="m5.2,12.7c-.1,0-.2-.1-.4-.1-.5,0-1,.4-1.1.8v5.6c0,2.2,1.8,4,4,4h8.6c2.2,0,4-1.8,4-4v-5.4c-.1-.5-.6-.8-1.1-.8-.1,0-.3,0-.4.1-.4.2-.8.6-.8,1.1v5c0,.9-.8,1.7-1.7,1.7H7.7c-.9,0-1.7-.8-1.7-1.7v-5.1c0-.6-.3-1-.8-1.2Zm9.1,5.7c.6-.5,1-1.3,1-2.2v-1.9c0-1.6-1.3-2.9-2.8-2.9h-.9c-1.6,0-2.8,1.3-2.8,2.9v1.9c0,.9.4,1.7,1,2.2.5.4,1.1.7,1.8.7h.9c.7-.1,1.3-.3,1.8-.7Zm.5-16.2c-1.6-1.6-4.1-1.6-5.6,0L.9,10.6c-.4.4-.4,1.2,0,1.6.2.2.5.3.8.3s.6-.1.8-.3L10.8,3.8c.7-.7,1.7-.7,2.4,0l8.3,8.4c.2.2.5.3.8.3s.6-.1.8-.3c.4-.4.4-1.2,0-1.6L14.8,2.2Zm-2.3,11.5h-.9c-.3,0-.5.2-.5.6v1.9c0,.3.2.6.5.6h.9c.3,0,.5-.2.5-.6v-1.9c0-.3-.2-.6-.5-.6Z"/>'}}));c.displayName="House",exports.House=c;
|
package/dist/icons/House.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
const
|
|
3
|
-
|
|
1
|
+
import c from "react";
|
|
2
|
+
const s = c.forwardRef(({ title: e, fill: t = "currentColor", stroke: l = "none", ...o }, r) => c.createElement("svg", { ref: r, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "data-title": "House", ...e && { "data-title": e }, fill: t, stroke: l, ...o, dangerouslySetInnerHTML: { __html: (e === void 0 ? "" : `<title>${e}</title>`) + '<path fill-rule="evenodd" d="m5.2,12.7c-.1,0-.2-.1-.4-.1-.5,0-1,.4-1.1.8v5.6c0,2.2,1.8,4,4,4h8.6c2.2,0,4-1.8,4-4v-5.4c-.1-.5-.6-.8-1.1-.8-.1,0-.3,0-.4.1-.4.2-.8.6-.8,1.1v5c0,.9-.8,1.7-1.7,1.7H7.7c-.9,0-1.7-.8-1.7-1.7v-5.1c0-.6-.3-1-.8-1.2Zm9.1,5.7c.6-.5,1-1.3,1-2.2v-1.9c0-1.6-1.3-2.9-2.8-2.9h-.9c-1.6,0-2.8,1.3-2.8,2.9v1.9c0,.9.4,1.7,1,2.2.5.4,1.1.7,1.8.7h.9c.7-.1,1.3-.3,1.8-.7Zm.5-16.2c-1.6-1.6-4.1-1.6-5.6,0L.9,10.6c-.4.4-.4,1.2,0,1.6.2.2.5.3.8.3s.6-.1.8-.3L10.8,3.8c.7-.7,1.7-.7,2.4,0l8.3,8.4c.2.2.5.3.8.3s.6-.1.8-.3c.4-.4.4-1.2,0-1.6L14.8,2.2Zm-2.3,11.5h-.9c-.3,0-.5.2-.5.6v1.9c0,.3.2.6.5.6h.9c.3,0,.5-.2.5-.6v-1.9c0-.3-.2-.6-.5-.6Z"/>' } }));
|
|
3
|
+
s.displayName = "House";
|
|
4
4
|
export {
|
|
5
|
-
|
|
5
|
+
s as House
|
|
6
6
|
};
|
package/dist/icons/Parking.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("react"),l=t.forwardRef(({title:e,fill:r="currentColor",stroke:
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("react"),l=t.forwardRef(({title:e,fill:r="currentColor",stroke:i="none",...c},o)=>t.createElement("svg",{ref:o,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","data-title":"Parking",...e&&{"data-title":e},fill:r,stroke:i,...c,dangerouslySetInnerHTML:{__html:(e===void 0?"":`<title>${e}</title>`)+'<path fill-rule="evenodd" d="m11.3.9c.4-.4,1.1-.4,1.5,0l9.7,9c.3.3.5.6.6.9s.2.7.2,1.1v8.8c0,.7-.3,1.4-.8,1.9s-1.2.8-1.9.8H3.4c-.7,0-1.4-.3-1.9-.8-.5-.5-.8-1.2-.8-1.9v-8.8c0-.4.1-.7.2-1.1.1-.3.4-.7.6-.9L11.3.9ZM3.1,11.6l-.1.1v9c0,.1,0,.2.1.3.1.1.2.1.3.1h2.9v-7.3c0-.6.5-1.1,1.1-1.1h9.2c.3,0,.6.1.8.3.2.2.3.5.3.8v7.3h3c.1,0,.2,0,.3-.1s.1-.2.1-.3v-9c0-.1-.1-.1-.1-.1L12,3.3,3.1,11.6Zm12.4,9.5v-6.1h-6.9v6.1h6.9Zm1.2-8.9H7.5c-.6,0-1.1-.5-1.1-1.1s.5-1.1,1.1-1.1h9.2c.6,0,1.1.5,1.1,1.1s-.5,1.1-1.1,1.1Z"/>'}}));l.displayName="Parking",exports.Parking=l;
|
package/dist/icons/Parking.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import e from "react";
|
|
2
|
-
const o = e.forwardRef(({ title: t, fill: l = "currentColor", stroke: r = "none", ...c }, i) => e.createElement("svg", { ref: i, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "data-title": "Parking", ...t && { "data-title": t }, fill: l, stroke: r, ...c, dangerouslySetInnerHTML: { __html: (t === void 0 ? "" : `<title>${t}</title>`) + '<path fill-rule="evenodd" d="m11.
|
|
2
|
+
const o = e.forwardRef(({ title: t, fill: l = "currentColor", stroke: r = "none", ...c }, i) => e.createElement("svg", { ref: i, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "data-title": "Parking", ...t && { "data-title": t }, fill: l, stroke: r, ...c, dangerouslySetInnerHTML: { __html: (t === void 0 ? "" : `<title>${t}</title>`) + '<path fill-rule="evenodd" d="m11.3.9c.4-.4,1.1-.4,1.5,0l9.7,9c.3.3.5.6.6.9s.2.7.2,1.1v8.8c0,.7-.3,1.4-.8,1.9s-1.2.8-1.9.8H3.4c-.7,0-1.4-.3-1.9-.8-.5-.5-.8-1.2-.8-1.9v-8.8c0-.4.1-.7.2-1.1.1-.3.4-.7.6-.9L11.3.9ZM3.1,11.6l-.1.1v9c0,.1,0,.2.1.3.1.1.2.1.3.1h2.9v-7.3c0-.6.5-1.1,1.1-1.1h9.2c.3,0,.6.1.8.3.2.2.3.5.3.8v7.3h3c.1,0,.2,0,.3-.1s.1-.2.1-.3v-9c0-.1-.1-.1-.1-.1L12,3.3,3.1,11.6Zm12.4,9.5v-6.1h-6.9v6.1h6.9Zm1.2-8.9H7.5c-.6,0-1.1-.5-1.1-1.1s.5-1.1,1.1-1.1h9.2c.6,0,1.1.5,1.1,1.1s-.5,1.1-1.1,1.1Z"/>' } }));
|
|
3
3
|
o.displayName = "Parking";
|
|
4
4
|
export {
|
|
5
5
|
o as Parking
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spark-ui/icons",
|
|
3
|
-
"version": "1.20.
|
|
3
|
+
"version": "1.20.7",
|
|
4
4
|
"description": "spark-ui icons",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
},
|
|
47
47
|
"homepage": "https://sparkui.vercel.app",
|
|
48
48
|
"license": "MIT",
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "16126c6fa601dd28236857fc256f1db2491af389"
|
|
50
50
|
}
|