@bubbles-ui/icons 1.2.168 → 1.2.170
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/SquareRootIcon.d.ts +3 -0
- package/outline/SquareRootIcon.js +17 -0
- package/outline/esm/SquareRootIcon.d.ts +3 -0
- package/outline/esm/SquareRootIcon.js +17 -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
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
function SquareRootIcon(props) {
|
|
3
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
4
|
+
fill: "none",
|
|
5
|
+
viewBox: "0 0 16 17",
|
|
6
|
+
stroke: "currentColor",
|
|
7
|
+
"aria-hidden": "true",
|
|
8
|
+
width: "1em",
|
|
9
|
+
height: "1em"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
fill: "#878D96",
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
d: "M6.936 4.09a.334.334 0 0 0-.19.161c-.02.04-.627 1.733-1.35 3.764a593.12 593.12 0 0 1-1.321 3.693c-.004 0-.255-.594-.557-1.32a51.332 51.332 0 0 0-.579-1.36.34.34 0 0 0-.262-.128c-.195 0-.357.196-.317.381.007.031.337.836.734 1.787.541 1.3.73 1.742.76 1.776a.326.326 0 0 0 .541-.086c.015-.033.66-1.836 1.433-4.008.774-2.171 1.414-3.965 1.423-3.987l.016-.039H13.394l.06-.028a.39.39 0 0 0 .17-.17.417.417 0 0 0 .011-.204.352.352 0 0 0-.22-.233c-.058-.016-6.424-.016-6.479 0Zm.902 3.422a.368.368 0 0 0-.158.155.437.437 0 0 0 0 .279c.016.032.377.402 1.11 1.137l1.088 1.09L8.79 11.26a45.41 45.41 0 0 0-1.108 1.13.388.388 0 0 0-.027.116.3.3 0 0 0 .093.256.32.32 0 0 0 .343.078c.054-.018.152-.113 1.154-1.113l1.095-1.094 1.089 1.087c.735.734 1.105 1.095 1.137 1.11a.32.32 0 0 0 .144.023c.083 0 .104-.004.152-.033a.35.35 0 0 0 .144-.159.37.37 0 0 0-.003-.258c-.019-.042-.267-.297-1.112-1.143l-1.089-1.089 1.088-1.089a44.944 44.944 0 0 0 1.109-1.13.401.401 0 0 0 .01-.26.334.334 0 0 0-.437-.184c-.042.019-.299.269-1.143 1.113l-1.09 1.088L9.252 8.62C8.405 7.776 8.15 7.528 8.108 7.51a.356.356 0 0 0-.27.003Z",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
}
|
|
17
|
+
module.exports = SquareRootIcon;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
function SquareRootIcon(props) {
|
|
3
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
4
|
+
fill: "none",
|
|
5
|
+
viewBox: "0 0 16 17",
|
|
6
|
+
stroke: "currentColor",
|
|
7
|
+
"aria-hidden": "true",
|
|
8
|
+
width: "1em",
|
|
9
|
+
height: "1em"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
fill: "#878D96",
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
d: "M6.936 4.09a.334.334 0 0 0-.19.161c-.02.04-.627 1.733-1.35 3.764a593.12 593.12 0 0 1-1.321 3.693c-.004 0-.255-.594-.557-1.32a51.332 51.332 0 0 0-.579-1.36.34.34 0 0 0-.262-.128c-.195 0-.357.196-.317.381.007.031.337.836.734 1.787.541 1.3.73 1.742.76 1.776a.326.326 0 0 0 .541-.086c.015-.033.66-1.836 1.433-4.008.774-2.171 1.414-3.965 1.423-3.987l.016-.039H13.394l.06-.028a.39.39 0 0 0 .17-.17.417.417 0 0 0 .011-.204.352.352 0 0 0-.22-.233c-.058-.016-6.424-.016-6.479 0Zm.902 3.422a.368.368 0 0 0-.158.155.437.437 0 0 0 0 .279c.016.032.377.402 1.11 1.137l1.088 1.09L8.79 11.26a45.41 45.41 0 0 0-1.108 1.13.388.388 0 0 0-.027.116.3.3 0 0 0 .093.256.32.32 0 0 0 .343.078c.054-.018.152-.113 1.154-1.113l1.095-1.094 1.089 1.087c.735.734 1.105 1.095 1.137 1.11a.32.32 0 0 0 .144.023c.083 0 .104-.004.152-.033a.35.35 0 0 0 .144-.159.37.37 0 0 0-.003-.258c-.019-.042-.267-.297-1.112-1.143l-1.089-1.089 1.088-1.089a44.944 44.944 0 0 0 1.109-1.13.401.401 0 0 0 .01-.26.334.334 0 0 0-.437-.184c-.042.019-.299.269-1.143 1.113l-1.09 1.088L9.252 8.62C8.405 7.776 8.15 7.528 8.108 7.51a.356.356 0 0 0-.27.003Z",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
}
|
|
17
|
+
export default SquareRootIcon;
|
package/outline/esm/index.d.ts
CHANGED
|
@@ -175,6 +175,7 @@ export { default as SingleActionsGraduateMaleIcon } from './SingleActionsGraduat
|
|
|
175
175
|
export { default as SingleActionsGraduateIcon } from './SingleActionsGraduateIcon'
|
|
176
176
|
export { default as SmileyPinIcon } from './SmileyPinIcon'
|
|
177
177
|
export { default as SortDragIcon } from './SortDragIcon'
|
|
178
|
+
export { default as SquareRootIcon } from './SquareRootIcon'
|
|
178
179
|
export { default as StopwatchIcon } from './StopwatchIcon'
|
|
179
180
|
export { default as StudyDeskIcon } from './StudyDeskIcon'
|
|
180
181
|
export { default as StudyVirtualClassroomIcon } from './StudyVirtualClassroomIcon'
|
package/outline/esm/index.js
CHANGED
|
@@ -175,6 +175,7 @@ export { default as SingleActionsGraduateMaleIcon } from './SingleActionsGraduat
|
|
|
175
175
|
export { default as SingleActionsGraduateIcon } from './SingleActionsGraduateIcon.js'
|
|
176
176
|
export { default as SmileyPinIcon } from './SmileyPinIcon.js'
|
|
177
177
|
export { default as SortDragIcon } from './SortDragIcon.js'
|
|
178
|
+
export { default as SquareRootIcon } from './SquareRootIcon.js'
|
|
178
179
|
export { default as StopwatchIcon } from './StopwatchIcon.js'
|
|
179
180
|
export { default as StudyDeskIcon } from './StudyDeskIcon.js'
|
|
180
181
|
export { default as StudyVirtualClassroomIcon } from './StudyVirtualClassroomIcon.js'
|
package/outline/index.d.ts
CHANGED
|
@@ -175,6 +175,7 @@ export { default as SingleActionsGraduateMaleIcon } from './SingleActionsGraduat
|
|
|
175
175
|
export { default as SingleActionsGraduateIcon } from './SingleActionsGraduateIcon'
|
|
176
176
|
export { default as SmileyPinIcon } from './SmileyPinIcon'
|
|
177
177
|
export { default as SortDragIcon } from './SortDragIcon'
|
|
178
|
+
export { default as SquareRootIcon } from './SquareRootIcon'
|
|
178
179
|
export { default as StopwatchIcon } from './StopwatchIcon'
|
|
179
180
|
export { default as StudyDeskIcon } from './StudyDeskIcon'
|
|
180
181
|
export { default as StudyVirtualClassroomIcon } from './StudyVirtualClassroomIcon'
|
package/outline/index.js
CHANGED
|
@@ -175,6 +175,7 @@ module.exports.SingleActionsGraduateMaleIcon = require("./SingleActionsGraduateM
|
|
|
175
175
|
module.exports.SingleActionsGraduateIcon = require("./SingleActionsGraduateIcon.js")
|
|
176
176
|
module.exports.SmileyPinIcon = require("./SmileyPinIcon.js")
|
|
177
177
|
module.exports.SortDragIcon = require("./SortDragIcon.js")
|
|
178
|
+
module.exports.SquareRootIcon = require("./SquareRootIcon.js")
|
|
178
179
|
module.exports.StopwatchIcon = require("./StopwatchIcon.js")
|
|
179
180
|
module.exports.StudyDeskIcon = require("./StudyDeskIcon.js")
|
|
180
181
|
module.exports.StudyVirtualClassroomIcon = require("./StudyVirtualClassroomIcon.js")
|