@openedx/paragon 22.0.0-alpha.22 → 22.0.0-alpha.23
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/bin/paragon-scripts.js +12 -1
- package/dist/Modal/_ModalDialog.scss +12 -20
- package/dist/SelectableBox/index.js +9 -5
- package/dist/SelectableBox/index.js.map +1 -1
- package/dist/core.css +9 -12
- package/dist/core.css.map +1 -1
- package/dist/core.min.css +1 -1
- package/icons/.svgrrc.js +1 -1
- package/icons/es5/Accessible.js +2 -1
- package/icons/es5/AccessibleForward.js +2 -1
- package/icons/es5/AssistWalker.js +2 -1
- package/icons/es5/Attribution.js +2 -1
- package/icons/es5/Bathtub.js +2 -1
- package/icons/es5/Biotech.js +2 -1
- package/icons/es5/Blind.js +2 -1
- package/icons/es5/BlurOff.js +16 -8
- package/icons/es5/Brightness1.js +2 -1
- package/icons/es5/BubbleChart.js +6 -3
- package/icons/es5/CameraAlt.js +2 -1
- package/icons/es5/Category.js +2 -1
- package/icons/es5/CheckCircleLightOutline.js +12 -17
- package/icons/es5/ChildCare.js +4 -2
- package/icons/es5/CoPresent.js +2 -1
- package/icons/es5/CoffeeMaker.js +2 -1
- package/icons/es5/CompassCalibration.js +2 -1
- package/icons/es5/ControlCamera.js +2 -1
- package/icons/es5/Deblur.js +24 -12
- package/icons/es5/Diversity1.js +4 -2
- package/icons/es5/EmojiPeople.js +2 -1
- package/icons/es5/EmojiSymbols.js +4 -2
- package/icons/es5/Face2.js +4 -2
- package/icons/es5/Face3.js +4 -2
- package/icons/es5/Face4.js +4 -2
- package/icons/es5/Face5.js +44 -22
- package/icons/es5/Face6.js +4 -2
- package/icons/es5/FaceRetouchingNatural.js +4 -2
- package/icons/es5/FaceRetouchingOff.js +2 -1
- package/icons/es5/FiberManualRecord.js +2 -1
- package/icons/es5/FiberSmartRecord.js +2 -1
- package/icons/es5/FireHydrantAlt.js +2 -1
- package/icons/es5/Garage.js +4 -2
- package/icons/es5/GolfCourse.js +2 -1
- package/icons/es5/HotTub.js +2 -1
- package/icons/es5/LinkedCamera.js +2 -1
- package/icons/es5/LocalSee.js +2 -1
- package/icons/es5/Man.js +2 -1
- package/icons/es5/Man2.js +2 -1
- package/icons/es5/Man4.js +2 -1
- package/icons/es5/ManageAccounts.js +2 -1
- package/icons/es5/MarkUnreadChatAlt.js +2 -1
- package/icons/es5/NoiseAware.js +2 -1
- package/icons/es5/NoiseControlOff.js +2 -1
- package/icons/es5/PeopleAlt.js +2 -1
- package/icons/es5/PersonSearch.js +2 -1
- package/icons/es5/Pets.js +8 -4
- package/icons/es5/Plagiarism.js +2 -1
- package/icons/es5/Policy.js +2 -1
- package/icons/es5/Pool.js +2 -1
- package/icons/es5/PriorityHigh.js +2 -1
- package/icons/es5/RecordVoiceOver.js +2 -1
- package/icons/es5/RememberMe.js +2 -1
- package/icons/es5/ReportGmailerrorred.js +2 -1
- package/icons/es5/RssFeed.js +2 -1
- package/icons/es5/ScatterPlot.js +6 -3
- package/icons/es5/ScreenSearchDesktop.js +2 -1
- package/icons/es5/SelfImprovement.js +2 -1
- package/icons/es5/SentimentDissatisfied.js +4 -2
- package/icons/es5/SentimentSatisfied.js +4 -2
- package/icons/es5/SentimentSatisfiedAlt.js +4 -2
- package/icons/es5/SentimentSlightlyDissatisfied.js +4 -2
- package/icons/es5/SettingsApplications.js +2 -1
- package/icons/es5/Shower.js +12 -6
- package/icons/es5/SpatialAudio.js +2 -1
- package/icons/es5/SpatialAudioOff.js +2 -1
- package/icons/es5/SpatialTracking.js +2 -1
- package/icons/es5/SpeakerGroup.js +2 -1
- package/icons/es5/Sports.js +2 -1
- package/icons/es5/SportsCricket.js +2 -1
- package/icons/es5/SportsGolf.js +6 -3
- package/icons/es5/SportsKabaddi.js +2 -1
- package/icons/es5/SportsMartialArts.js +2 -1
- package/icons/es5/Stream.js +8 -4
- package/icons/es5/Streetview.js +2 -1
- package/icons/es5/Subway.js +4 -2
- package/icons/es5/SupportAgent.js +4 -2
- package/icons/es5/WindPower.js +2 -1
- package/icons/es5/Woman.js +2 -1
- package/icons/es5/Woman2.js +2 -1
- package/icons/es5/Yard.js +2 -1
- package/icons/es5/index.js +2 -2
- package/icons/jsx/Accessible.jsx +1 -1
- package/icons/jsx/AccessibleForward.jsx +1 -1
- package/icons/jsx/AssistWalker.jsx +1 -1
- package/icons/jsx/Attribution.jsx +1 -1
- package/icons/jsx/Bathtub.jsx +1 -1
- package/icons/jsx/Biotech.jsx +1 -1
- package/icons/jsx/Blind.jsx +1 -1
- package/icons/jsx/BlurOff.jsx +8 -8
- package/icons/jsx/Brightness1.jsx +1 -1
- package/icons/jsx/BubbleChart.jsx +3 -3
- package/icons/jsx/CameraAlt.jsx +1 -1
- package/icons/jsx/Category.jsx +1 -1
- package/icons/jsx/CheckCircleLightOutline.jsx +9 -16
- package/icons/jsx/ChildCare.jsx +2 -2
- package/icons/jsx/CoPresent.jsx +1 -1
- package/icons/jsx/CoffeeMaker.jsx +1 -1
- package/icons/jsx/CompassCalibration.jsx +1 -1
- package/icons/jsx/ControlCamera.jsx +1 -1
- package/icons/jsx/Deblur.jsx +12 -12
- package/icons/jsx/Diversity1.jsx +2 -2
- package/icons/jsx/EmojiPeople.jsx +1 -1
- package/icons/jsx/EmojiSymbols.jsx +2 -2
- package/icons/jsx/Face2.jsx +2 -2
- package/icons/jsx/Face3.jsx +2 -2
- package/icons/jsx/Face4.jsx +2 -2
- package/icons/jsx/Face5.jsx +22 -22
- package/icons/jsx/Face6.jsx +2 -2
- package/icons/jsx/FaceRetouchingNatural.jsx +2 -2
- package/icons/jsx/FaceRetouchingOff.jsx +1 -1
- package/icons/jsx/FiberManualRecord.jsx +1 -1
- package/icons/jsx/FiberSmartRecord.jsx +1 -1
- package/icons/jsx/FireHydrantAlt.jsx +1 -1
- package/icons/jsx/Garage.jsx +2 -2
- package/icons/jsx/GolfCourse.jsx +1 -1
- package/icons/jsx/HotTub.jsx +1 -1
- package/icons/jsx/LinkedCamera.jsx +1 -1
- package/icons/jsx/LocalSee.jsx +1 -1
- package/icons/jsx/Man.jsx +1 -1
- package/icons/jsx/Man2.jsx +1 -1
- package/icons/jsx/Man4.jsx +1 -1
- package/icons/jsx/ManageAccounts.jsx +1 -1
- package/icons/jsx/MarkUnreadChatAlt.jsx +1 -1
- package/icons/jsx/NoiseAware.jsx +1 -1
- package/icons/jsx/NoiseControlOff.jsx +1 -1
- package/icons/jsx/PeopleAlt.jsx +1 -1
- package/icons/jsx/PersonSearch.jsx +1 -1
- package/icons/jsx/Pets.jsx +4 -4
- package/icons/jsx/Plagiarism.jsx +1 -1
- package/icons/jsx/Policy.jsx +1 -1
- package/icons/jsx/Pool.jsx +1 -1
- package/icons/jsx/PriorityHigh.jsx +1 -1
- package/icons/jsx/RecordVoiceOver.jsx +1 -1
- package/icons/jsx/RememberMe.jsx +1 -1
- package/icons/jsx/ReportGmailerrorred.jsx +1 -1
- package/icons/jsx/RssFeed.jsx +1 -1
- package/icons/jsx/ScatterPlot.jsx +3 -3
- package/icons/jsx/ScreenSearchDesktop.jsx +1 -1
- package/icons/jsx/SelfImprovement.jsx +1 -1
- package/icons/jsx/SentimentDissatisfied.jsx +2 -2
- package/icons/jsx/SentimentSatisfied.jsx +2 -2
- package/icons/jsx/SentimentSatisfiedAlt.jsx +2 -2
- package/icons/jsx/SentimentSlightlyDissatisfied.jsx +2 -2
- package/icons/jsx/SettingsApplications.jsx +1 -1
- package/icons/jsx/Shower.jsx +6 -6
- package/icons/jsx/SpatialAudio.jsx +1 -1
- package/icons/jsx/SpatialAudioOff.jsx +1 -1
- package/icons/jsx/SpatialTracking.jsx +1 -1
- package/icons/jsx/SpeakerGroup.jsx +1 -1
- package/icons/jsx/Sports.jsx +1 -1
- package/icons/jsx/SportsCricket.jsx +1 -1
- package/icons/jsx/SportsGolf.jsx +3 -3
- package/icons/jsx/SportsKabaddi.jsx +1 -1
- package/icons/jsx/SportsMartialArts.jsx +1 -1
- package/icons/jsx/Stream.jsx +4 -4
- package/icons/jsx/Streetview.jsx +1 -1
- package/icons/jsx/Subway.jsx +2 -2
- package/icons/jsx/SupportAgent.jsx +2 -2
- package/icons/jsx/WindPower.jsx +1 -1
- package/icons/jsx/Woman.jsx +1 -1
- package/icons/jsx/Woman2.jsx +1 -1
- package/icons/jsx/Yard.jsx +1 -1
- package/icons/svg/check_circle_light_outline.svg +13 -0
- package/lib/version.js +9 -0
- package/package.json +1 -1
- package/src/Button/README.md +5 -24
- package/src/DataTable/README.md +1 -1
- package/src/Modal/_ModalDialog.scss +12 -20
- package/src/SelectableBox/README.md +103 -71
- package/src/SelectableBox/index.jsx +5 -1
- package/src/SelectableBox/tests/SelectableBox.test.jsx +7 -0
- package/src/Tabs/README.md +76 -0
|
@@ -9,11 +9,13 @@ const SvgSupportAgent = props => /*#__PURE__*/React.createElement("svg", _extend
|
|
|
9
9
|
}, props), /*#__PURE__*/React.createElement("circle", {
|
|
10
10
|
cx: 9,
|
|
11
11
|
cy: 13,
|
|
12
|
-
r: 1
|
|
12
|
+
r: 1,
|
|
13
|
+
fill: "currentColor"
|
|
13
14
|
}), /*#__PURE__*/React.createElement("circle", {
|
|
14
15
|
cx: 15,
|
|
15
16
|
cy: 13,
|
|
16
|
-
r: 1
|
|
17
|
+
r: 1,
|
|
18
|
+
fill: "currentColor"
|
|
17
19
|
}), /*#__PURE__*/React.createElement("path", {
|
|
18
20
|
d: "M18 11.03A6.04 6.04 0 0 0 12.05 6c-3.03 0-6.29 2.51-6.03 6.45a8.075 8.075 0 0 0 4.86-5.89c1.31 2.63 4 4.44 7.12 4.47z",
|
|
19
21
|
fill: "currentColor"
|
package/icons/es5/WindPower.js
CHANGED
package/icons/es5/Woman.js
CHANGED
package/icons/es5/Woman2.js
CHANGED
package/icons/es5/Yard.js
CHANGED
package/icons/es5/index.js
CHANGED
|
@@ -472,8 +472,8 @@ export { default as Check } from "./Check";
|
|
|
472
472
|
export { default as CheckBoxIcon } from "./CheckBoxIcon";
|
|
473
473
|
export { default as CheckBoxOutlineBlank } from "./CheckBoxOutlineBlank";
|
|
474
474
|
export { default as CheckCircle } from "./CheckCircle";
|
|
475
|
-
export { default as CheckCircleOutline } from "./CheckCircleOutline";
|
|
476
475
|
export { default as CheckCircleLightOutline } from "./CheckCircleLightOutline";
|
|
476
|
+
export { default as CheckCircleOutline } from "./CheckCircleOutline";
|
|
477
477
|
export { default as Checklist } from "./Checklist";
|
|
478
478
|
export { default as ChecklistRtl } from "./ChecklistRtl";
|
|
479
479
|
export { default as Checkroom } from "./Checkroom";
|
|
@@ -2302,4 +2302,4 @@ export { default as Zoom } from "./Zoom";
|
|
|
2302
2302
|
export { default as ZoomIn } from "./ZoomIn";
|
|
2303
2303
|
export { default as ZoomInMap } from "./ZoomInMap";
|
|
2304
2304
|
export { default as ZoomOut } from "./ZoomOut";
|
|
2305
|
-
export { default as ZoomOutMap } from "./ZoomOutMap";
|
|
2305
|
+
export { default as ZoomOutMap } from "./ZoomOutMap";
|
package/icons/jsx/Accessible.jsx
CHANGED
|
@@ -8,7 +8,7 @@ const SvgAccessible = (props) => (
|
|
|
8
8
|
fill="none"
|
|
9
9
|
{...props}
|
|
10
10
|
>
|
|
11
|
-
<circle cx={12} cy={4} r={2} />
|
|
11
|
+
<circle cx={12} cy={4} r={2} fill="currentColor" />
|
|
12
12
|
<path
|
|
13
13
|
d="M19 13v-2c-1.54.02-3.09-.75-4.07-1.83l-1.29-1.43c-.17-.19-.38-.34-.61-.45-.01 0-.01-.01-.02-.01H13c-.37-.21-.78-.31-1.25-.25C10.73 7.15 10 8.07 10 9.1V17h7v5h2v-7.5h-5v-3.45c1.29 1.07 3.25 1.94 5 1.95zm-6.17 5c-.41 1.16-1.52 2-2.83 2-1.66 0-3-1.34-3-3 0-1.31.84-2.41 2-2.83V12.1a5 5 0 1 0 5.9 5.9h-2.07z"
|
|
14
14
|
fill="currentColor"
|
|
@@ -8,7 +8,7 @@ const SvgAccessibleForward = (props) => (
|
|
|
8
8
|
fill="none"
|
|
9
9
|
{...props}
|
|
10
10
|
>
|
|
11
|
-
<circle cx={18} cy={4.54} r={2} />
|
|
11
|
+
<circle cx={18} cy={4.54} r={2} fill="currentColor" />
|
|
12
12
|
<path
|
|
13
13
|
d="M15 17h-2c0 1.65-1.35 3-3 3s-3-1.35-3-3 1.35-3 3-3v-2c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5zm5-3.5h-3.86l1.67-3.67C18.42 8.5 17.44 7 15.96 7h-5.2c-.81 0-1.54.47-1.87 1.2L8.22 10l1.92.53.65-1.53H13l-3.12 7H18v5h2v-7.5z"
|
|
14
14
|
fill="currentColor"
|
|
@@ -8,7 +8,7 @@ const SvgAssistWalker = (props) => (
|
|
|
8
8
|
fill="none"
|
|
9
9
|
{...props}
|
|
10
10
|
>
|
|
11
|
-
<circle cx={12.5} cy={4.5} r={2} />
|
|
11
|
+
<circle cx={12.5} cy={4.5} r={2} fill="currentColor" />
|
|
12
12
|
<path
|
|
13
13
|
d="M19.77 17.72 19 10h-3c-1.5-.02-2.86-.54-3.76-1.44l-2-1.98A1.95 1.95 0 0 0 8.83 6c-.51 0-1.02.2-1.41.59l-4.2 4.17 2.08 4.07-3.15 4.05 1.57 1.24 3.68-4.73-.17-1.36.77.72V20h2v-6.12l-2.12-2.12 2.36-2.36c.94.94 1.72 1.82 3.59 2.32L13 20h1.5l.41-3.5h3.18l.14 1.22c-.44.26-.73.74-.73 1.28 0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.54-.29-1.02-.73-1.28zM15.09 15l.41-3.5h2l.41 3.5h-2.82z"
|
|
14
14
|
fill="currentColor"
|
|
@@ -12,7 +12,7 @@ const SvgAttribution = (props) => (
|
|
|
12
12
|
d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm-2.75-5.5h1.5V19h2.5v-4.5h1.5v-6h-5.5z"
|
|
13
13
|
fill="currentColor"
|
|
14
14
|
/>
|
|
15
|
-
<circle cx={12} cy={6.5} r={1.5} />
|
|
15
|
+
<circle cx={12} cy={6.5} r={1.5} fill="currentColor" />
|
|
16
16
|
</svg>
|
|
17
17
|
);
|
|
18
18
|
export default SvgAttribution;
|
package/icons/jsx/Bathtub.jsx
CHANGED
|
@@ -8,7 +8,7 @@ const SvgBathtub = (props) => (
|
|
|
8
8
|
fill="none"
|
|
9
9
|
{...props}
|
|
10
10
|
>
|
|
11
|
-
<circle cx={7} cy={7} r={2} />
|
|
11
|
+
<circle cx={7} cy={7} r={2} fill="currentColor" />
|
|
12
12
|
<path
|
|
13
13
|
d="M20 13V4.83C20 3.27 18.73 2 17.17 2c-.75 0-1.47.3-2 .83l-1.25 1.25c-.16-.05-.33-.08-.51-.08-.4 0-.77.12-1.08.32l2.76 2.76c.2-.31.32-.68.32-1.08 0-.18-.03-.34-.07-.51l1.25-1.25a.828.828 0 0 1 1.41.59V13h-6.85c-.3-.21-.57-.45-.82-.72l-1.4-1.55c-.19-.21-.43-.38-.69-.5A2.251 2.251 0 0 0 5 12.25V13H2v8h2v1h16v-1h2v-8h-2z"
|
|
14
14
|
fill="currentColor"
|
package/icons/jsx/Biotech.jsx
CHANGED
|
@@ -16,7 +16,7 @@ const SvgBiotech = (props) => (
|
|
|
16
16
|
d="M10.56 5.51C11.91 5.54 13 6.64 13 8c0 .75-.33 1.41-.85 1.87l.59 1.62.94-.34.34.94 1.88-.68-.34-.94.94-.34-2.74-7.53-.94.34-.34-.94-1.88.68.34.94-.94.35.56 1.54z"
|
|
17
17
|
fill="currentColor"
|
|
18
18
|
/>
|
|
19
|
-
<circle cx={10.5} cy={8} r={1.5} />
|
|
19
|
+
<circle cx={10.5} cy={8} r={1.5} fill="currentColor" />
|
|
20
20
|
</svg>
|
|
21
21
|
);
|
|
22
22
|
export default SvgBiotech;
|
package/icons/jsx/Blind.jsx
CHANGED
|
@@ -8,7 +8,7 @@ const SvgBlind = (props) => (
|
|
|
8
8
|
fill="none"
|
|
9
9
|
{...props}
|
|
10
10
|
>
|
|
11
|
-
<circle cx={11.5} cy={3.5} r={2} />
|
|
11
|
+
<circle cx={11.5} cy={3.5} r={2} fill="currentColor" />
|
|
12
12
|
<path
|
|
13
13
|
d="M12.13 7.12c-.17-.35-.44-.65-.8-.85a1.98 1.98 0 0 0-1.93-.03v-.01L4 9.3V14h2v-3.54l1.5-.85C7.18 10.71 7 11.85 7 13v5.33L4.4 21.8 6 23l3-4 .22-3.54L11 18v5h2v-6.5l-1.97-2.81c-.04-.52-.14-1.76.45-3.4.75 1.14 1.88 1.98 3.2 2.41L20.63 23l.87-.5-5.48-9.5H17v-2c-.49 0-2.88.17-4.08-2.21"
|
|
14
14
|
fill="currentColor"
|
package/icons/jsx/BlurOff.jsx
CHANGED
|
@@ -8,30 +8,30 @@ const SvgBlurOff = (props) => (
|
|
|
8
8
|
fill="none"
|
|
9
9
|
{...props}
|
|
10
10
|
>
|
|
11
|
-
<circle cx={14} cy={6} r={1} />
|
|
11
|
+
<circle cx={14} cy={6} r={1} fill="currentColor" />
|
|
12
12
|
<path
|
|
13
13
|
d="m13.8 11.48.2.02c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5 1.5l.02.2c.09.67.61 1.19 1.28 1.28zM14 3.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zm-4 0c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5z"
|
|
14
14
|
fill="currentColor"
|
|
15
15
|
/>
|
|
16
|
-
<circle cx={18} cy={10} r={1} />
|
|
17
|
-
<circle cx={18} cy={6} r={1} />
|
|
16
|
+
<circle cx={18} cy={10} r={1} fill="currentColor" />
|
|
17
|
+
<circle cx={18} cy={6} r={1} fill="currentColor" />
|
|
18
18
|
<path
|
|
19
19
|
d="M21 10.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5z"
|
|
20
20
|
fill="currentColor"
|
|
21
21
|
/>
|
|
22
|
-
<circle cx={10} cy={6} r={1} />
|
|
23
|
-
<circle cx={18} cy={14} r={1} />
|
|
24
|
-
<circle cx={6} cy={18} r={1} />
|
|
22
|
+
<circle cx={10} cy={6} r={1} fill="currentColor" />
|
|
23
|
+
<circle cx={18} cy={14} r={1} fill="currentColor" />
|
|
24
|
+
<circle cx={6} cy={18} r={1} fill="currentColor" />
|
|
25
25
|
<path
|
|
26
26
|
d="M14 20.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm7-7c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm-18 0c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5z"
|
|
27
27
|
fill="currentColor"
|
|
28
28
|
/>
|
|
29
|
-
<circle cx={10} cy={18} r={1} />
|
|
29
|
+
<circle cx={10} cy={18} r={1} fill="currentColor" />
|
|
30
30
|
<path
|
|
31
31
|
d="M3 9.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm7 11c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5z"
|
|
32
32
|
fill="currentColor"
|
|
33
33
|
/>
|
|
34
|
-
<circle cx={6} cy={14} r={1} />
|
|
34
|
+
<circle cx={6} cy={14} r={1} fill="currentColor" />
|
|
35
35
|
<path
|
|
36
36
|
d="M2.5 5.27 6 8.77l.28.28L6 9c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1c0-.1-.03-.19-.06-.28l2.81 2.81c-.71.11-1.25.73-1.25 1.47 0 .83.67 1.5 1.5 1.5.74 0 1.36-.54 1.47-1.25l2.81 2.81A.875.875 0 0 0 14 17c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1c0-.1-.03-.19-.06-.28l3.78 3.78h.01l1.41-1.41L3.91 3.86 2.5 5.27z"
|
|
37
37
|
fill="currentColor"
|
|
@@ -8,9 +8,9 @@ const SvgBubbleChart = (props) => (
|
|
|
8
8
|
fill="none"
|
|
9
9
|
{...props}
|
|
10
10
|
>
|
|
11
|
-
<circle cx={7.2} cy={14.4} r={3.2} />
|
|
12
|
-
<circle cx={14.8} cy={18} r={2} />
|
|
13
|
-
<circle cx={15.2} cy={8.8} r={4.8} />
|
|
11
|
+
<circle cx={7.2} cy={14.4} r={3.2} fill="currentColor" />
|
|
12
|
+
<circle cx={14.8} cy={18} r={2} fill="currentColor" />
|
|
13
|
+
<circle cx={15.2} cy={8.8} r={4.8} fill="currentColor" />
|
|
14
14
|
</svg>
|
|
15
15
|
);
|
|
16
16
|
export default SvgBubbleChart;
|
package/icons/jsx/CameraAlt.jsx
CHANGED
|
@@ -8,7 +8,7 @@ const SvgCameraAlt = (props) => (
|
|
|
8
8
|
fill="none"
|
|
9
9
|
{...props}
|
|
10
10
|
>
|
|
11
|
-
<circle cx={12} cy={12} r={3} />
|
|
11
|
+
<circle cx={12} cy={12} r={3} fill="currentColor" />
|
|
12
12
|
<path
|
|
13
13
|
d="M16.83 4 15 2H9L7.17 4H2v16h20V4h-5.17zM12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z"
|
|
14
14
|
fill="currentColor"
|
package/icons/jsx/Category.jsx
CHANGED
|
@@ -9,7 +9,7 @@ const SvgCategory = (props) => (
|
|
|
9
9
|
{...props}
|
|
10
10
|
>
|
|
11
11
|
<path d="m12 2-5.5 9h11z" fill="currentColor" />
|
|
12
|
-
<circle cx={17.5} cy={17.5} r={4.5} />
|
|
12
|
+
<circle cx={17.5} cy={17.5} r={4.5} fill="currentColor" />
|
|
13
13
|
<path d="M3 13.5h8v8H3z" fill="currentColor" />
|
|
14
14
|
</svg>
|
|
15
15
|
);
|
|
@@ -1,28 +1,21 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
|
|
3
|
-
const CheckCircleLightOutline = (props) => (
|
|
2
|
+
const SvgCheckCircleLightOutline = (props) => (
|
|
4
3
|
<svg
|
|
5
|
-
width=
|
|
6
|
-
height=
|
|
4
|
+
width={24}
|
|
5
|
+
height={24}
|
|
7
6
|
viewBox="0 0 57 57"
|
|
8
7
|
fill="none"
|
|
9
8
|
xmlns="http://www.w3.org/2000/svg"
|
|
10
9
|
{...props}
|
|
11
10
|
>
|
|
12
|
-
<
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
r="26.5"
|
|
16
|
-
stroke="#00262B"
|
|
17
|
-
stroke-width="3"
|
|
11
|
+
<path
|
|
12
|
+
d="M28.5.5C13.054.5.5 13.054.5 28.5s12.554 28 28 28 28-12.554 28-28-12.554-28-28-28zm0 3c13.825 0 25 11.175 25 25s-11.175 25-25 25-25-11.175-25-25 11.175-25 25-25z"
|
|
13
|
+
fill="currentColor"
|
|
18
14
|
/>
|
|
19
15
|
<path
|
|
20
|
-
d="
|
|
21
|
-
|
|
22
|
-
stroke-width="3"
|
|
16
|
+
d="M43.281 16.387 22.236 37.432l-8.517-8.52-2.121 2.123 10.638 10.639 23.166-23.166Z"
|
|
17
|
+
fill="currentColor"
|
|
23
18
|
/>
|
|
24
19
|
</svg>
|
|
25
|
-
|
|
26
20
|
);
|
|
27
|
-
|
|
28
|
-
export default CheckCircleLightOutline;
|
|
21
|
+
export default SvgCheckCircleLightOutline;
|
package/icons/jsx/ChildCare.jsx
CHANGED
|
@@ -8,8 +8,8 @@ const SvgChildCare = (props) => (
|
|
|
8
8
|
fill="none"
|
|
9
9
|
{...props}
|
|
10
10
|
>
|
|
11
|
-
<circle cx={14.5} cy={10.5} r={1.25} />
|
|
12
|
-
<circle cx={9.5} cy={10.5} r={1.25} />
|
|
11
|
+
<circle cx={14.5} cy={10.5} r={1.25} fill="currentColor" />
|
|
12
|
+
<circle cx={9.5} cy={10.5} r={1.25} fill="currentColor" />
|
|
13
13
|
<path
|
|
14
14
|
d="M12 17c2.01 0 3.74-1.23 4.5-3h-9c.76 1.77 2.49 3 4.5 3zm10.94-5.66a4.008 4.008 0 0 0-2.81-3.17 9.114 9.114 0 0 0-2.19-2.91C16.36 3.85 14.28 3 12 3s-4.36.85-5.94 2.26c-.92.81-1.67 1.8-2.19 2.91a3.994 3.994 0 0 0-2.81 3.17c-.04.21-.06.43-.06.66 0 .23.02.45.06.66a4.008 4.008 0 0 0 2.81 3.17 8.977 8.977 0 0 0 2.17 2.89C7.62 20.14 9.71 21 12 21s4.38-.86 5.97-2.28c.9-.8 1.65-1.79 2.17-2.89a3.998 3.998 0 0 0 2.8-3.17c.04-.21.06-.43.06-.66 0-.23-.02-.45-.06-.66zM19 14c-.1 0-.19-.02-.29-.03-.2.67-.49 1.29-.86 1.86C16.6 17.74 14.45 19 12 19s-4.6-1.26-5.85-3.17c-.37-.57-.66-1.19-.86-1.86-.1.01-.19.03-.29.03-1.1 0-2-.9-2-2s.9-2 2-2c.1 0 .19.02.29.03.2-.67.49-1.29.86-1.86C7.4 6.26 9.55 5 12 5s4.6 1.26 5.85 3.17c.37.57.66 1.19.86 1.86.1-.01.19-.03.29-.03 1.1 0 2 .9 2 2s-.9 2-2 2z"
|
|
15
15
|
fill="currentColor"
|
package/icons/jsx/CoPresent.jsx
CHANGED
|
@@ -9,7 +9,7 @@ const SvgCoPresent = (props) => (
|
|
|
9
9
|
{...props}
|
|
10
10
|
>
|
|
11
11
|
<path d="M23 3H1v10h2V5h18v16h2z" fill="currentColor" />
|
|
12
|
-
<circle cx={9} cy={10} r={4} />
|
|
12
|
+
<circle cx={9} cy={10} r={4} fill="currentColor" />
|
|
13
13
|
<path
|
|
14
14
|
d="M15.39 16.56C13.71 15.7 11.53 15 9 15s-4.71.7-6.39 1.56A2.97 2.97 0 0 0 1 19.22V22h16v-2.78c0-1.12-.61-2.15-1.61-2.66z"
|
|
15
15
|
fill="currentColor"
|
|
@@ -12,7 +12,7 @@ const SvgCoffeeMaker = (props) => (
|
|
|
12
12
|
d="M18 7V4h2V2H4v20h16v-2h-4.03A4.966 4.966 0 0 0 18 16v-5H8v5c0 1.64.81 3.09 2.03 4H6V4h2v3h10z"
|
|
13
13
|
fill="currentColor"
|
|
14
14
|
/>
|
|
15
|
-
<circle cx={13} cy={9} r={1} />
|
|
15
|
+
<circle cx={13} cy={9} r={1} fill="currentColor" />
|
|
16
16
|
</svg>
|
|
17
17
|
);
|
|
18
18
|
export default SvgCoffeeMaker;
|
|
@@ -8,7 +8,7 @@ const SvgCompassCalibration = (props) => (
|
|
|
8
8
|
fill="none"
|
|
9
9
|
{...props}
|
|
10
10
|
>
|
|
11
|
-
<circle cx={12} cy={17} r={4} />
|
|
11
|
+
<circle cx={12} cy={17} r={4} fill="currentColor" />
|
|
12
12
|
<path
|
|
13
13
|
d="M12 3C8.1 3 4.56 4.59 2 7.15l5 5a7.06 7.06 0 0 1 10-.01l5-5C19.44 4.59 15.9 3 12 3z"
|
|
14
14
|
fill="currentColor"
|
|
@@ -12,7 +12,7 @@ const SvgControlCamera = (props) => (
|
|
|
12
12
|
d="M5.54 8.46 2 12l3.54 3.54 1.76-1.77L5.54 12l1.76-1.77zm12.92 0-1.76 1.77L18.46 12l-1.76 1.77 1.76 1.77L22 12zm-6.46 10-1.77-1.76-1.77 1.76L12 22l3.54-3.54-1.77-1.76zM8.46 5.54l1.77 1.76L12 5.54l1.77 1.76 1.77-1.76L12 2z"
|
|
13
13
|
fill="currentColor"
|
|
14
14
|
/>
|
|
15
|
-
<circle cx={12} cy={12} r={3} />
|
|
15
|
+
<circle cx={12} cy={12} r={3} fill="currentColor" />
|
|
16
16
|
</svg>
|
|
17
17
|
);
|
|
18
18
|
export default SvgControlCamera;
|
package/icons/jsx/Deblur.jsx
CHANGED
|
@@ -9,18 +9,18 @@ const SvgDeblur = (props) => (
|
|
|
9
9
|
{...props}
|
|
10
10
|
>
|
|
11
11
|
<path d="M12 3v18a9 9 0 0 0 0-18z" fill="currentColor" />
|
|
12
|
-
<circle cx={6} cy={14} r={1} />
|
|
13
|
-
<circle cx={6} cy={18} r={1} />
|
|
14
|
-
<circle cx={6} cy={10} r={1} />
|
|
15
|
-
<circle cx={3} cy={10} r={0.5} />
|
|
16
|
-
<circle cx={6} cy={6} r={1} />
|
|
17
|
-
<circle cx={3} cy={14} r={0.5} />
|
|
18
|
-
<circle cx={10} cy={21} r={0.5} />
|
|
19
|
-
<circle cx={10} cy={3} r={0.5} />
|
|
20
|
-
<circle cx={10} cy={6} r={1} />
|
|
21
|
-
<circle cx={10} cy={14} r={1.5} />
|
|
22
|
-
<circle cx={10} cy={10} r={1.5} />
|
|
23
|
-
<circle cx={10} cy={18} r={1} />
|
|
12
|
+
<circle cx={6} cy={14} r={1} fill="currentColor" />
|
|
13
|
+
<circle cx={6} cy={18} r={1} fill="currentColor" />
|
|
14
|
+
<circle cx={6} cy={10} r={1} fill="currentColor" />
|
|
15
|
+
<circle cx={3} cy={10} r={0.5} fill="currentColor" />
|
|
16
|
+
<circle cx={6} cy={6} r={1} fill="currentColor" />
|
|
17
|
+
<circle cx={3} cy={14} r={0.5} fill="currentColor" />
|
|
18
|
+
<circle cx={10} cy={21} r={0.5} fill="currentColor" />
|
|
19
|
+
<circle cx={10} cy={3} r={0.5} fill="currentColor" />
|
|
20
|
+
<circle cx={10} cy={6} r={1} fill="currentColor" />
|
|
21
|
+
<circle cx={10} cy={14} r={1.5} fill="currentColor" />
|
|
22
|
+
<circle cx={10} cy={10} r={1.5} fill="currentColor" />
|
|
23
|
+
<circle cx={10} cy={18} r={1} fill="currentColor" />
|
|
24
24
|
</svg>
|
|
25
25
|
);
|
|
26
26
|
export default SvgDeblur;
|
package/icons/jsx/Diversity1.jsx
CHANGED
|
@@ -8,12 +8,12 @@ const SvgDiversity1 = (props) => (
|
|
|
8
8
|
fill="none"
|
|
9
9
|
{...props}
|
|
10
10
|
>
|
|
11
|
-
<circle cx={4} cy={14} r={2} />
|
|
11
|
+
<circle cx={4} cy={14} r={2} fill="currentColor" />
|
|
12
12
|
<path
|
|
13
13
|
d="M1.22 17.58A2.01 2.01 0 0 0 0 19.43V21h4.5v-1.61c0-.83.23-1.61.63-2.29-.37-.06-.74-.1-1.13-.1-.99 0-1.93.21-2.78.58z"
|
|
14
14
|
fill="currentColor"
|
|
15
15
|
/>
|
|
16
|
-
<circle cx={20} cy={14} r={2} />
|
|
16
|
+
<circle cx={20} cy={14} r={2} fill="currentColor" />
|
|
17
17
|
<path
|
|
18
18
|
d="M22.78 17.58A6.95 6.95 0 0 0 20 17c-.39 0-.76.04-1.13.1.4.68.63 1.46.63 2.29V21H24v-1.57c0-.81-.48-1.53-1.22-1.85zm-6.54-.93c-1.17-.52-2.61-.9-4.24-.9-1.63 0-3.07.39-4.24.9A2.988 2.988 0 0 0 6 19.39V21h12v-1.61c0-1.18-.68-2.26-1.76-2.74zM9 12c0 1.66 1.34 3 3 3s3-1.34 3-3-1.34-3-3-3-3 1.34-3 3z"
|
|
19
19
|
fill="currentColor"
|
|
@@ -8,7 +8,7 @@ const SvgEmojiPeople = (props) => (
|
|
|
8
8
|
fill="none"
|
|
9
9
|
{...props}
|
|
10
10
|
>
|
|
11
|
-
<circle cx={12} cy={4} r={2} />
|
|
11
|
+
<circle cx={12} cy={4} r={2} fill="currentColor" />
|
|
12
12
|
<path
|
|
13
13
|
d="M15.89 8.11C15.5 7.72 14.83 7 13.53 7h-2.54C8.24 6.99 6 4.75 6 2H4c0 3.16 2.11 5.84 5 6.71V22h2v-6h2v6h2V10.05L18.95 14l1.41-1.41-4.47-4.48z"
|
|
14
14
|
fill="currentColor"
|
|
@@ -12,8 +12,8 @@ const SvgEmojiSymbols = (props) => (
|
|
|
12
12
|
d="M3 2h8v2H3zm3 9h2V7h3V5H3v2h3zm6.404 9.182 7.778-7.778 1.414 1.414-7.778 7.778z"
|
|
13
13
|
fill="currentColor"
|
|
14
14
|
/>
|
|
15
|
-
<circle cx={14.5} cy={14.5} r={1.5} />
|
|
16
|
-
<circle cx={19.5} cy={19.5} r={1.5} />
|
|
15
|
+
<circle cx={14.5} cy={14.5} r={1.5} fill="currentColor" />
|
|
16
|
+
<circle cx={19.5} cy={19.5} r={1.5} fill="currentColor" />
|
|
17
17
|
<path
|
|
18
18
|
d="M15.5 11A2.5 2.5 0 0 0 18 8.5V4h3V2h-4v4.51c-.42-.32-.93-.51-1.5-.51a2.5 2.5 0 0 0 0 5zm-5.76 4.96-1.41 1.41-.71-.71.35-.35a2.499 2.499 0 0 0-1.77-4.27 2.499 2.499 0 0 0-1.77 4.27l.35.35-1.06 1.06c-.98.98-.98 2.56 0 3.54.5.5 1.14.74 1.78.74s1.28-.24 1.77-.73l1.06-1.06 1.41 1.41 1.41-1.41-1.41-1.41 1.41-1.41-1.41-1.43zM5.85 14.2c.12-.12.26-.15.35-.15s.23.03.35.15c.19.2.19.51 0 .71l-.35.35-.35-.36a.501.501 0 0 1 0-.7zm0 5.65c-.12.12-.26.15-.35.15s-.23-.03-.35-.15a.513.513 0 0 1 0-.71l1.06-1.06.71.71-1.07 1.06z"
|
|
19
19
|
fill="currentColor"
|
package/icons/jsx/Face2.jsx
CHANGED
|
@@ -12,8 +12,8 @@ const SvgFace2 = (props) => (
|
|
|
12
12
|
d="M21.97 13.52v-.04C23.21 12.38 24 10.78 24 9c0-3.31-2.69-6-6-6-.26 0-.52.02-.78.06a5.98 5.98 0 0 0-10.44 0C6.52 3.02 6.26 3 6 3 2.69 3 0 5.69 0 9c0 1.78.79 3.38 2.02 4.48v.04A6.008 6.008 0 0 0 0 18c0 3.31 2.69 6 6 6 1.39 0 2.67-.48 3.69-1.28.74.18 1.51.28 2.31.28s1.57-.1 2.31-.28c1.02.8 2.3 1.28 3.69 1.28 3.31 0 6-2.69 6-6 0-1.78-.79-3.38-2.03-4.48zM12 21c-4.41 0-8-3.59-8-8 0-3.72 2.56-6.85 6-7.74v.05c0 3.34 2.72 6.06 6.06 6.06 1.26 0 2.45-.39 3.45-1.09.31.86.49 1.77.49 2.72 0 4.41-3.59 8-8 8z"
|
|
13
13
|
fill="currentColor"
|
|
14
14
|
/>
|
|
15
|
-
<circle cx={9} cy={14} r={1.25} />
|
|
16
|
-
<circle cx={15} cy={14} r={1.25} />
|
|
15
|
+
<circle cx={9} cy={14} r={1.25} fill="currentColor" />
|
|
16
|
+
<circle cx={15} cy={14} r={1.25} fill="currentColor" />
|
|
17
17
|
</svg>
|
|
18
18
|
);
|
|
19
19
|
export default SvgFace2;
|
package/icons/jsx/Face3.jsx
CHANGED
|
@@ -8,8 +8,8 @@ const SvgFace3 = (props) => (
|
|
|
8
8
|
fill="none"
|
|
9
9
|
{...props}
|
|
10
10
|
>
|
|
11
|
-
<circle cx={9} cy={13} r={1.25} />
|
|
12
|
-
<circle cx={15} cy={13} r={1.25} />
|
|
11
|
+
<circle cx={9} cy={13} r={1.25} fill="currentColor" />
|
|
12
|
+
<circle cx={15} cy={13} r={1.25} fill="currentColor" />
|
|
13
13
|
<path
|
|
14
14
|
d="M22.91 11.96c-.54-5.93-5.75-10.41-11.8-9.92-5.38.42-9.56 4.9-10.05 10.28L0 24h24l-1.09-12.04zM4.54 9.13c.87.55 1.89.87 2.96.87 1.86 0 3.5-.93 4.5-2.35C13 9.07 14.64 10 16.5 10c1.07 0 2.09-.32 2.96-.87.34.89.54 1.86.54 2.87 0 4.41-3.59 8-8 8s-8-3.59-8-8c0-1.01.2-1.98.54-2.87z"
|
|
15
15
|
fill="currentColor"
|
package/icons/jsx/Face4.jsx
CHANGED
|
@@ -12,8 +12,8 @@ const SvgFace4 = (props) => (
|
|
|
12
12
|
d="M12 2c-.96 0-1.88.14-2.75.39A4.986 4.986 0 0 0 5 0C2.24 0 0 2.24 0 5c0 1.8.96 3.37 2.39 4.25C2.14 10.12 2 11.04 2 12c0 5.52 4.48 10 10 10s10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8 0-.05.01-.1.01-.15 2.6-.98 4.68-2.99 5.74-5.55a9.942 9.942 0 0 0 9.92 3.46c.21.71.33 1.46.33 2.24 0 4.41-3.59 8-8 8z"
|
|
13
13
|
fill="currentColor"
|
|
14
14
|
/>
|
|
15
|
-
<circle cx={9} cy={13} r={1.25} />
|
|
16
|
-
<circle cx={15} cy={13} r={1.25} />
|
|
15
|
+
<circle cx={9} cy={13} r={1.25} fill="currentColor" />
|
|
16
|
+
<circle cx={15} cy={13} r={1.25} fill="currentColor" />
|
|
17
17
|
</svg>
|
|
18
18
|
);
|
|
19
19
|
export default SvgFace4;
|
package/icons/jsx/Face5.jsx
CHANGED
|
@@ -12,28 +12,28 @@ const SvgFace5 = (props) => (
|
|
|
12
12
|
d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8 0-1.12.23-2.18.65-3.15a.495.495 0 0 0 .85-.35c0-.25-.19-.45-.43-.49.15-.26.32-.51.49-.75-.03.08-.06.15-.06.24 0 .28.22.5.5.5s.5-.22.5-.5S6.28 7 6 7c-.13 0-.25.05-.34.13.52-.68 1.15-1.28 1.86-1.76A.495.495 0 0 0 8 6a.495.495 0 0 0 .1-.98c.16-.09.32-.17.49-.25.09.14.24.23.41.23.28 0 .5-.22.5-.5 0-.03-.01-.06-.02-.09.39-.13.79-.23 1.21-.3-.11.1-.19.23-.19.39 0 .28.22.5.5.5s.5-.22.5-.5a.51.51 0 0 0-.3-.46c.26-.03.53-.04.8-.04s.54.01.8.04c-.18.08-.3.25-.3.46 0 .28.22.5.5.5s.5-.22.5-.5c0-.16-.08-.29-.19-.38.41.07.82.17 1.21.3-.01.02-.02.05-.02.08 0 .28.22.5.5.5.17 0 .32-.09.41-.23.17.08.33.16.49.25A.495.495 0 0 0 16 6c.28 0 .5-.22.5-.5 0-.05-.01-.09-.03-.13.71.48 1.34 1.08 1.86 1.76a.495.495 0 0 0-.83.37c0 .28.22.5.5.5s.5-.22.5-.5c0-.09-.03-.16-.07-.23.18.24.34.49.49.75-.23.03-.42.23-.42.48a.495.495 0 0 0 .85.35c.42.97.65 2.03.65 3.15 0 4.41-3.59 8-8 8z"
|
|
13
13
|
fill="currentColor"
|
|
14
14
|
/>
|
|
15
|
-
<circle cx={9} cy={13} r={1.25} />
|
|
16
|
-
<circle cx={12} cy={5.5} r={0.5} />
|
|
17
|
-
<circle cx={14} cy={5.5} r={0.5} />
|
|
18
|
-
<circle cx={10} cy={5.5} r={0.5} />
|
|
19
|
-
<circle cx={17} cy={6.5} r={0.5} />
|
|
20
|
-
<circle cx={9} cy={6.5} r={0.5} />
|
|
21
|
-
<circle cx={7} cy={6.5} r={0.5} />
|
|
22
|
-
<circle cx={11} cy={6.5} r={0.5} />
|
|
23
|
-
<circle cx={13} cy={6.5} r={0.5} />
|
|
24
|
-
<circle cx={15} cy={6.5} r={0.5} />
|
|
25
|
-
<circle cx={12} cy={7.5} r={0.5} />
|
|
26
|
-
<circle cx={14} cy={7.5} r={0.5} />
|
|
27
|
-
<circle cx={16} cy={7.5} r={0.5} />
|
|
28
|
-
<circle cx={10} cy={7.5} r={0.5} />
|
|
29
|
-
<circle cx={8} cy={7.5} r={0.5} />
|
|
30
|
-
<circle cx={9} cy={8.5} r={0.5} />
|
|
31
|
-
<circle cx={7} cy={8.5} r={0.5} />
|
|
32
|
-
<circle cx={11} cy={8.5} r={0.5} />
|
|
33
|
-
<circle cx={13} cy={8.5} r={0.5} />
|
|
34
|
-
<circle cx={15} cy={8.5} r={0.5} />
|
|
35
|
-
<circle cx={17} cy={8.5} r={0.5} />
|
|
36
|
-
<circle cx={15} cy={13} r={1.25} />
|
|
15
|
+
<circle cx={9} cy={13} r={1.25} fill="currentColor" />
|
|
16
|
+
<circle cx={12} cy={5.5} r={0.5} fill="currentColor" />
|
|
17
|
+
<circle cx={14} cy={5.5} r={0.5} fill="currentColor" />
|
|
18
|
+
<circle cx={10} cy={5.5} r={0.5} fill="currentColor" />
|
|
19
|
+
<circle cx={17} cy={6.5} r={0.5} fill="currentColor" />
|
|
20
|
+
<circle cx={9} cy={6.5} r={0.5} fill="currentColor" />
|
|
21
|
+
<circle cx={7} cy={6.5} r={0.5} fill="currentColor" />
|
|
22
|
+
<circle cx={11} cy={6.5} r={0.5} fill="currentColor" />
|
|
23
|
+
<circle cx={13} cy={6.5} r={0.5} fill="currentColor" />
|
|
24
|
+
<circle cx={15} cy={6.5} r={0.5} fill="currentColor" />
|
|
25
|
+
<circle cx={12} cy={7.5} r={0.5} fill="currentColor" />
|
|
26
|
+
<circle cx={14} cy={7.5} r={0.5} fill="currentColor" />
|
|
27
|
+
<circle cx={16} cy={7.5} r={0.5} fill="currentColor" />
|
|
28
|
+
<circle cx={10} cy={7.5} r={0.5} fill="currentColor" />
|
|
29
|
+
<circle cx={8} cy={7.5} r={0.5} fill="currentColor" />
|
|
30
|
+
<circle cx={9} cy={8.5} r={0.5} fill="currentColor" />
|
|
31
|
+
<circle cx={7} cy={8.5} r={0.5} fill="currentColor" />
|
|
32
|
+
<circle cx={11} cy={8.5} r={0.5} fill="currentColor" />
|
|
33
|
+
<circle cx={13} cy={8.5} r={0.5} fill="currentColor" />
|
|
34
|
+
<circle cx={15} cy={8.5} r={0.5} fill="currentColor" />
|
|
35
|
+
<circle cx={17} cy={8.5} r={0.5} fill="currentColor" />
|
|
36
|
+
<circle cx={15} cy={13} r={1.25} fill="currentColor" />
|
|
37
37
|
</svg>
|
|
38
38
|
);
|
|
39
39
|
export default SvgFace5;
|
package/icons/jsx/Face6.jsx
CHANGED
|
@@ -12,8 +12,8 @@ const SvgFace6 = (props) => (
|
|
|
12
12
|
d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8h2.62l2-4h6.76l2 4H20c0 4.41-3.59 8-8 8z"
|
|
13
13
|
fill="currentColor"
|
|
14
14
|
/>
|
|
15
|
-
<circle cx={9} cy={13} r={1.25} />
|
|
16
|
-
<circle cx={15} cy={13} r={1.25} />
|
|
15
|
+
<circle cx={9} cy={13} r={1.25} fill="currentColor" />
|
|
16
|
+
<circle cx={15} cy={13} r={1.25} fill="currentColor" />
|
|
17
17
|
</svg>
|
|
18
18
|
);
|
|
19
19
|
export default SvgFace6;
|
|
@@ -8,12 +8,12 @@ const SvgFaceRetouchingNatural = (props) => (
|
|
|
8
8
|
fill="none"
|
|
9
9
|
{...props}
|
|
10
10
|
>
|
|
11
|
-
<circle cx={9} cy={13} r={1.25} />
|
|
11
|
+
<circle cx={9} cy={13} r={1.25} fill="currentColor" />
|
|
12
12
|
<path
|
|
13
13
|
d="M19.85 10.59C20.79 15.4 17.01 20 12 20c-4.41 0-8-3.59-8-8 0-.39 3.87-1.12 5.74-5.69 3.42 4.19 8.07 3.73 9.09 3.59l-1.48-3.25-4.72-2.15 3.5-1.59C9.51-.14 2 4.77 2 12c0 5.52 4.48 10 10 10 7.21 0 12.12-7.45 9.1-14.13l-1.25 2.72z"
|
|
14
14
|
fill="currentColor"
|
|
15
15
|
/>
|
|
16
|
-
<circle cx={15} cy={13} r={1.25} />
|
|
16
|
+
<circle cx={15} cy={13} r={1.25} fill="currentColor" />
|
|
17
17
|
<path
|
|
18
18
|
d="M20.6 5.6 19.5 8l-1.1-2.4L16 4.5l2.4-1.1L19.5 1l1.1 2.4L23 4.5l-2.4 1.1z"
|
|
19
19
|
fill="currentColor"
|
|
@@ -8,7 +8,7 @@ const SvgFaceRetouchingOff = (props) => (
|
|
|
8
8
|
fill="none"
|
|
9
9
|
{...props}
|
|
10
10
|
>
|
|
11
|
-
<circle cx={9} cy={13} r={1.25} />
|
|
11
|
+
<circle cx={9} cy={13} r={1.25} fill="currentColor" />
|
|
12
12
|
<path
|
|
13
13
|
d="M17.5 10c.75 0 1.47-.09 2.17-.24.21.71.33 1.46.33 2.24 0 1.22-.28 2.37-.77 3.4l1.49 1.49A9.981 9.981 0 0 0 22 12c0-5.52-4.48-10-10-10-1.78 0-3.44.47-4.89 1.28l5.33 5.33c1.49.88 3.21 1.39 5.06 1.39zM1.89 3.72l2.19 2.19A9.958 9.958 0 0 0 2 12c0 5.52 4.48 10 10 10 2.29 0 4.4-.78 6.09-2.08l2.19 2.19 1.41-1.41L3.31 2.31 1.89 3.72zm14.77 14.77A7.91 7.91 0 0 1 12 20c-4.41 0-8-3.59-8-8 0-.05.01-.1 0-.14a9.946 9.946 0 0 0 3.64-2.39l9.02 9.02z"
|
|
14
14
|
fill="currentColor"
|
|
@@ -8,7 +8,7 @@ const SvgFiberSmartRecord = (props) => (
|
|
|
8
8
|
fill="none"
|
|
9
9
|
{...props}
|
|
10
10
|
>
|
|
11
|
-
<circle cx={9} cy={12} r={8} />
|
|
11
|
+
<circle cx={9} cy={12} r={8} fill="currentColor" />
|
|
12
12
|
<path
|
|
13
13
|
d="M17 4.26v2.09a5.99 5.99 0 0 1 0 11.3v2.09c3.45-.89 6-4.01 6-7.74s-2.55-6.85-6-7.74z"
|
|
14
14
|
fill="currentColor"
|
|
@@ -12,7 +12,7 @@ const SvgFireHydrantAlt = (props) => (
|
|
|
12
12
|
d="M21 11h-3V8h2V6h-2.35a5.99 5.99 0 0 0-11.3 0H4v2h2v3H3v6h3v3H4v2h16v-2h-2v-3h3v-6zm-9 6.5c-1.93 0-3.5-1.57-3.5-3.5s1.57-3.5 3.5-3.5 3.5 1.57 3.5 3.5-1.57 3.5-3.5 3.5z"
|
|
13
13
|
fill="currentColor"
|
|
14
14
|
/>
|
|
15
|
-
<circle cx={12} cy={14} r={1.5} />
|
|
15
|
+
<circle cx={12} cy={14} r={1.5} fill="currentColor" />
|
|
16
16
|
</svg>
|
|
17
17
|
);
|
|
18
18
|
export default SvgFireHydrantAlt;
|
package/icons/jsx/Garage.jsx
CHANGED
|
@@ -8,8 +8,8 @@ const SvgGarage = (props) => (
|
|
|
8
8
|
fill="none"
|
|
9
9
|
{...props}
|
|
10
10
|
>
|
|
11
|
-
<circle cx={15} cy={13} r={1} />
|
|
12
|
-
<circle cx={9} cy={13} r={1} />
|
|
11
|
+
<circle cx={15} cy={13} r={1} fill="currentColor" />
|
|
12
|
+
<circle cx={9} cy={13} r={1} fill="currentColor" />
|
|
13
13
|
<path d="m8.33 7.5-.66 2h8.66l-.66-2z" fill="currentColor" />
|
|
14
14
|
<path
|
|
15
15
|
d="M22 2H2v20h20V2zm-3 16.5h-2v-2H7v2H5v-7.31L6.89 5.5H17.1l1.9 5.69v7.31z"
|
package/icons/jsx/GolfCourse.jsx
CHANGED
|
@@ -8,7 +8,7 @@ const SvgGolfCourse = (props) => (
|
|
|
8
8
|
fill="none"
|
|
9
9
|
{...props}
|
|
10
10
|
>
|
|
11
|
-
<circle cx={19.5} cy={19.5} r={1.5} />
|
|
11
|
+
<circle cx={19.5} cy={19.5} r={1.5} fill="currentColor" />
|
|
12
12
|
<path
|
|
13
13
|
d="M17 5.92 9 2v18H7v-1.73c-1.79.35-3 .99-3 1.73 0 1.1 2.69 2 6 2s6-.9 6-2c0-.99-2.16-1.81-5-1.97V8.98l6-3.06z"
|
|
14
14
|
fill="currentColor"
|
package/icons/jsx/HotTub.jsx
CHANGED
|
@@ -8,7 +8,7 @@ const SvgHotTub = (props) => (
|
|
|
8
8
|
fill="none"
|
|
9
9
|
{...props}
|
|
10
10
|
>
|
|
11
|
-
<circle cx={7} cy={6} r={2} />
|
|
11
|
+
<circle cx={7} cy={6} r={2} fill="currentColor" />
|
|
12
12
|
<path
|
|
13
13
|
d="M11.15 12c-.31-.22-.59-.46-.82-.72l-1.4-1.55c-.19-.21-.43-.38-.69-.5-.29-.14-.62-.23-.96-.23h-.03C6.01 9 5 10.01 5 11.25V12H2v10h20V12H11.15zM7 20H5v-6h2v6zm4 0H9v-6h2v6zm4 0h-2v-6h2v6zm4 0h-2v-6h2v6zm-.35-14.14-.07-.07c-.57-.62-.82-1.41-.67-2.2L18 3h-1.89l-.06.43c-.2 1.36.27 2.71 1.3 3.72l.07.06c.57.62.82 1.41.67 2.2l-.11.59h1.91l.06-.43c.21-1.36-.27-2.71-1.3-3.71zm-4 0-.07-.07c-.57-.62-.82-1.41-.67-2.2L14 3h-1.89l-.06.43c-.2 1.36.27 2.71 1.3 3.72l.07.06c.57.62.82 1.41.67 2.2l-.11.59h1.91l.06-.43c.21-1.36-.27-2.71-1.3-3.71z"
|
|
14
14
|
fill="currentColor"
|
|
@@ -8,7 +8,7 @@ const SvgLinkedCamera = (props) => (
|
|
|
8
8
|
fill="none"
|
|
9
9
|
{...props}
|
|
10
10
|
>
|
|
11
|
-
<circle cx={12} cy={14} r={3} />
|
|
11
|
+
<circle cx={12} cy={14} r={3} fill="currentColor" />
|
|
12
12
|
<path
|
|
13
13
|
d="M18 8h1.33c0-1.84-1.49-3.33-3.33-3.33V6c1.11 0 2 .89 2 2zm2.67 0H22c0-3.31-2.69-6-6-6v1.33c2.58 0 4.67 2.09 4.67 4.67zM15 7V4H9L7.17 6H2v16h20V9h-5c0-1.1-.9-2-2-2zm-3 12c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z"
|
|
14
14
|
fill="currentColor"
|
package/icons/jsx/LocalSee.jsx
CHANGED
|
@@ -8,7 +8,7 @@ const SvgLocalSee = (props) => (
|
|
|
8
8
|
fill="none"
|
|
9
9
|
{...props}
|
|
10
10
|
>
|
|
11
|
-
<circle cx={12} cy={12} r={3.2} />
|
|
11
|
+
<circle cx={12} cy={12} r={3.2} fill="currentColor" />
|
|
12
12
|
<path
|
|
13
13
|
d="M22 4h-5.17L15 2H9L7.17 4H2v16h20V4zM12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z"
|
|
14
14
|
fill="currentColor"
|
package/icons/jsx/Man.jsx
CHANGED