@bubbles-ui/icons 1.2.101 → 1.2.103

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bubbles-ui/icons",
3
- "version": "1.2.101",
3
+ "version": "1.2.103",
4
4
  "description": "The Bubbles Design System icons library.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare function AddCommentIcon(props: React.ComponentProps<'svg'>): JSX.Element;
3
+ export default AddCommentIcon;
@@ -0,0 +1,22 @@
1
+ const React = require("react");
2
+ function AddCommentIcon(props) {
3
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
4
+ viewBox: "0 0 18 19",
5
+ fill: "currentColor",
6
+ "aria-hidden": "true",
7
+ width: "1em",
8
+ height: "1em"
9
+ }, props), /*#__PURE__*/React.createElement("g", {
10
+ clipPath: "url(#a)"
11
+ }, /*#__PURE__*/React.createElement("path", {
12
+ fillRule: "evenodd",
13
+ d: "M1.386.527A1.738 1.738 0 0 0 .02 1.94C.004 2.04 0 3.53.004 7.898l.005 5.823.05.162c.029.089.088.23.133.315.273.515.776.86 1.336.917.102.01.557.019 1.011.019h.826l.005 1.462.005 1.463.047.1c.1.212.25.319.475.336a.456.456 0 0 0 .22-.022c.058-.021.823-.584 2.293-1.686l2.206-1.653h3.835c2.539 0 3.898-.007 4.022-.02.36-.036.7-.191.97-.443.172-.162.262-.278.366-.473.082-.155.173-.43.173-.523 0-.028.008-.056.018-.062.012-.008.018-1.969.018-5.825 0-3.311-.007-5.81-.016-5.805-.008.006-.02-.03-.027-.08A1.735 1.735 0 0 0 16.599.525C16.41.489 1.567.49 1.386.527Zm.077 1.161a.608.608 0 0 0-.286.296l-.043.094.005 5.75.004 5.749.04.082c.056.113.176.23.293.285l.1.047 1.26.009 1.26.009.09.048a.615.615 0 0 1 .268.285l.046.099v2.367l1.832-1.374c1.008-.756 1.86-1.385 1.895-1.4.053-.022.662-.027 4.13-.034l4.068-.01.1-.046a.677.677 0 0 0 .292-.286l.04-.081.005-5.75.004-5.749-.043-.094a.608.608 0 0 0-.285-.296l-.11-.054H1.572l-.11.054ZM.009 7.808c0 3.202.002 4.513.005 2.911.002-1.601.002-4.221 0-5.823C.01 3.295.009 4.606.009 7.808Zm8.747-3.222a.645.645 0 0 0-.306.293l-.043.094v2.276l-1.112.005-1.112.005-.085.042a.57.57 0 0 0-.044.999c.133.078.226.084 1.32.084h1.032v2.118l.056.11a.61.61 0 0 0 .268.267c.096.051.378.048.478-.005a.779.779 0 0 0 .266-.266c.039-.072.04-.085.044-1.149l.005-1.075h1.021a19.1 19.1 0 0 0 1.134-.019.557.557 0 0 0 .42-.782.583.583 0 0 0-.29-.287l-.099-.046H9.523l-.005-1.148-.005-1.147-.04-.083a.668.668 0 0 0-.274-.273.64.64 0 0 0-.443-.013Z",
14
+ clipRule: "evenodd"
15
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
16
+ id: "a"
17
+ }, /*#__PURE__*/React.createElement("path", {
18
+ d: "M0 0h18v18H0z",
19
+ transform: "translate(0 .5)"
20
+ }))));
21
+ }
22
+ module.exports = AddCommentIcon;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare function CommentedIcon(props: React.ComponentProps<'svg'>): JSX.Element;
3
+ export default CommentedIcon;
@@ -0,0 +1,22 @@
1
+ const React = require("react");
2
+ function CommentedIcon(props) {
3
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
4
+ viewBox: "0 0 18 19",
5
+ fill: "currentColor",
6
+ "aria-hidden": "true",
7
+ width: "1em",
8
+ height: "1em"
9
+ }, props), /*#__PURE__*/React.createElement("g", {
10
+ clipPath: "url(#a)"
11
+ }, /*#__PURE__*/React.createElement("path", {
12
+ fillRule: "evenodd",
13
+ d: "M1.377.53A1.731 1.731 0 0 0 .019 1.94C.003 2.041 0 3.53.004 7.898l.005 5.823.05.162c.028.09.088.23.132.315.274.515.777.86 1.336.917.103.01.558.019 1.012.019h.826l.005 1.462.005 1.463.047.1c.1.212.25.319.475.336a.456.456 0 0 0 .22-.022c.057-.021.823-.584 2.293-1.685l2.206-1.654h3.835c2.539 0 3.898-.006 4.022-.019.36-.036.7-.192.969-.444.173-.162.263-.278.367-.473.082-.155.173-.43.173-.523 0-.028.008-.056.018-.062.012-.007.018-1.968.018-5.825 0-3.311-.007-5.81-.016-5.804-.008.005-.02-.031-.027-.081a1.858 1.858 0 0 0-.181-.512 1.792 1.792 0 0 0-.92-.79c-.312-.109.31-.101-7.887-.1-6.58.002-7.5.005-7.61.029Zm.085 1.159a.608.608 0 0 0-.285.296l-.043.094.004 5.749.005 5.749.04.082c.056.113.175.23.293.285l.099.047 1.26.009 1.26.009.09.048a.615.615 0 0 1 .269.285l.046.099v2.367l1.832-1.374c1.007-.755 1.86-1.385 1.894-1.4.054-.021.663-.026 4.131-.034l4.068-.009.099-.047a.677.677 0 0 0 .293-.285l.04-.082.005-5.75.004-5.748-.043-.094a.607.607 0 0 0-.285-.296l-.11-.055H1.572l-.11.055ZM.01 7.808c0 3.203.002 4.513.004 2.912.003-1.602.003-4.222 0-5.823C.011 3.295.01 4.605.01 7.808ZM2.96 9.146a.579.579 0 0 0-.365.315c-.039.085-.043.115-.037.254.006.128.016.17.055.236.065.11.168.205.275.255l.09.041 2.88.005c2.103.004 2.909 0 2.987-.015.472-.09.613-.706.23-1-.162-.123.042-.115-3.153-.113-2.127.001-2.909.007-2.962.022Zm7.722.001a.515.515 0 0 0-.266.172.514.514 0 0 0-.139.378c0 .22.149.437.352.516.086.033.167.034 2.204.034h2.115l.084-.039a.615.615 0 0 0 .293-.296.415.415 0 0 0 .043-.247.493.493 0 0 0-.048-.219.648.648 0 0 0-.28-.273l-.092-.042-2.097-.003c-1.656-.003-2.112 0-2.169.019Zm-7.689 2.316a.621.621 0 0 0-.396.308c-.05.092-.047.394.006.492.052.097.169.21.272.263l.085.043h2.124c2.046 0 2.127-.001 2.213-.034a.62.62 0 0 0 .295-.271c.041-.079.048-.113.048-.253 0-.134-.007-.175-.041-.24a.623.623 0 0 0-.271-.268l-.102-.05-2.079-.003a82.705 82.705 0 0 0-2.154.013Zm5.922 0a.554.554 0 0 0-.394.329.404.404 0 0 0-.041.243c.004.1.018.16.048.219a.648.648 0 0 0 .28.274l.092.041h1.152c1.139 0 1.153 0 1.235-.038a.569.569 0 0 0 .225-.856.593.593 0 0 0-.331-.211c-.113-.024-2.148-.025-2.266-.001Zm3.81.003a.609.609 0 0 0-.33.236.563.563 0 0 0 .129.76c.154.118.148.118 1.346.112l1.078-.005.092-.042a.649.649 0 0 0 .28-.273.492.492 0 0 0 .048-.219.412.412 0 0 0-.042-.245.605.605 0 0 0-.288-.296l-.09-.041-1.071-.003c-.675-.002-1.1.004-1.152.016Z",
14
+ clipRule: "evenodd"
15
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
16
+ id: "a"
17
+ }, /*#__PURE__*/React.createElement("path", {
18
+ d: "M0 0h18v18H0z",
19
+ transform: "translate(0 .5)"
20
+ }))));
21
+ }
22
+ module.exports = CommentedIcon;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare function SettingsIcon(props: React.ComponentProps<'svg'>): JSX.Element;
3
+ export default SettingsIcon;
@@ -0,0 +1,15 @@
1
+ const React = require("react");
2
+ function SettingsIcon(props) {
3
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
4
+ viewBox: "0 0 16 16",
5
+ fill: "currentColor",
6
+ "aria-hidden": "true",
7
+ width: "1em",
8
+ height: "1em"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ fillRule: "evenodd",
11
+ d: "M10.918 1.027a.986.986 0 0 0-.854.763c-.015.072-.03.248-.039.486-.01.278-.019.377-.033.386a.912.912 0 0 1-.192.013c-.357.001-.618.025-.752.07a.989.989 0 0 0-.624.623c-.036.097-.04.131-.04.312-.002.16.004.22.026.285.103.302.24.446.69.725.17.107.31.2.31.208 0 .009-.07.148-.157.31-.239.45-.265.527-.264.766 0 .262.096.498.276.68.206.21.428.302.722.301.222-.001.31-.032.72-.25.311-.166.33-.174.353-.15.014.015.091.135.172.267.24.39.306.473.461.58a.988.988 0 0 0 1.454-.393c.075-.155.087-.235.104-.659.008-.218.02-.402.026-.408.006-.005.186-.017.4-.026.518-.02.628-.05.857-.232a.929.929 0 0 0 .362-.716.953.953 0 0 0-.189-.648c-.09-.123-.177-.19-.504-.395a7.672 7.672 0 0 1-.321-.208c-.018-.017.006-.072.152-.348.217-.41.254-.513.255-.717.001-.19-.022-.3-.095-.45a.964.964 0 0 0-.943-.559c-.21.01-.282.036-.674.246a4.672 4.672 0 0 1-.337.17c-.01 0-.075-.092-.144-.206-.281-.457-.338-.533-.479-.637a.99.99 0 0 0-.7-.189Zm0 .854a.176.176 0 0 0-.06.094c-.004.026-.014.22-.022.43-.016.407-.028.48-.101.628-.06.117-.241.296-.365.358-.143.072-.264.09-.66.102a3.406 3.406 0 0 0-.405.028c-.06.019-.12.1-.12.159 0 .085.058.136.405.354.378.239.459.31.546.49a.849.849 0 0 1 .059.617 4.86 4.86 0 0 1-.21.43 2.765 2.765 0 0 0-.185.394c0 .096.081.175.18.175.033 0 .16-.06.388-.18.187-.098.37-.19.407-.204a.951.951 0 0 1 .21-.032.808.808 0 0 1 .452.096c.164.086.242.175.463.532.108.176.217.339.242.362.085.08.25.035.274-.076.005-.022.016-.216.024-.43.015-.414.026-.486.099-.636.058-.12.254-.312.38-.373.142-.067.217-.078.644-.095.211-.008.403-.022.425-.031.051-.02.102-.1.102-.157 0-.088-.045-.128-.377-.336a3.49 3.49 0 0 1-.413-.29.837.837 0 0 1-.223-.38 1.022 1.022 0 0 1 0-.435 4.45 4.45 0 0 1 .211-.442c.194-.369.208-.41.165-.492-.023-.045-.104-.091-.159-.091-.018 0-.152.063-.298.14-.357.191-.445.234-.523.258a.86.86 0 0 1-.811-.2c-.06-.06-.15-.189-.296-.422-.14-.226-.223-.345-.254-.363-.068-.042-.132-.036-.194.018Zm.566 1.732a.713.713 0 0 0-.516.475.754.754 0 0 0 .03.498c.055.119.194.271.3.329a.71.71 0 0 0 1.014-.414.929.929 0 0 0 .008-.387.753.753 0 0 0-.344-.432.873.873 0 0 0-.346-.09.984.984 0 0 0-.146.02ZM4.062 5.28c-.376.08-.68.322-.84.67-.09.194-.1.265-.102.76-.003.417-.005.446-.035.51a.393.393 0 0 1-.193.188c-.046.02-.102.025-.238.023a1.412 1.412 0 0 1-.19-.01 2.455 2.455 0 0 0-.257-.008c-.29 0-.39.018-.59.113-.293.139-.492.36-.61.68-.047.127-.048.139-.049.371 0 .212.004.254.034.352.084.267.179.394.522.7.296.263.337.318.348.47a.37.37 0 0 1-.027.17c-.03.08-.053.106-.305.333-.356.322-.44.431-.53.69-.038.111-.041.138-.042.36 0 .215.003.251.035.345.144.42.436.698.848.803.104.026.167.03.517.03.22 0 .425.004.456.01.03.005.091.03.134.056a.276.276 0 0 1 .124.135l.045.09.003.443c.003.388.007.458.034.56.085.329.311.607.623.764.286.145.666.154.978.025.18-.075.296-.17.559-.455.134-.145.264-.28.29-.299a.346.346 0 0 1 .366-.032c.056.029.124.092.269.252.106.117.23.25.275.294a1.178 1.178 0 0 0 1.952-.516c.031-.097.035-.139.043-.585.008-.456.01-.483.041-.541a.464.464 0 0 1 .086-.108c.094-.083.163-.093.61-.093.51 0 .61-.02.861-.164.485-.279.695-.877.5-1.422a1.125 1.125 0 0 0-.217-.365 6.413 6.413 0 0 0-.283-.268 9.2 9.2 0 0 1-.252-.234.387.387 0 0 1-.087-.257c0-.154.043-.225.238-.396.485-.426.597-.585.658-.933a1.18 1.18 0 0 0-1.033-1.374 2.662 2.662 0 0 0-.335 0c-.391.023-.505.02-.578-.018a.338.338 0 0 1-.168-.157c-.03-.056-.033-.086-.042-.54-.01-.52-.015-.565-.102-.752-.157-.337-.429-.56-.811-.667a1.362 1.362 0 0 0-.255-.02c-.213 0-.35.03-.533.12-.152.073-.248.156-.482.414-.324.359-.351.38-.508.38-.154-.001-.199-.032-.448-.309a5.25 5.25 0 0 0-.32-.333 1.193 1.193 0 0 0-.987-.255Zm.105.816a.391.391 0 0 0-.191.169c-.032.06-.034.084-.043.535-.01.511-.017.567-.104.76-.056.126-.12.22-.23.332a1.11 1.11 0 0 1-.474.302c-.181.06-.278.066-.671.046-.426-.022-.46-.017-.574.085a.35.35 0 0 0-.085.418c.028.06.082.117.274.286.272.24.343.315.42.435.225.351.25.824.065 1.2-.083.167-.179.277-.466.534a2.263 2.263 0 0 0-.282.282.387.387 0 0 0-.025.297.43.43 0 0 0 .2.216c.027.012.206.021.521.027.446.009.488.012.585.044.4.13.689.422.805.813.029.1.033.158.041.583.01.53.012.536.123.636.07.063.201.106.281.092.12-.022.178-.066.378-.286.349-.383.492-.494.75-.576a1.25 1.25 0 0 1 .727.011c.252.087.356.169.742.585.24.26.326.303.498.252a.35.35 0 0 0 .223-.184c.037-.072.037-.079.046-.553.007-.448.01-.486.043-.585.14-.424.466-.721.89-.808.088-.019.21-.024.524-.025.303 0 .424-.006.466-.02a.348.348 0 0 0 .236-.342c-.001-.152-.028-.191-.287-.426-.304-.274-.348-.32-.433-.45a1.125 1.125 0 0 1-.19-.584 1.202 1.202 0 0 1 .253-.828c.033-.043.169-.176.302-.295.133-.118.257-.232.275-.251.132-.143.103-.407-.058-.523-.107-.078-.139-.082-.535-.06-.198.01-.395.013-.44.008a1.184 1.184 0 0 1-1.003-.826c-.032-.098-.035-.137-.043-.592-.009-.462-.01-.49-.041-.548a.357.357 0 0 0-.33-.202c-.146 0-.186.03-.43.302a5.292 5.292 0 0 1-.322.333 1.305 1.305 0 0 1-.527.259 1.307 1.307 0 0 1-.593-.031c-.265-.088-.377-.173-.695-.526-.264-.293-.326-.338-.466-.336a.63.63 0 0 0-.13.015Zm1.346 2.52c-.319.067-.57.205-.791.436-.26.27-.404.6-.423.975a1.513 1.513 0 0 0 1.376 1.584c.476.038.877-.108 1.207-.439.24-.24.38-.515.435-.851a2.148 2.148 0 0 0-.015-.515 1.542 1.542 0 0 0-1.008-1.144 1.581 1.581 0 0 0-.78-.046Zm.177.795a.72.72 0 0 0-.57.59.702.702 0 0 0 .518.78.673.673 0 0 0 .668-.185c.485-.485.061-1.3-.616-1.185Z",
12
+ clipRule: "evenodd"
13
+ }));
14
+ }
15
+ module.exports = SettingsIcon;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare function AddCommentIcon(props: React.ComponentProps<'svg'>): JSX.Element;
3
+ export default AddCommentIcon;
@@ -0,0 +1,22 @@
1
+ import * as React from "react";
2
+ function AddCommentIcon(props) {
3
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
4
+ viewBox: "0 0 18 19",
5
+ fill: "currentColor",
6
+ "aria-hidden": "true",
7
+ width: "1em",
8
+ height: "1em"
9
+ }, props), /*#__PURE__*/React.createElement("g", {
10
+ clipPath: "url(#a)"
11
+ }, /*#__PURE__*/React.createElement("path", {
12
+ fillRule: "evenodd",
13
+ d: "M1.386.527A1.738 1.738 0 0 0 .02 1.94C.004 2.04 0 3.53.004 7.898l.005 5.823.05.162c.029.089.088.23.133.315.273.515.776.86 1.336.917.102.01.557.019 1.011.019h.826l.005 1.462.005 1.463.047.1c.1.212.25.319.475.336a.456.456 0 0 0 .22-.022c.058-.021.823-.584 2.293-1.686l2.206-1.653h3.835c2.539 0 3.898-.007 4.022-.02.36-.036.7-.191.97-.443.172-.162.262-.278.366-.473.082-.155.173-.43.173-.523 0-.028.008-.056.018-.062.012-.008.018-1.969.018-5.825 0-3.311-.007-5.81-.016-5.805-.008.006-.02-.03-.027-.08A1.735 1.735 0 0 0 16.599.525C16.41.489 1.567.49 1.386.527Zm.077 1.161a.608.608 0 0 0-.286.296l-.043.094.005 5.75.004 5.749.04.082c.056.113.176.23.293.285l.1.047 1.26.009 1.26.009.09.048a.615.615 0 0 1 .268.285l.046.099v2.367l1.832-1.374c1.008-.756 1.86-1.385 1.895-1.4.053-.022.662-.027 4.13-.034l4.068-.01.1-.046a.677.677 0 0 0 .292-.286l.04-.081.005-5.75.004-5.749-.043-.094a.608.608 0 0 0-.285-.296l-.11-.054H1.572l-.11.054ZM.009 7.808c0 3.202.002 4.513.005 2.911.002-1.601.002-4.221 0-5.823C.01 3.295.009 4.606.009 7.808Zm8.747-3.222a.645.645 0 0 0-.306.293l-.043.094v2.276l-1.112.005-1.112.005-.085.042a.57.57 0 0 0-.044.999c.133.078.226.084 1.32.084h1.032v2.118l.056.11a.61.61 0 0 0 .268.267c.096.051.378.048.478-.005a.779.779 0 0 0 .266-.266c.039-.072.04-.085.044-1.149l.005-1.075h1.021a19.1 19.1 0 0 0 1.134-.019.557.557 0 0 0 .42-.782.583.583 0 0 0-.29-.287l-.099-.046H9.523l-.005-1.148-.005-1.147-.04-.083a.668.668 0 0 0-.274-.273.64.64 0 0 0-.443-.013Z",
14
+ clipRule: "evenodd"
15
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
16
+ id: "a"
17
+ }, /*#__PURE__*/React.createElement("path", {
18
+ d: "M0 0h18v18H0z",
19
+ transform: "translate(0 .5)"
20
+ }))));
21
+ }
22
+ export default AddCommentIcon;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare function CommentedIcon(props: React.ComponentProps<'svg'>): JSX.Element;
3
+ export default CommentedIcon;
@@ -0,0 +1,22 @@
1
+ import * as React from "react";
2
+ function CommentedIcon(props) {
3
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
4
+ viewBox: "0 0 18 19",
5
+ fill: "currentColor",
6
+ "aria-hidden": "true",
7
+ width: "1em",
8
+ height: "1em"
9
+ }, props), /*#__PURE__*/React.createElement("g", {
10
+ clipPath: "url(#a)"
11
+ }, /*#__PURE__*/React.createElement("path", {
12
+ fillRule: "evenodd",
13
+ d: "M1.377.53A1.731 1.731 0 0 0 .019 1.94C.003 2.041 0 3.53.004 7.898l.005 5.823.05.162c.028.09.088.23.132.315.274.515.777.86 1.336.917.103.01.558.019 1.012.019h.826l.005 1.462.005 1.463.047.1c.1.212.25.319.475.336a.456.456 0 0 0 .22-.022c.057-.021.823-.584 2.293-1.685l2.206-1.654h3.835c2.539 0 3.898-.006 4.022-.019.36-.036.7-.192.969-.444.173-.162.263-.278.367-.473.082-.155.173-.43.173-.523 0-.028.008-.056.018-.062.012-.007.018-1.968.018-5.825 0-3.311-.007-5.81-.016-5.804-.008.005-.02-.031-.027-.081a1.858 1.858 0 0 0-.181-.512 1.792 1.792 0 0 0-.92-.79c-.312-.109.31-.101-7.887-.1-6.58.002-7.5.005-7.61.029Zm.085 1.159a.608.608 0 0 0-.285.296l-.043.094.004 5.749.005 5.749.04.082c.056.113.175.23.293.285l.099.047 1.26.009 1.26.009.09.048a.615.615 0 0 1 .269.285l.046.099v2.367l1.832-1.374c1.007-.755 1.86-1.385 1.894-1.4.054-.021.663-.026 4.131-.034l4.068-.009.099-.047a.677.677 0 0 0 .293-.285l.04-.082.005-5.75.004-5.748-.043-.094a.607.607 0 0 0-.285-.296l-.11-.055H1.572l-.11.055ZM.01 7.808c0 3.203.002 4.513.004 2.912.003-1.602.003-4.222 0-5.823C.011 3.295.01 4.605.01 7.808ZM2.96 9.146a.579.579 0 0 0-.365.315c-.039.085-.043.115-.037.254.006.128.016.17.055.236.065.11.168.205.275.255l.09.041 2.88.005c2.103.004 2.909 0 2.987-.015.472-.09.613-.706.23-1-.162-.123.042-.115-3.153-.113-2.127.001-2.909.007-2.962.022Zm7.722.001a.515.515 0 0 0-.266.172.514.514 0 0 0-.139.378c0 .22.149.437.352.516.086.033.167.034 2.204.034h2.115l.084-.039a.615.615 0 0 0 .293-.296.415.415 0 0 0 .043-.247.493.493 0 0 0-.048-.219.648.648 0 0 0-.28-.273l-.092-.042-2.097-.003c-1.656-.003-2.112 0-2.169.019Zm-7.689 2.316a.621.621 0 0 0-.396.308c-.05.092-.047.394.006.492.052.097.169.21.272.263l.085.043h2.124c2.046 0 2.127-.001 2.213-.034a.62.62 0 0 0 .295-.271c.041-.079.048-.113.048-.253 0-.134-.007-.175-.041-.24a.623.623 0 0 0-.271-.268l-.102-.05-2.079-.003a82.705 82.705 0 0 0-2.154.013Zm5.922 0a.554.554 0 0 0-.394.329.404.404 0 0 0-.041.243c.004.1.018.16.048.219a.648.648 0 0 0 .28.274l.092.041h1.152c1.139 0 1.153 0 1.235-.038a.569.569 0 0 0 .225-.856.593.593 0 0 0-.331-.211c-.113-.024-2.148-.025-2.266-.001Zm3.81.003a.609.609 0 0 0-.33.236.563.563 0 0 0 .129.76c.154.118.148.118 1.346.112l1.078-.005.092-.042a.649.649 0 0 0 .28-.273.492.492 0 0 0 .048-.219.412.412 0 0 0-.042-.245.605.605 0 0 0-.288-.296l-.09-.041-1.071-.003c-.675-.002-1.1.004-1.152.016Z",
14
+ clipRule: "evenodd"
15
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
16
+ id: "a"
17
+ }, /*#__PURE__*/React.createElement("path", {
18
+ d: "M0 0h18v18H0z",
19
+ transform: "translate(0 .5)"
20
+ }))));
21
+ }
22
+ export default CommentedIcon;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare function SettingsIcon(props: React.ComponentProps<'svg'>): JSX.Element;
3
+ export default SettingsIcon;
@@ -0,0 +1,15 @@
1
+ import * as React from "react";
2
+ function SettingsIcon(props) {
3
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
4
+ viewBox: "0 0 16 16",
5
+ fill: "currentColor",
6
+ "aria-hidden": "true",
7
+ width: "1em",
8
+ height: "1em"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ fillRule: "evenodd",
11
+ d: "M10.918 1.027a.986.986 0 0 0-.854.763c-.015.072-.03.248-.039.486-.01.278-.019.377-.033.386a.912.912 0 0 1-.192.013c-.357.001-.618.025-.752.07a.989.989 0 0 0-.624.623c-.036.097-.04.131-.04.312-.002.16.004.22.026.285.103.302.24.446.69.725.17.107.31.2.31.208 0 .009-.07.148-.157.31-.239.45-.265.527-.264.766 0 .262.096.498.276.68.206.21.428.302.722.301.222-.001.31-.032.72-.25.311-.166.33-.174.353-.15.014.015.091.135.172.267.24.39.306.473.461.58a.988.988 0 0 0 1.454-.393c.075-.155.087-.235.104-.659.008-.218.02-.402.026-.408.006-.005.186-.017.4-.026.518-.02.628-.05.857-.232a.929.929 0 0 0 .362-.716.953.953 0 0 0-.189-.648c-.09-.123-.177-.19-.504-.395a7.672 7.672 0 0 1-.321-.208c-.018-.017.006-.072.152-.348.217-.41.254-.513.255-.717.001-.19-.022-.3-.095-.45a.964.964 0 0 0-.943-.559c-.21.01-.282.036-.674.246a4.672 4.672 0 0 1-.337.17c-.01 0-.075-.092-.144-.206-.281-.457-.338-.533-.479-.637a.99.99 0 0 0-.7-.189Zm0 .854a.176.176 0 0 0-.06.094c-.004.026-.014.22-.022.43-.016.407-.028.48-.101.628-.06.117-.241.296-.365.358-.143.072-.264.09-.66.102a3.406 3.406 0 0 0-.405.028c-.06.019-.12.1-.12.159 0 .085.058.136.405.354.378.239.459.31.546.49a.849.849 0 0 1 .059.617 4.86 4.86 0 0 1-.21.43 2.765 2.765 0 0 0-.185.394c0 .096.081.175.18.175.033 0 .16-.06.388-.18.187-.098.37-.19.407-.204a.951.951 0 0 1 .21-.032.808.808 0 0 1 .452.096c.164.086.242.175.463.532.108.176.217.339.242.362.085.08.25.035.274-.076.005-.022.016-.216.024-.43.015-.414.026-.486.099-.636.058-.12.254-.312.38-.373.142-.067.217-.078.644-.095.211-.008.403-.022.425-.031.051-.02.102-.1.102-.157 0-.088-.045-.128-.377-.336a3.49 3.49 0 0 1-.413-.29.837.837 0 0 1-.223-.38 1.022 1.022 0 0 1 0-.435 4.45 4.45 0 0 1 .211-.442c.194-.369.208-.41.165-.492-.023-.045-.104-.091-.159-.091-.018 0-.152.063-.298.14-.357.191-.445.234-.523.258a.86.86 0 0 1-.811-.2c-.06-.06-.15-.189-.296-.422-.14-.226-.223-.345-.254-.363-.068-.042-.132-.036-.194.018Zm.566 1.732a.713.713 0 0 0-.516.475.754.754 0 0 0 .03.498c.055.119.194.271.3.329a.71.71 0 0 0 1.014-.414.929.929 0 0 0 .008-.387.753.753 0 0 0-.344-.432.873.873 0 0 0-.346-.09.984.984 0 0 0-.146.02ZM4.062 5.28c-.376.08-.68.322-.84.67-.09.194-.1.265-.102.76-.003.417-.005.446-.035.51a.393.393 0 0 1-.193.188c-.046.02-.102.025-.238.023a1.412 1.412 0 0 1-.19-.01 2.455 2.455 0 0 0-.257-.008c-.29 0-.39.018-.59.113-.293.139-.492.36-.61.68-.047.127-.048.139-.049.371 0 .212.004.254.034.352.084.267.179.394.522.7.296.263.337.318.348.47a.37.37 0 0 1-.027.17c-.03.08-.053.106-.305.333-.356.322-.44.431-.53.69-.038.111-.041.138-.042.36 0 .215.003.251.035.345.144.42.436.698.848.803.104.026.167.03.517.03.22 0 .425.004.456.01.03.005.091.03.134.056a.276.276 0 0 1 .124.135l.045.09.003.443c.003.388.007.458.034.56.085.329.311.607.623.764.286.145.666.154.978.025.18-.075.296-.17.559-.455.134-.145.264-.28.29-.299a.346.346 0 0 1 .366-.032c.056.029.124.092.269.252.106.117.23.25.275.294a1.178 1.178 0 0 0 1.952-.516c.031-.097.035-.139.043-.585.008-.456.01-.483.041-.541a.464.464 0 0 1 .086-.108c.094-.083.163-.093.61-.093.51 0 .61-.02.861-.164.485-.279.695-.877.5-1.422a1.125 1.125 0 0 0-.217-.365 6.413 6.413 0 0 0-.283-.268 9.2 9.2 0 0 1-.252-.234.387.387 0 0 1-.087-.257c0-.154.043-.225.238-.396.485-.426.597-.585.658-.933a1.18 1.18 0 0 0-1.033-1.374 2.662 2.662 0 0 0-.335 0c-.391.023-.505.02-.578-.018a.338.338 0 0 1-.168-.157c-.03-.056-.033-.086-.042-.54-.01-.52-.015-.565-.102-.752-.157-.337-.429-.56-.811-.667a1.362 1.362 0 0 0-.255-.02c-.213 0-.35.03-.533.12-.152.073-.248.156-.482.414-.324.359-.351.38-.508.38-.154-.001-.199-.032-.448-.309a5.25 5.25 0 0 0-.32-.333 1.193 1.193 0 0 0-.987-.255Zm.105.816a.391.391 0 0 0-.191.169c-.032.06-.034.084-.043.535-.01.511-.017.567-.104.76-.056.126-.12.22-.23.332a1.11 1.11 0 0 1-.474.302c-.181.06-.278.066-.671.046-.426-.022-.46-.017-.574.085a.35.35 0 0 0-.085.418c.028.06.082.117.274.286.272.24.343.315.42.435.225.351.25.824.065 1.2-.083.167-.179.277-.466.534a2.263 2.263 0 0 0-.282.282.387.387 0 0 0-.025.297.43.43 0 0 0 .2.216c.027.012.206.021.521.027.446.009.488.012.585.044.4.13.689.422.805.813.029.1.033.158.041.583.01.53.012.536.123.636.07.063.201.106.281.092.12-.022.178-.066.378-.286.349-.383.492-.494.75-.576a1.25 1.25 0 0 1 .727.011c.252.087.356.169.742.585.24.26.326.303.498.252a.35.35 0 0 0 .223-.184c.037-.072.037-.079.046-.553.007-.448.01-.486.043-.585.14-.424.466-.721.89-.808.088-.019.21-.024.524-.025.303 0 .424-.006.466-.02a.348.348 0 0 0 .236-.342c-.001-.152-.028-.191-.287-.426-.304-.274-.348-.32-.433-.45a1.125 1.125 0 0 1-.19-.584 1.202 1.202 0 0 1 .253-.828c.033-.043.169-.176.302-.295.133-.118.257-.232.275-.251.132-.143.103-.407-.058-.523-.107-.078-.139-.082-.535-.06-.198.01-.395.013-.44.008a1.184 1.184 0 0 1-1.003-.826c-.032-.098-.035-.137-.043-.592-.009-.462-.01-.49-.041-.548a.357.357 0 0 0-.33-.202c-.146 0-.186.03-.43.302a5.292 5.292 0 0 1-.322.333 1.305 1.305 0 0 1-.527.259 1.307 1.307 0 0 1-.593-.031c-.265-.088-.377-.173-.695-.526-.264-.293-.326-.338-.466-.336a.63.63 0 0 0-.13.015Zm1.346 2.52c-.319.067-.57.205-.791.436-.26.27-.404.6-.423.975a1.513 1.513 0 0 0 1.376 1.584c.476.038.877-.108 1.207-.439.24-.24.38-.515.435-.851a2.148 2.148 0 0 0-.015-.515 1.542 1.542 0 0 0-1.008-1.144 1.581 1.581 0 0 0-.78-.046Zm.177.795a.72.72 0 0 0-.57.59.702.702 0 0 0 .518.78.673.673 0 0 0 .668-.185c.485-.485.061-1.3-.616-1.185Z",
12
+ clipRule: "evenodd"
13
+ }));
14
+ }
15
+ export default SettingsIcon;
@@ -1,4 +1,5 @@
1
1
  export { default as ActivitiesIcon } from './ActivitiesIcon'
2
+ export { default as AddCommentIcon } from './AddCommentIcon'
2
3
  export { default as AlertInformationCircleIcon } from './AlertInformationCircleIcon'
3
4
  export { default as AlertWarningTriangleIcon } from './AlertWarningTriangleIcon'
4
5
  export { default as AnalyticsGraphBarIcon } from './AnalyticsGraphBarIcon'
@@ -24,6 +25,7 @@ export { default as ChatTranslateIcon } from './ChatTranslateIcon'
24
25
  export { default as CheckIcon } from './CheckIcon'
25
26
  export { default as ClassIcon } from './ClassIcon'
26
27
  export { default as CommentIcon } from './CommentIcon'
28
+ export { default as CommentedIcon } from './CommentedIcon'
27
29
  export { default as ComputerKeyboardNextIcon } from './ComputerKeyboardNextIcon'
28
30
  export { default as ComputerKeyboardReturnIcon } from './ComputerKeyboardReturnIcon'
29
31
  export { default as ComputerKeyboardIcon } from './ComputerKeyboardIcon'
@@ -142,6 +144,7 @@ export { default as RemoveBoldIcon } from './RemoveBoldIcon'
142
144
  export { default as ReorderDownIcon } from './ReorderDownIcon'
143
145
  export { default as SettingMenuHorizontalIcon } from './SettingMenuHorizontalIcon'
144
146
  export { default as SettingMenuVerticalIcon } from './SettingMenuVerticalIcon'
147
+ export { default as SettingsIcon } from './SettingsIcon'
145
148
  export { default as ShapePyramidIcon } from './ShapePyramidIcon'
146
149
  export { default as StarAlternateIcon } from './StarAlternateIcon'
147
150
  export { default as StarIcon } from './StarIcon'
@@ -1,4 +1,5 @@
1
1
  export { default as ActivitiesIcon } from './ActivitiesIcon.js'
2
+ export { default as AddCommentIcon } from './AddCommentIcon.js'
2
3
  export { default as AlertInformationCircleIcon } from './AlertInformationCircleIcon.js'
3
4
  export { default as AlertWarningTriangleIcon } from './AlertWarningTriangleIcon.js'
4
5
  export { default as AnalyticsGraphBarIcon } from './AnalyticsGraphBarIcon.js'
@@ -24,6 +25,7 @@ export { default as ChatTranslateIcon } from './ChatTranslateIcon.js'
24
25
  export { default as CheckIcon } from './CheckIcon.js'
25
26
  export { default as ClassIcon } from './ClassIcon.js'
26
27
  export { default as CommentIcon } from './CommentIcon.js'
28
+ export { default as CommentedIcon } from './CommentedIcon.js'
27
29
  export { default as ComputerKeyboardNextIcon } from './ComputerKeyboardNextIcon.js'
28
30
  export { default as ComputerKeyboardReturnIcon } from './ComputerKeyboardReturnIcon.js'
29
31
  export { default as ComputerKeyboardIcon } from './ComputerKeyboardIcon.js'
@@ -142,6 +144,7 @@ export { default as RemoveBoldIcon } from './RemoveBoldIcon.js'
142
144
  export { default as ReorderDownIcon } from './ReorderDownIcon.js'
143
145
  export { default as SettingMenuHorizontalIcon } from './SettingMenuHorizontalIcon.js'
144
146
  export { default as SettingMenuVerticalIcon } from './SettingMenuVerticalIcon.js'
147
+ export { default as SettingsIcon } from './SettingsIcon.js'
145
148
  export { default as ShapePyramidIcon } from './ShapePyramidIcon.js'
146
149
  export { default as StarAlternateIcon } from './StarAlternateIcon.js'
147
150
  export { default as StarIcon } from './StarIcon.js'
package/solid/index.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  export { default as ActivitiesIcon } from './ActivitiesIcon'
2
+ export { default as AddCommentIcon } from './AddCommentIcon'
2
3
  export { default as AlertInformationCircleIcon } from './AlertInformationCircleIcon'
3
4
  export { default as AlertWarningTriangleIcon } from './AlertWarningTriangleIcon'
4
5
  export { default as AnalyticsGraphBarIcon } from './AnalyticsGraphBarIcon'
@@ -24,6 +25,7 @@ export { default as ChatTranslateIcon } from './ChatTranslateIcon'
24
25
  export { default as CheckIcon } from './CheckIcon'
25
26
  export { default as ClassIcon } from './ClassIcon'
26
27
  export { default as CommentIcon } from './CommentIcon'
28
+ export { default as CommentedIcon } from './CommentedIcon'
27
29
  export { default as ComputerKeyboardNextIcon } from './ComputerKeyboardNextIcon'
28
30
  export { default as ComputerKeyboardReturnIcon } from './ComputerKeyboardReturnIcon'
29
31
  export { default as ComputerKeyboardIcon } from './ComputerKeyboardIcon'
@@ -142,6 +144,7 @@ export { default as RemoveBoldIcon } from './RemoveBoldIcon'
142
144
  export { default as ReorderDownIcon } from './ReorderDownIcon'
143
145
  export { default as SettingMenuHorizontalIcon } from './SettingMenuHorizontalIcon'
144
146
  export { default as SettingMenuVerticalIcon } from './SettingMenuVerticalIcon'
147
+ export { default as SettingsIcon } from './SettingsIcon'
145
148
  export { default as ShapePyramidIcon } from './ShapePyramidIcon'
146
149
  export { default as StarAlternateIcon } from './StarAlternateIcon'
147
150
  export { default as StarIcon } from './StarIcon'
package/solid/index.js CHANGED
@@ -1,4 +1,5 @@
1
1
  module.exports.ActivitiesIcon = require("./ActivitiesIcon.js")
2
+ module.exports.AddCommentIcon = require("./AddCommentIcon.js")
2
3
  module.exports.AlertInformationCircleIcon = require("./AlertInformationCircleIcon.js")
3
4
  module.exports.AlertWarningTriangleIcon = require("./AlertWarningTriangleIcon.js")
4
5
  module.exports.AnalyticsGraphBarIcon = require("./AnalyticsGraphBarIcon.js")
@@ -24,6 +25,7 @@ module.exports.ChatTranslateIcon = require("./ChatTranslateIcon.js")
24
25
  module.exports.CheckIcon = require("./CheckIcon.js")
25
26
  module.exports.ClassIcon = require("./ClassIcon.js")
26
27
  module.exports.CommentIcon = require("./CommentIcon.js")
28
+ module.exports.CommentedIcon = require("./CommentedIcon.js")
27
29
  module.exports.ComputerKeyboardNextIcon = require("./ComputerKeyboardNextIcon.js")
28
30
  module.exports.ComputerKeyboardReturnIcon = require("./ComputerKeyboardReturnIcon.js")
29
31
  module.exports.ComputerKeyboardIcon = require("./ComputerKeyboardIcon.js")
@@ -142,6 +144,7 @@ module.exports.RemoveBoldIcon = require("./RemoveBoldIcon.js")
142
144
  module.exports.ReorderDownIcon = require("./ReorderDownIcon.js")
143
145
  module.exports.SettingMenuHorizontalIcon = require("./SettingMenuHorizontalIcon.js")
144
146
  module.exports.SettingMenuVerticalIcon = require("./SettingMenuVerticalIcon.js")
147
+ module.exports.SettingsIcon = require("./SettingsIcon.js")
145
148
  module.exports.ShapePyramidIcon = require("./ShapePyramidIcon.js")
146
149
  module.exports.StarAlternateIcon = require("./StarAlternateIcon.js")
147
150
  module.exports.StarIcon = require("./StarIcon.js")