@bubbles-ui/icons 1.1.2 → 1.1.4

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.
@@ -0,0 +1,22 @@
1
+ const React = require("react");
2
+ function BookPagesIcon(props) {
3
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
4
+ fill: "none",
5
+ viewBox: "0 0 10 12",
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
+ strokeWidth: 1.2,
14
+ d: "m1.218.457 4.468 1.786A.5.5 0 0 1 6 2.707v8.424a.5.5 0 0 1-.686.463l-4-1.6A.5.5 0 0 1 1 9.532V.87a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v8.5a.5.5 0 0 1-.5.5h-1"
15
+ }), /*#__PURE__*/React.createElement("path", {
16
+ strokeLinecap: "round",
17
+ strokeLinejoin: "round",
18
+ strokeWidth: 1.2,
19
+ d: "m1.276.422 5.818 1.119a.5.5 0 0 1 .406.491v8.338a.5.5 0 0 1-.5.5H6"
20
+ }));
21
+ }
22
+ module.exports = BookPagesIcon;
@@ -0,0 +1,17 @@
1
+ const React = require("react");
2
+ function ManWomanIcon(props) {
3
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
4
+ fill: "none",
5
+ viewBox: "0 0 12 12",
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
+ strokeWidth: 1.2,
14
+ d: "M7.5 1.875a1.5 1.5 0 1 0 3 0 1.5 1.5 0 0 0-3 0v0ZM7.5 7.875l.375 3.75h2.25l.375-3.75h1.125V6.75A2.626 2.626 0 0 0 6.75 5.4M4.5 11.625l.375-2.25h1.5L5.25 6c-.375-1.125-.84-1.875-1.875-1.875-1.035 0-1.5.75-1.875 1.875L.375 9.375h1.5l.375 2.25H4.5ZM1.875 1.875a1.5 1.5 0 1 0 3 0 1.5 1.5 0 0 0-3 0v0Z"
15
+ }));
16
+ }
17
+ module.exports = ManWomanIcon;
@@ -0,0 +1,22 @@
1
+ const React = require("react");
2
+ function TeammateIcon(props) {
3
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
4
+ fill: "none",
5
+ viewBox: "0 0 14 14",
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
+ strokeWidth: 0.8,
14
+ d: "M10.905 8.521a1.255 1.255 0 1 0 0-2.51 1.255 1.255 0 0 0 0 2.51ZM12.956 10.088a2.589 2.589 0 0 0-3.564-.514M3.093 8.521a1.255 1.255 0 1 0 0-2.51 1.255 1.255 0 0 0 0 2.51ZM1.043 10.087a2.59 2.59 0 0 1 3.565-.515"
15
+ }), /*#__PURE__*/React.createElement("path", {
16
+ strokeLinecap: "round",
17
+ strokeLinejoin: "round",
18
+ strokeWidth: 0.8,
19
+ d: "M9.916 11.244a2.917 2.917 0 0 0-5.833 0M6.97 7.531a1.724 1.724 0 1 0 0-3.447 1.724 1.724 0 0 0 0 3.447Z"
20
+ }));
21
+ }
22
+ module.exports = TeammateIcon;
@@ -0,0 +1,22 @@
1
+ import * as React from "react";
2
+ function BookPagesIcon(props) {
3
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
4
+ fill: "none",
5
+ viewBox: "0 0 10 12",
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
+ strokeWidth: 1.2,
14
+ d: "m1.218.457 4.468 1.786A.5.5 0 0 1 6 2.707v8.424a.5.5 0 0 1-.686.463l-4-1.6A.5.5 0 0 1 1 9.532V.87a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v8.5a.5.5 0 0 1-.5.5h-1"
15
+ }), /*#__PURE__*/React.createElement("path", {
16
+ strokeLinecap: "round",
17
+ strokeLinejoin: "round",
18
+ strokeWidth: 1.2,
19
+ d: "m1.276.422 5.818 1.119a.5.5 0 0 1 .406.491v8.338a.5.5 0 0 1-.5.5H6"
20
+ }));
21
+ }
22
+ export default BookPagesIcon;
@@ -0,0 +1,17 @@
1
+ import * as React from "react";
2
+ function ManWomanIcon(props) {
3
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
4
+ fill: "none",
5
+ viewBox: "0 0 12 12",
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
+ strokeWidth: 1.2,
14
+ d: "M7.5 1.875a1.5 1.5 0 1 0 3 0 1.5 1.5 0 0 0-3 0v0ZM7.5 7.875l.375 3.75h2.25l.375-3.75h1.125V6.75A2.626 2.626 0 0 0 6.75 5.4M4.5 11.625l.375-2.25h1.5L5.25 6c-.375-1.125-.84-1.875-1.875-1.875-1.035 0-1.5.75-1.875 1.875L.375 9.375h1.5l.375 2.25H4.5ZM1.875 1.875a1.5 1.5 0 1 0 3 0 1.5 1.5 0 0 0-3 0v0Z"
15
+ }));
16
+ }
17
+ export default ManWomanIcon;
@@ -0,0 +1,22 @@
1
+ import * as React from "react";
2
+ function TeammateIcon(props) {
3
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
4
+ fill: "none",
5
+ viewBox: "0 0 14 14",
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
+ strokeWidth: 0.8,
14
+ d: "M10.905 8.521a1.255 1.255 0 1 0 0-2.51 1.255 1.255 0 0 0 0 2.51ZM12.956 10.088a2.589 2.589 0 0 0-3.564-.514M3.093 8.521a1.255 1.255 0 1 0 0-2.51 1.255 1.255 0 0 0 0 2.51ZM1.043 10.087a2.59 2.59 0 0 1 3.565-.515"
15
+ }), /*#__PURE__*/React.createElement("path", {
16
+ strokeLinecap: "round",
17
+ strokeLinejoin: "round",
18
+ strokeWidth: 0.8,
19
+ d: "M9.916 11.244a2.917 2.917 0 0 0-5.833 0M6.97 7.531a1.724 1.724 0 1 0 0-3.447 1.724 1.724 0 0 0 0 3.447Z"
20
+ }));
21
+ }
22
+ export default TeammateIcon;
@@ -19,6 +19,7 @@ export { default as AttachedIcon } from './AttachedIcon.js'
19
19
  export { default as AttachmentIcon } from './AttachmentIcon.js'
20
20
  export { default as BoardEducationIcon } from './BoardEducationIcon.js'
21
21
  export { default as BookLaptopIcon } from './BookLaptopIcon.js'
22
+ export { default as BookPagesIcon } from './BookPagesIcon.js'
22
23
  export { default as BookSmartphoneIcon } from './BookSmartphoneIcon.js'
23
24
  export { default as BuildingModernIcon } from './BuildingModernIcon.js'
24
25
  export { default as BuildingIcon } from './BuildingIcon.js'
@@ -95,6 +96,7 @@ export { default as LinkBrokenIcon } from './LinkBrokenIcon.js'
95
96
  export { default as ListEditIcon } from './ListEditIcon.js'
96
97
  export { default as LoveItRemoveIcon } from './LoveItRemoveIcon.js'
97
98
  export { default as LoveItIcon } from './LoveItIcon.js'
99
+ export { default as ManWomanIcon } from './ManWomanIcon.js'
98
100
  export { default as MeetingCameraIcon } from './MeetingCameraIcon.js'
99
101
  export { default as ModuleFourIcon } from './ModuleFourIcon.js'
100
102
  export { default as ModuleThreeIcon } from './ModuleThreeIcon.js'
@@ -182,6 +184,7 @@ export { default as SynchronizeArrowsSquareIcon } from './SynchronizeArrowsSquar
182
184
  export { default as SynchronizeArrowsWarningIcon } from './SynchronizeArrowsWarningIcon.js'
183
185
  export { default as SynchronizeArrowsIcon } from './SynchronizeArrowsIcon.js'
184
186
  export { default as TagsIcon } from './TagsIcon.js'
187
+ export { default as TeammateIcon } from './TeammateIcon.js'
185
188
  export { default as TextFormatIcon } from './TextFormatIcon.js'
186
189
  export { default as TimeClockCircleIcon } from './TimeClockCircleIcon.js'
187
190
  export { default as TypeCursorInputIcon } from './TypeCursorInputIcon.js'
package/outline/index.js CHANGED
@@ -19,6 +19,7 @@ module.exports.AttachedIcon = require("./AttachedIcon.js")
19
19
  module.exports.AttachmentIcon = require("./AttachmentIcon.js")
20
20
  module.exports.BoardEducationIcon = require("./BoardEducationIcon.js")
21
21
  module.exports.BookLaptopIcon = require("./BookLaptopIcon.js")
22
+ module.exports.BookPagesIcon = require("./BookPagesIcon.js")
22
23
  module.exports.BookSmartphoneIcon = require("./BookSmartphoneIcon.js")
23
24
  module.exports.BuildingModernIcon = require("./BuildingModernIcon.js")
24
25
  module.exports.BuildingIcon = require("./BuildingIcon.js")
@@ -95,6 +96,7 @@ module.exports.LinkBrokenIcon = require("./LinkBrokenIcon.js")
95
96
  module.exports.ListEditIcon = require("./ListEditIcon.js")
96
97
  module.exports.LoveItRemoveIcon = require("./LoveItRemoveIcon.js")
97
98
  module.exports.LoveItIcon = require("./LoveItIcon.js")
99
+ module.exports.ManWomanIcon = require("./ManWomanIcon.js")
98
100
  module.exports.MeetingCameraIcon = require("./MeetingCameraIcon.js")
99
101
  module.exports.ModuleFourIcon = require("./ModuleFourIcon.js")
100
102
  module.exports.ModuleThreeIcon = require("./ModuleThreeIcon.js")
@@ -182,6 +184,7 @@ module.exports.SynchronizeArrowsSquareIcon = require("./SynchronizeArrowsSquareI
182
184
  module.exports.SynchronizeArrowsWarningIcon = require("./SynchronizeArrowsWarningIcon.js")
183
185
  module.exports.SynchronizeArrowsIcon = require("./SynchronizeArrowsIcon.js")
184
186
  module.exports.TagsIcon = require("./TagsIcon.js")
187
+ module.exports.TeammateIcon = require("./TeammateIcon.js")
185
188
  module.exports.TextFormatIcon = require("./TextFormatIcon.js")
186
189
  module.exports.TimeClockCircleIcon = require("./TimeClockCircleIcon.js")
187
190
  module.exports.TypeCursorInputIcon = require("./TypeCursorInputIcon.js")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bubbles-ui/icons",
3
- "version": "1.1.2",
3
+ "version": "1.1.4",
4
4
  "description": "The Bubbles Design System icons library.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -0,0 +1,13 @@
1
+ const React = require("react");
2
+ function CommentIcon(props) {
3
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
4
+ viewBox: "0 0 32 29",
5
+ fill: "currentColor",
6
+ "aria-hidden": "true",
7
+ width: "1em",
8
+ height: "1em"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ d: "M16 0c-2.844 0-5.637.687-8.09 1.99-2.454 1.304-4.48 3.177-5.87 5.425C.652 9.664-.051 12.207.005 14.785c.056 2.576.868 5.093 2.354 7.29L.072 27.602a.946.946 0 0 0 .132.952c.105.138.245.25.408.328a1.24 1.24 0 0 0 .736.101l7.984-1.317A17.156 17.156 0 0 0 16 29c4.243 0 8.313-1.528 11.314-4.247 3-2.72 4.686-6.407 4.686-10.253s-1.686-7.534-4.686-10.253C24.313 1.527 20.244 0 16 0Zm-5.715 14.608c-.03.53-.285 1.03-.71 1.395-.425.366-.99.57-1.576.568h-.12a2.435 2.435 0 0 1-1.247-.41 2.098 2.098 0 0 1-.785-.969 1.887 1.887 0 0 1-.06-1.2c.112-.397.35-.755.686-1.028a2.395 2.395 0 0 1 1.2-.51c.447-.06.904.003 1.312.179.407.176.749.457.98.809.232.351.343.757.32 1.166Zm8 0c-.03.53-.284 1.03-.71 1.395-.425.366-.99.57-1.575.568h-.122a2.477 2.477 0 0 1-.866-.199 2.28 2.28 0 0 1-.716-.485 2.038 2.038 0 0 1-.456-.697c-.1-.257-.143-.53-.126-.802.024-.409.182-.802.452-1.13.271-.328.643-.575 1.07-.712a2.512 2.512 0 0 1 1.325-.054c.437.101.832.318 1.135.622.202.201.359.437.46.693.102.257.145.529.13.8Zm8 0c-.03.53-.284 1.03-.71 1.395-.425.366-.989.57-1.575.568h-.124a2.478 2.478 0 0 1-.866-.2 2.28 2.28 0 0 1-.715-.485 2.04 2.04 0 0 1-.455-.696c-.1-.257-.143-.53-.126-.802.037-.547.31-1.06.76-1.426a2.475 2.475 0 0 1 2.512-.334c.272.117.515.28.716.483.2.203.356.44.456.696.1.257.144.529.128.8Z"
11
+ }));
12
+ }
13
+ module.exports = CommentIcon;
@@ -0,0 +1,13 @@
1
+ import * as React from "react";
2
+ function CommentIcon(props) {
3
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
4
+ viewBox: "0 0 32 29",
5
+ fill: "currentColor",
6
+ "aria-hidden": "true",
7
+ width: "1em",
8
+ height: "1em"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ d: "M16 0c-2.844 0-5.637.687-8.09 1.99-2.454 1.304-4.48 3.177-5.87 5.425C.652 9.664-.051 12.207.005 14.785c.056 2.576.868 5.093 2.354 7.29L.072 27.602a.946.946 0 0 0 .132.952c.105.138.245.25.408.328a1.24 1.24 0 0 0 .736.101l7.984-1.317A17.156 17.156 0 0 0 16 29c4.243 0 8.313-1.528 11.314-4.247 3-2.72 4.686-6.407 4.686-10.253s-1.686-7.534-4.686-10.253C24.313 1.527 20.244 0 16 0Zm-5.715 14.608c-.03.53-.285 1.03-.71 1.395-.425.366-.99.57-1.576.568h-.12a2.435 2.435 0 0 1-1.247-.41 2.098 2.098 0 0 1-.785-.969 1.887 1.887 0 0 1-.06-1.2c.112-.397.35-.755.686-1.028a2.395 2.395 0 0 1 1.2-.51c.447-.06.904.003 1.312.179.407.176.749.457.98.809.232.351.343.757.32 1.166Zm8 0c-.03.53-.284 1.03-.71 1.395-.425.366-.99.57-1.575.568h-.122a2.477 2.477 0 0 1-.866-.199 2.28 2.28 0 0 1-.716-.485 2.038 2.038 0 0 1-.456-.697c-.1-.257-.143-.53-.126-.802.024-.409.182-.802.452-1.13.271-.328.643-.575 1.07-.712a2.512 2.512 0 0 1 1.325-.054c.437.101.832.318 1.135.622.202.201.359.437.46.693.102.257.145.529.13.8Zm8 0c-.03.53-.284 1.03-.71 1.395-.425.366-.989.57-1.575.568h-.124a2.478 2.478 0 0 1-.866-.2 2.28 2.28 0 0 1-.715-.485 2.04 2.04 0 0 1-.455-.696c-.1-.257-.143-.53-.126-.802.037-.547.31-1.06.76-1.426a2.475 2.475 0 0 1 2.512-.334c.272.117.515.28.716.483.2.203.356.44.456.696.1.257.144.529.128.8Z"
11
+ }));
12
+ }
13
+ export default CommentIcon;
@@ -21,6 +21,7 @@ export { default as BookmarksIcon } from './BookmarksIcon.js'
21
21
  export { default as CakeBirthdayIcon } from './CakeBirthdayIcon.js'
22
22
  export { default as ChatTranslateIcon } from './ChatTranslateIcon.js'
23
23
  export { default as CheckIcon } from './CheckIcon.js'
24
+ export { default as CommentIcon } from './CommentIcon.js'
24
25
  export { default as ComputerKeyboardNextIcon } from './ComputerKeyboardNextIcon.js'
25
26
  export { default as ComputerKeyboardReturnIcon } from './ComputerKeyboardReturnIcon.js'
26
27
  export { default as ComputerKeyboardIcon } from './ComputerKeyboardIcon.js'
package/solid/index.js CHANGED
@@ -21,6 +21,7 @@ module.exports.BookmarksIcon = require("./BookmarksIcon.js")
21
21
  module.exports.CakeBirthdayIcon = require("./CakeBirthdayIcon.js")
22
22
  module.exports.ChatTranslateIcon = require("./ChatTranslateIcon.js")
23
23
  module.exports.CheckIcon = require("./CheckIcon.js")
24
+ module.exports.CommentIcon = require("./CommentIcon.js")
24
25
  module.exports.ComputerKeyboardNextIcon = require("./ComputerKeyboardNextIcon.js")
25
26
  module.exports.ComputerKeyboardReturnIcon = require("./ComputerKeyboardReturnIcon.js")
26
27
  module.exports.ComputerKeyboardIcon = require("./ComputerKeyboardIcon.js")