@bubbles-ui/icons 1.2.122 → 1.2.124
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/outline/SearchPlusIcon.d.ts +3 -0
- package/outline/SearchPlusIcon.js +23 -0
- package/outline/esm/SearchPlusIcon.d.ts +3 -0
- package/outline/esm/SearchPlusIcon.js +23 -0
- package/outline/esm/index.d.ts +1 -0
- package/outline/esm/index.js +1 -0
- package/outline/index.d.ts +1 -0
- package/outline/index.js +1 -0
- package/package.json +1 -1
- package/solid/ExpandIcon.d.ts +3 -0
- package/solid/ExpandIcon.js +13 -0
- package/solid/esm/ExpandIcon.d.ts +3 -0
- package/solid/esm/ExpandIcon.js +13 -0
- package/solid/esm/index.d.ts +1 -0
- package/solid/esm/index.js +1 -0
- package/solid/index.d.ts +1 -0
- package/solid/index.js +1 -0
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
function SearchPlusIcon(props) {
|
|
3
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
4
|
+
fill: "none",
|
|
5
|
+
viewBox: "0 0 24 24",
|
|
6
|
+
stroke: "currentColor",
|
|
7
|
+
"aria-hidden": "true",
|
|
8
|
+
width: "1em",
|
|
9
|
+
height: "1em"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
strokeLinecap: "round",
|
|
12
|
+
strokeLinejoin: "round",
|
|
13
|
+
d: "M14.156 7.358A6.797 6.797 0 1 1 .562 7.36a6.797 6.797 0 0 1 13.594-.002Z"
|
|
14
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
15
|
+
fill: "currentColor",
|
|
16
|
+
d: "M3.938 7.312h6.75-6.75Z"
|
|
17
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
strokeLinecap: "round",
|
|
19
|
+
strokeLinejoin: "round",
|
|
20
|
+
d: "M3.938 7.312h6.75M7.313 10.687v-6.75M12.165 12.164l5.272 5.273"
|
|
21
|
+
}));
|
|
22
|
+
}
|
|
23
|
+
module.exports = SearchPlusIcon;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
function SearchPlusIcon(props) {
|
|
3
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
4
|
+
fill: "none",
|
|
5
|
+
viewBox: "0 0 24 24",
|
|
6
|
+
stroke: "currentColor",
|
|
7
|
+
"aria-hidden": "true",
|
|
8
|
+
width: "1em",
|
|
9
|
+
height: "1em"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
strokeLinecap: "round",
|
|
12
|
+
strokeLinejoin: "round",
|
|
13
|
+
d: "M14.156 7.358A6.797 6.797 0 1 1 .562 7.36a6.797 6.797 0 0 1 13.594-.002Z"
|
|
14
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
15
|
+
fill: "currentColor",
|
|
16
|
+
d: "M3.938 7.312h6.75-6.75Z"
|
|
17
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
strokeLinecap: "round",
|
|
19
|
+
strokeLinejoin: "round",
|
|
20
|
+
d: "M3.938 7.312h6.75M7.313 10.687v-6.75M12.165 12.164l5.272 5.273"
|
|
21
|
+
}));
|
|
22
|
+
}
|
|
23
|
+
export default SearchPlusIcon;
|
package/outline/esm/index.d.ts
CHANGED
|
@@ -163,6 +163,7 @@ export { default as RemoveIcon } from './RemoveIcon'
|
|
|
163
163
|
export { default as SchoolBuildingIcon } from './SchoolBuildingIcon'
|
|
164
164
|
export { default as SchoolTeacherFemaleIcon } from './SchoolTeacherFemaleIcon'
|
|
165
165
|
export { default as SchoolTeacherMaleIcon } from './SchoolTeacherMaleIcon'
|
|
166
|
+
export { default as SearchPlusIcon } from './SearchPlusIcon'
|
|
166
167
|
export { default as SearchIcon } from './SearchIcon'
|
|
167
168
|
export { default as SendEmailEnvelopeIcon } from './SendEmailEnvelopeIcon'
|
|
168
169
|
export { default as SendMessageIcon } from './SendMessageIcon'
|
package/outline/esm/index.js
CHANGED
|
@@ -163,6 +163,7 @@ export { default as RemoveIcon } from './RemoveIcon.js'
|
|
|
163
163
|
export { default as SchoolBuildingIcon } from './SchoolBuildingIcon.js'
|
|
164
164
|
export { default as SchoolTeacherFemaleIcon } from './SchoolTeacherFemaleIcon.js'
|
|
165
165
|
export { default as SchoolTeacherMaleIcon } from './SchoolTeacherMaleIcon.js'
|
|
166
|
+
export { default as SearchPlusIcon } from './SearchPlusIcon.js'
|
|
166
167
|
export { default as SearchIcon } from './SearchIcon.js'
|
|
167
168
|
export { default as SendEmailEnvelopeIcon } from './SendEmailEnvelopeIcon.js'
|
|
168
169
|
export { default as SendMessageIcon } from './SendMessageIcon.js'
|
package/outline/index.d.ts
CHANGED
|
@@ -163,6 +163,7 @@ export { default as RemoveIcon } from './RemoveIcon'
|
|
|
163
163
|
export { default as SchoolBuildingIcon } from './SchoolBuildingIcon'
|
|
164
164
|
export { default as SchoolTeacherFemaleIcon } from './SchoolTeacherFemaleIcon'
|
|
165
165
|
export { default as SchoolTeacherMaleIcon } from './SchoolTeacherMaleIcon'
|
|
166
|
+
export { default as SearchPlusIcon } from './SearchPlusIcon'
|
|
166
167
|
export { default as SearchIcon } from './SearchIcon'
|
|
167
168
|
export { default as SendEmailEnvelopeIcon } from './SendEmailEnvelopeIcon'
|
|
168
169
|
export { default as SendMessageIcon } from './SendMessageIcon'
|
package/outline/index.js
CHANGED
|
@@ -163,6 +163,7 @@ module.exports.RemoveIcon = require("./RemoveIcon.js")
|
|
|
163
163
|
module.exports.SchoolBuildingIcon = require("./SchoolBuildingIcon.js")
|
|
164
164
|
module.exports.SchoolTeacherFemaleIcon = require("./SchoolTeacherFemaleIcon.js")
|
|
165
165
|
module.exports.SchoolTeacherMaleIcon = require("./SchoolTeacherMaleIcon.js")
|
|
166
|
+
module.exports.SearchPlusIcon = require("./SearchPlusIcon.js")
|
|
166
167
|
module.exports.SearchIcon = require("./SearchIcon.js")
|
|
167
168
|
module.exports.SendEmailEnvelopeIcon = require("./SendEmailEnvelopeIcon.js")
|
|
168
169
|
module.exports.SendMessageIcon = require("./SendMessageIcon.js")
|
package/package.json
CHANGED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
function ExpandIcon(props) {
|
|
3
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
4
|
+
viewBox: "0 0 24 24",
|
|
5
|
+
fill: "currentColor",
|
|
6
|
+
"aria-hidden": "true",
|
|
7
|
+
width: "1em",
|
|
8
|
+
height: "1em"
|
|
9
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
10
|
+
d: "M6.286 14.286H4V20h5.714v-2.286H6.286v-3.428ZM4 9.714h2.286V6.286h3.428V4H4v5.714Zm13.714 8h-3.428V20H20v-5.714h-2.286v3.428ZM14.286 4v2.286h3.428v3.428H20V4h-5.714Z"
|
|
11
|
+
}));
|
|
12
|
+
}
|
|
13
|
+
module.exports = ExpandIcon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
function ExpandIcon(props) {
|
|
3
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
4
|
+
viewBox: "0 0 24 24",
|
|
5
|
+
fill: "currentColor",
|
|
6
|
+
"aria-hidden": "true",
|
|
7
|
+
width: "1em",
|
|
8
|
+
height: "1em"
|
|
9
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
10
|
+
d: "M6.286 14.286H4V20h5.714v-2.286H6.286v-3.428ZM4 9.714h2.286V6.286h3.428V4H4v5.714Zm13.714 8h-3.428V20H20v-5.714h-2.286v3.428ZM14.286 4v2.286h3.428v3.428H20V4h-5.714Z"
|
|
11
|
+
}));
|
|
12
|
+
}
|
|
13
|
+
export default ExpandIcon;
|
package/solid/esm/index.d.ts
CHANGED
|
@@ -76,6 +76,7 @@ export { default as ElectionDebateIcon } from './ElectionDebateIcon'
|
|
|
76
76
|
export { default as ExclamationIcon } from './ExclamationIcon'
|
|
77
77
|
export { default as ExcludeIcon } from './ExcludeIcon'
|
|
78
78
|
export { default as ExpandFullIcon } from './ExpandFullIcon'
|
|
79
|
+
export { default as ExpandIcon } from './ExpandIcon'
|
|
79
80
|
export { default as FacebookIcon } from './FacebookIcon'
|
|
80
81
|
export { default as FavoriteHeartIcon } from './FavoriteHeartIcon'
|
|
81
82
|
export { default as FlagIcon } from './FlagIcon'
|
package/solid/esm/index.js
CHANGED
|
@@ -76,6 +76,7 @@ export { default as ElectionDebateIcon } from './ElectionDebateIcon.js'
|
|
|
76
76
|
export { default as ExclamationIcon } from './ExclamationIcon.js'
|
|
77
77
|
export { default as ExcludeIcon } from './ExcludeIcon.js'
|
|
78
78
|
export { default as ExpandFullIcon } from './ExpandFullIcon.js'
|
|
79
|
+
export { default as ExpandIcon } from './ExpandIcon.js'
|
|
79
80
|
export { default as FacebookIcon } from './FacebookIcon.js'
|
|
80
81
|
export { default as FavoriteHeartIcon } from './FavoriteHeartIcon.js'
|
|
81
82
|
export { default as FlagIcon } from './FlagIcon.js'
|
package/solid/index.d.ts
CHANGED
|
@@ -76,6 +76,7 @@ export { default as ElectionDebateIcon } from './ElectionDebateIcon'
|
|
|
76
76
|
export { default as ExclamationIcon } from './ExclamationIcon'
|
|
77
77
|
export { default as ExcludeIcon } from './ExcludeIcon'
|
|
78
78
|
export { default as ExpandFullIcon } from './ExpandFullIcon'
|
|
79
|
+
export { default as ExpandIcon } from './ExpandIcon'
|
|
79
80
|
export { default as FacebookIcon } from './FacebookIcon'
|
|
80
81
|
export { default as FavoriteHeartIcon } from './FavoriteHeartIcon'
|
|
81
82
|
export { default as FlagIcon } from './FlagIcon'
|
package/solid/index.js
CHANGED
|
@@ -76,6 +76,7 @@ module.exports.ElectionDebateIcon = require("./ElectionDebateIcon.js")
|
|
|
76
76
|
module.exports.ExclamationIcon = require("./ExclamationIcon.js")
|
|
77
77
|
module.exports.ExcludeIcon = require("./ExcludeIcon.js")
|
|
78
78
|
module.exports.ExpandFullIcon = require("./ExpandFullIcon.js")
|
|
79
|
+
module.exports.ExpandIcon = require("./ExpandIcon.js")
|
|
79
80
|
module.exports.FacebookIcon = require("./FacebookIcon.js")
|
|
80
81
|
module.exports.FavoriteHeartIcon = require("./FavoriteHeartIcon.js")
|
|
81
82
|
module.exports.FlagIcon = require("./FlagIcon.js")
|