@wix/wix-ui-icons-common 3.117.0 → 3.119.0
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/cjs/lazy/general/dist/components/Portfolio.js +1 -1
- package/dist/cjs/lazy/general/dist/components/PortfolioSmall.js +1 -1
- package/dist/cjs/odeditor/general/dist/components/Portfolio.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/PortfolioSmall.js +37 -0
- package/dist/cjs/odeditor/general/dist/index.js +6 -0
- package/dist/cjs/odeditor/general/metadata.js +7 -0
- package/dist/esm/lazy/general/dist/components/Portfolio.js +1 -1
- package/dist/esm/lazy/general/dist/components/PortfolioSmall.js +1 -1
- package/dist/esm/odeditor/general/dist/components/Portfolio.js +7 -0
- package/dist/esm/odeditor/general/dist/components/PortfolioSmall.js +7 -0
- package/dist/esm/odeditor/general/dist/index.js +580 -576
- package/dist/esm/odeditor/general/metadata.js +7 -0
- package/dist/statics/icons/odeditor/general/Portfolio.5ba9.json +3 -0
- package/dist/statics/icons/odeditor/general/PortfolioSmall.adfa.json +3 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/odeditor/general/dist/components/Portfolio.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/Portfolio.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/PortfolioSmall.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/PortfolioSmall.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/index.d.ts +2 -0
- package/dist/types/odeditor/general/dist/index.d.ts.map +1 -1
- package/dist/types/odeditor/general/metadata.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -24,7 +24,7 @@ module.exports = __toCommonJS(Portfolio_exports);
|
|
|
24
24
|
var import_core = require("@wix/wix-ui-icons-common/core");
|
|
25
25
|
var Portfolio_default = (0, import_core.icon)({
|
|
26
26
|
name: "Portfolio",
|
|
27
|
-
hashes: { "default": "5ba9" },
|
|
27
|
+
hashes: { "default": "5ba9", "odeditor": "5ba9" },
|
|
28
28
|
category: "general",
|
|
29
29
|
width: 24,
|
|
30
30
|
height: 24
|
|
@@ -24,7 +24,7 @@ module.exports = __toCommonJS(PortfolioSmall_exports);
|
|
|
24
24
|
var import_core = require("@wix/wix-ui-icons-common/core");
|
|
25
25
|
var PortfolioSmall_default = (0, import_core.icon)({
|
|
26
26
|
name: "PortfolioSmall",
|
|
27
|
-
hashes: { "default": "adfa" },
|
|
27
|
+
hashes: { "default": "adfa", "odeditor": "adfa" },
|
|
28
28
|
category: "general",
|
|
29
29
|
width: 18,
|
|
30
30
|
height: 18
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
var Portfolio_exports = {};
|
|
30
|
+
__export(Portfolio_exports, {
|
|
31
|
+
default: () => Portfolio_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(Portfolio_exports);
|
|
34
|
+
var React = __toESM(require("react"));
|
|
35
|
+
const Portfolio = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 24 24", fill: "currentColor", width: size || "24", height: size || "24", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M15 13a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z" }), /* @__PURE__ */ React.createElement("path", { d: "M8 8V7a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1h3a1 1 0 0 1 1 1v9a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h3Zm2-2a1 1 0 0 0-1 1v1h6V7a1 1 0 0 0-1-1h-4ZM5 9v7.2l3.464-4.33a.7.7 0 0 1 1.061-.038L15.22 18H19V9H5Zm0 9h8.858l-4.83-5.233L5 17.8v.2Z" }));
|
|
36
|
+
Portfolio.displayName = "Portfolio";
|
|
37
|
+
var Portfolio_default = Portfolio;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
var PortfolioSmall_exports = {};
|
|
30
|
+
__export(PortfolioSmall_exports, {
|
|
31
|
+
default: () => PortfolioSmall_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(PortfolioSmall_exports);
|
|
34
|
+
var React = __toESM(require("react"));
|
|
35
|
+
const PortfolioSmall = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 18 18", fill: "currentColor", width: size || "18", height: size || "18", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M11.5 9.2a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z" }), /* @__PURE__ */ React.createElement("path", { d: "M6 5V4a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v1h2a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h2Zm1-1v1h4V4H7ZM4 6v5.215L6.661 8.31a.7.7 0 0 1 .995-.037L12.698 13H14V6H4Zm0 7h7.236L7.194 9.21 4 12.695V13Z" }));
|
|
36
|
+
PortfolioSmall.displayName = "PortfolioSmall";
|
|
37
|
+
var PortfolioSmall_default = PortfolioSmall;
|
|
@@ -622,6 +622,8 @@ __export(dist_exports, {
|
|
|
622
622
|
PopularSmall: () => import_PopularSmall.default,
|
|
623
623
|
Popup: () => import_Popup.default,
|
|
624
624
|
PopupSmall: () => import_PopupSmall.default,
|
|
625
|
+
Portfolio: () => import_Portfolio.default,
|
|
626
|
+
PortfolioSmall: () => import_PortfolioSmall.default,
|
|
625
627
|
PositionBottom: () => import_PositionBottom.default,
|
|
626
628
|
PositionBottomSmall: () => import_PositionBottomSmall.default,
|
|
627
629
|
PositionLeft: () => import_PositionLeft.default,
|
|
@@ -1506,6 +1508,8 @@ var import_Popular = __toESM(require("./components/Popular"));
|
|
|
1506
1508
|
var import_PopularSmall = __toESM(require("./components/PopularSmall"));
|
|
1507
1509
|
var import_Popup = __toESM(require("./components/Popup"));
|
|
1508
1510
|
var import_PopupSmall = __toESM(require("./components/PopupSmall"));
|
|
1511
|
+
var import_Portfolio = __toESM(require("./components/Portfolio"));
|
|
1512
|
+
var import_PortfolioSmall = __toESM(require("./components/PortfolioSmall"));
|
|
1509
1513
|
var import_PositionBottom = __toESM(require("./components/PositionBottom"));
|
|
1510
1514
|
var import_PositionBottomSmall = __toESM(require("./components/PositionBottomSmall"));
|
|
1511
1515
|
var import_PositionLeft = __toESM(require("./components/PositionLeft"));
|
|
@@ -2390,6 +2394,8 @@ var import_ZoomOutSmall = __toESM(require("./components/ZoomOutSmall"));
|
|
|
2390
2394
|
PopularSmall,
|
|
2391
2395
|
Popup,
|
|
2392
2396
|
PopupSmall,
|
|
2397
|
+
Portfolio,
|
|
2398
|
+
PortfolioSmall,
|
|
2393
2399
|
PositionBottom,
|
|
2394
2400
|
PositionBottomSmall,
|
|
2395
2401
|
PositionLeft,
|
|
@@ -2803,6 +2803,13 @@ const generalIconsMetadata = [
|
|
|
2803
2803
|
description: "Button - enables users' camera\nStatic Indicator - indicates that users' camera is disabled",
|
|
2804
2804
|
tags: ["live", "record", "stop"],
|
|
2805
2805
|
sizes: { "18": "VideoCameraDisabledSmall", "24": "VideoCameraDisabled" }
|
|
2806
|
+
},
|
|
2807
|
+
{
|
|
2808
|
+
title: "Portfolio",
|
|
2809
|
+
category: "Wix Products",
|
|
2810
|
+
description: "Button - opens Wix Showcase / Portfolio app\n Static Indicator - marks Wix Showcase or Portfolio brand",
|
|
2811
|
+
tags: ["suitcase", "art", "brand", "showcase", "image"],
|
|
2812
|
+
sizes: { "18": "PortfolioSmall", "24": "Portfolio" }
|
|
2806
2813
|
}
|
|
2807
2814
|
];
|
|
2808
2815
|
var metadata_default = generalIconsMetadata;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
const Portfolio = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 24 24", fill: "currentColor", width: size || "24", height: size || "24", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M15 13a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z" }), /* @__PURE__ */ React.createElement("path", { d: "M8 8V7a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1h3a1 1 0 0 1 1 1v9a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h3Zm2-2a1 1 0 0 0-1 1v1h6V7a1 1 0 0 0-1-1h-4ZM5 9v7.2l3.464-4.33a.7.7 0 0 1 1.061-.038L15.22 18H19V9H5Zm0 9h8.858l-4.83-5.233L5 17.8v.2Z" }));
|
|
3
|
+
Portfolio.displayName = "Portfolio";
|
|
4
|
+
var Portfolio_default = Portfolio;
|
|
5
|
+
export {
|
|
6
|
+
Portfolio_default as default
|
|
7
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
const PortfolioSmall = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 18 18", fill: "currentColor", width: size || "18", height: size || "18", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M11.5 9.2a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z" }), /* @__PURE__ */ React.createElement("path", { d: "M6 5V4a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v1h2a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h2Zm1-1v1h4V4H7ZM4 6v5.215L6.661 8.31a.7.7 0 0 1 .995-.037L12.698 13H14V6H4Zm0 7h7.236L7.194 9.21 4 12.695V13Z" }));
|
|
3
|
+
PortfolioSmall.displayName = "PortfolioSmall";
|
|
4
|
+
var PortfolioSmall_default = PortfolioSmall;
|
|
5
|
+
export {
|
|
6
|
+
PortfolioSmall_default as default
|
|
7
|
+
};
|