Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions lib/Alarm.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
import * as React from 'react';
import type {SVGProps} from 'react';
const Alarm = (props: SVGProps<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={17}
height={17}
fill="none"
viewBox="0 0 17 17"
{...props}
>
<g fill="currentColor">
<path d="M8.499 4.508c.44 0 .797.357.797.797v2.789l1.098.823a.797.797 0 1 1-.956 1.274L8.021 9.13a.8.8 0 0 1-.319-.637V5.305c0-.44.357-.797.797-.797" />
<path
fillRule="evenodd"
d="M8.5 1.063a6.906 6.906 0 0 1 5.153 11.499l1.376 1.833a.797.797 0 0 1-1.274.957l-1.297-1.729a6.87 6.87 0 0 1-3.958 1.25 6.87 6.87 0 0 1-3.915-1.218l-1.313 1.719a.796.796 0 1 1-1.266-.967l1.376-1.803A6.906 6.906 0 0 1 8.5 1.063m0 1.593a5.312 5.312 0 1 0 0 10.624 5.312 5.312 0 0 0 0-10.624"
clipRule="evenodd"
/>
<path d="M2.624.5A.797.797 0 1 1 3.75 1.625L1.626 3.75A.797.797 0 0 1 .499 2.624zm10.624 0a.797.797 0 0 1 1.126 0L16.5 2.623a.797.797 0 1 1-1.127 1.127l-2.124-2.125a.797.797 0 0 1 0-1.127" />
</g>
</svg>
);
export default Alarm;
22 changes: 22 additions & 0 deletions lib/AlarmFill.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
import * as React from 'react';
import type {SVGProps} from 'react';
const AlarmFill = (props: SVGProps<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={17}
height={17}
fill="none"
viewBox="0 0 17 17"
{...props}
>
<g fill="currentColor">
<path
fillRule="evenodd"
d="M8.5 1.063a6.905 6.905 0 0 1 5.153 11.499l1.376 1.833a.797.797 0 0 1-1.274.957l-1.297-1.729a6.87 6.87 0 0 1-3.958 1.25 6.87 6.87 0 0 1-3.915-1.218l-1.313 1.719a.796.796 0 1 1-1.265-.967l1.375-1.803A6.906 6.906 0 0 1 8.5 1.063m0 3.445a.797.797 0 0 0-.798.797v3.187c0 .25.119.487.319.637l1.417 1.062a.797.797 0 1 0 .956-1.274l-1.098-.823v-2.79a.797.797 0 0 0-.797-.796"
clipRule="evenodd"
/>
<path d="M2.624.5a.797.797 0 1 1 1.127 1.126L1.626 3.75A.797.797 0 0 1 .499 2.624zm10.624 0a.797.797 0 0 1 1.127 0l2.124 2.124a.797.797 0 0 1-1.126 1.127l-2.125-2.125a.797.797 0 0 1 0-1.127" />
</g>
</svg>
);
export default AlarmFill;
18 changes: 18 additions & 0 deletions lib/AlmostEqual.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
import * as React from 'react';
import type {SVGProps} from 'react';
const AlmostEqual = (props: SVGProps<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={16}
height={16}
fill="none"
viewBox="0 0 16 16"
{...props}
>
<path
fill="currentColor"
d="M1.747 10.287c1.315-1.185 2.78-1.35 4.016-1.143 1.205.202 2.22.76 2.73 1.045.596.332 1.343.721 2.174.842.794.116 1.682-.01 2.608-.768a.75.75 0 0 1 .95 1.161c-1.286 1.052-2.61 1.261-3.774 1.092-1.127-.165-2.086-.68-2.689-1.017-.502-.28-1.32-.72-2.248-.875-.897-.15-1.865-.032-2.762.777a.75.75 0 0 1-1.005-1.114m0-5.66c1.315-1.185 2.78-1.349 4.016-1.142 1.205.202 2.22.76 2.73 1.045.596.332 1.343.72 2.174.842.794.115 1.682-.01 2.608-.768a.75.75 0 0 1 .95 1.161c-1.286 1.052-2.61 1.261-3.774 1.091-1.127-.164-2.086-.68-2.689-1.016-.502-.28-1.32-.72-2.248-.875-.897-.15-1.865-.032-2.762.777a.75.75 0 0 1-1.005-1.115"
/>
</svg>
);
export default AlmostEqual;
18 changes: 18 additions & 0 deletions lib/ArrowDownLeft.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
import * as React from 'react';
import type {SVGProps} from 'react';
const ArrowDownLeft = (props: SVGProps<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={16}
height={16}
fill="none"
viewBox="0 0 16 16"
{...props}
>
<g fill="currentColor">
<path d="M12.197 2.741a.75.75 0 0 1 1.06 1.061l-8.175 8.176h3.847a.75.75 0 0 1-.001 1.5H3.27a.75.75 0 0 1-.75-.75V7.073a.75.75 0 0 1 1.5 0v3.845z" />
<path d="M12.198 2.741a.75.75 0 0 1 1.06 1.061l-8.175 8.176h3.846a.75.75 0 0 1 0 1.5H3.27a.75.75 0 0 1-.75-.75V7.072a.751.751 0 0 1 1.501 0v3.846z" />
</g>
</svg>
);
export default ArrowDownLeft;
18 changes: 18 additions & 0 deletions lib/ArrowDownRight.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
import * as React from 'react';
import type {SVGProps} from 'react';
const ArrowDownRight = (props: SVGProps<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={16}
height={16}
fill="none"
viewBox="0 0 16 16"
{...props}
>
<path
fill="currentColor"
d="M3.802 2.741A.75.75 0 0 0 2.74 3.802l8.176 8.176H7.07a.75.75 0 0 0 0 1.5h5.657a.75.75 0 0 0 .75-.75V7.072a.751.751 0 0 0-1.5 0v3.846z"
/>
</svg>
);
export default ArrowDownRight;
19 changes: 19 additions & 0 deletions lib/ArrowRotateLeftNumber5.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
import * as React from 'react';
import type {SVGProps} from 'react';
const ArrowRotateLeftNumber5 = (props: SVGProps<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={16}
height={16}
fill="none"
viewBox="0 0 16 16"
{...props}
>
<g fill="currentColor">
<path d="M3.795.52A.75.75 0 0 1 5.217 1l-.229.677a6.999 6.999 0 1 1-3.84 4.896.75.75 0 0 1 1.468.306A5.5 5.5 0 0 0 13.213 9.75a5.5 5.5 0 0 0-8.944-5.795q-.051.044-.1.092l-.076.078-.009.008a.74.74 0 0 1-.324.188l-.022.007a.8.8 0 0 1-.256.02q-.023 0-.047-.003a1 1 0 0 1-.126-.03l-.013-.005-.045-.019a.8.8 0 0 1-.19-.118l-.021-.019-.017-.014a1 1 0 0 1-.083-.099l-.027-.044a1 1 0 0 1-.05-.095q-.007-.015-.012-.032a1 1 0 0 1-.034-.108l-.004-.023a.74.74 0 0 1 .024-.375zm5.335 4.2a.75.75 0 0 1 0 1.5H7.578l-.138.77c.213-.03.445-.05.69-.05.407 0 .915.147 1.34.437.442.302.862.812.909 1.544a2.11 2.11 0 0 1-.684 1.717c-.466.426-1.104.644-1.797.644a7 7 0 0 1-1.689-.212l-.031-.008-.01-.002-.003-.001h-.002a.751.751 0 0 1 .408-1.445l.001.001.016.004.072.018a5.6 5.6 0 0 0 1.238.146c.385 0 .641-.12.786-.252a.61.61 0 0 0 .198-.513c-.01-.157-.09-.288-.258-.403a1 1 0 0 0-.494-.175 4 4 0 0 0-1.26.213l-.073.027-.015.005a.75.75 0 0 1-1.02-.827l.449-2.52.035-.129a.75.75 0 0 1 .704-.49z" />
<path d="M3.795.52A.75.75 0 0 1 5.217 1l-.229.677a7 7 0 1 1-3.84 4.896.751.751 0 0 1 1.47.307A5.5 5.5 0 1 0 4.17 4.047l-.077.077-.009.008a.7.7 0 0 1-.186.132l-.026.014a.7.7 0 0 1-.24.068l-.044.004a1 1 0 0 1-.1-.003q-.028 0-.054-.003a1 1 0 0 1-.125-.03l-.013-.007a.8.8 0 0 1-.232-.132l-.025-.023-.016-.014a1 1 0 0 1-.083-.098l-.027-.044a1 1 0 0 1-.05-.095q-.007-.015-.012-.032a1 1 0 0 1-.034-.108l-.003-.023a.74.74 0 0 1 .024-.375z" />
<path d="M9.13 4.719a.751.751 0 0 1 0 1.5H7.579l-.138.77c.213-.03.446-.05.69-.05.407 0 .915.147 1.34.437.442.302.862.812.909 1.544a2.11 2.11 0 0 1-.684 1.717c-.466.426-1.105.644-1.797.644a7 7 0 0 1-1.689-.212l-.031-.008q-.006 0-.01-.003h-.005a.751.751 0 0 1 .408-1.445l.001.001.016.004.072.018q.101.025.286.058c.248.044.586.087.952.087.384 0 .641-.119.786-.25a.61.61 0 0 0 .198-.515c-.01-.156-.09-.287-.258-.402a1 1 0 0 0-.494-.175 4 4 0 0 0-1.26.213q-.05.017-.073.027l-.015.004a.751.751 0 0 1-1.02-.826l.449-2.52.035-.13a.75.75 0 0 1 .704-.488z" />
</g>
</svg>
);
export default ArrowRotateLeftNumber5;
18 changes: 18 additions & 0 deletions lib/ArrowRotateRightNumber5.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
import * as React from 'react';
import type {SVGProps} from 'react';
const ArrowRotateRightNumber5 = (props: SVGProps<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={16}
height={16}
fill="none"
viewBox="0 0 16 16"
{...props}
>
<g fill="currentColor">
<path d="M11.3.049a.75.75 0 0 1 .95.471l.959 2.843a.74.74 0 0 1 .023.371l-.005.029a1 1 0 0 1-.034.111l-.01.025a1 1 0 0 1-.051.097l-.028.044-.022.03q-.028.035-.06.069l-.017.014-.02.019a.7.7 0 0 1-.191.118l-.045.019-.012.004a1 1 0 0 1-.125.03l-.05.005a.8.8 0 0 1-.256-.02l-.021-.008a.74.74 0 0 1-.323-.188l-.01-.008-.075-.078-.1-.092a5.499 5.499 0 1 0 1.652 2.924.75.75 0 0 1 1.47-.306 7 7 0 1 1-3.843-4.896L10.83.999a.75.75 0 0 1 .471-.95m-2.17 4.67a.75.75 0 0 1 0 1.5H7.579l-.138.77c.213-.03.445-.05.69-.05.407 0 .915.147 1.34.437.442.302.861.812.909 1.544a2.11 2.11 0 0 1-.684 1.717c-.467.426-1.105.644-1.797.644a7 7 0 0 1-1.69-.212q-.019-.004-.03-.008l-.01-.002-.003-.001h-.002a.752.752 0 0 1 .408-1.445l.001.001.016.004.072.018a5.6 5.6 0 0 0 1.238.146c.384 0 .64-.12.785-.252a.61.61 0 0 0 .199-.513c-.01-.157-.09-.288-.258-.403a1 1 0 0 0-.494-.175 4 4 0 0 0-1.261.213l-.072.027-.015.005h-.001a.75.75 0 0 1-1.02-.827l.45-2.52.035-.129a.75.75 0 0 1 .704-.49z" />
<path d="M11.3.049a.75.75 0 0 1 .951.472l.958 2.842a.7.7 0 0 1 .035.23l.001.023q-.001.06-.012.118l-.004.027a1 1 0 0 1-.033.103l-.015.04a1 1 0 0 1-.044.083q-.016.03-.034.056l-.019.025a1 1 0 0 1-.06.07l-.024.02-.01.01a.7.7 0 0 1-.244.142q-.005.001-.009.004a1 1 0 0 1-.128.03l-.046.004a1 1 0 0 1-.112.002l-.026-.002a1 1 0 0 1-.12-.02l-.014-.006a.74.74 0 0 1-.328-.19l-.014-.014-.049-.048-.02-.02-.102-.097a5.5 5.5 0 1 0 1.651 2.925.75.75 0 0 1 1.47-.307 7 7 0 1 1-3.842-4.896L10.829 1a.75.75 0 0 1 .472-.95m-2.17 4.67a.75.75 0 0 1 0 1.5H7.579l-.138.77a5 5 0 0 1 .69-.05c.407 0 .915.147 1.34.437.442.302.862.811.909 1.544a2.11 2.11 0 0 1-.683 1.717c-.466.426-1.105.644-1.797.644a7 7 0 0 1-1.69-.212l-.031-.007-.01-.003-.003-.001h-.002a.75.75 0 0 1 .407-1.445l.003.001.015.004.072.019a5.6 5.6 0 0 0 1.238.145c.385 0 .641-.12.786-.252a.61.61 0 0 0 .198-.513c-.01-.157-.09-.288-.258-.403a1 1 0 0 0-.494-.174 4 4 0 0 0-1.26.212l-.073.027-.015.006a.75.75 0 0 1-1.02-.827l.45-2.521.035-.129a.75.75 0 0 1 .703-.49z" />
</g>
</svg>
);
export default ArrowRotateRightNumber5;
18 changes: 18 additions & 0 deletions lib/ArrowUpLeft.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
import * as React from 'react';
import type {SVGProps} from 'react';
const ArrowUpLeft = (props: SVGProps<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={16}
height={16}
fill="none"
viewBox="0 0 16 16"
{...props}
>
<path
fill="currentColor"
d="M3.27 2.521a.75.75 0 0 0-.748.75v5.657a.751.751 0 0 0 1.5 0V5.083l8.175 8.176a.75.75 0 0 0 1.06-1.06L5.083 4.02H8.93a.75.75 0 0 0-.001-1.5z"
/>
</svg>
);
export default ArrowUpLeft;
18 changes: 18 additions & 0 deletions lib/ArrowUpRight.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
import * as React from 'react';
import type {SVGProps} from 'react';
const ArrowUpRight = (props: SVGProps<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={16}
height={16}
fill="none"
viewBox="0 0 16 16"
{...props}
>
<path
fill="currentColor"
d="M12.728 2.521a.75.75 0 0 1 .75.75v5.657a.751.751 0 0 1-1.5 0V5.083l-8.176 8.176a.75.75 0 0 1-1.061-1.06l8.176-8.177H7.07a.75.75 0 0 1 .001-1.5z"
/>
</svg>
);
export default ArrowUpRight;
22 changes: 22 additions & 0 deletions lib/Books.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
import * as React from 'react';
import type {SVGProps} from 'react';
const Books = (props: SVGProps<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={16}
height={16}
fill="none"
viewBox="0 0 16 16"
{...props}
>
<g fill="currentColor">
<path d="M10.804.987a2 2 0 0 1 2.333 1.599l1.834 9.83a2 2 0 0 1-1.4 2.285l-.199.048-.983.183-.202.028a2 2 0 0 1-2.082-1.428l-.05-.198-.552-2.963V13a2 2 0 0 1-1.796 1.99l-.204.01h-4.5l-.204-.01a2 2 0 0 1-1.785-1.786L1.003 13V3a2 2 0 0 1 2-2h4.5c.554 0 1.055.225 1.417.589a2 2 0 0 1 .9-.418zM6.003 13.5h1.5a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5h-1.5zm-3-11a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h1.5v-11zM10.2 5.938l1.33 7.12a.5.5 0 0 0 .583.4l.983-.184a.5.5 0 0 0 .4-.583l-1.329-7.12zm.877-3.476-.982.182a.5.5 0 0 0-.4.584l.23 1.236 1.967-.367-.23-1.236a.5.5 0 0 0-.585-.4" />
<path
fillRule="evenodd"
d="M10.803.987a2 2 0 0 1 2.333 1.599l1.835 9.83a2 2 0 0 1-1.4 2.285l-.2.048-.982.184-.203.027a2 2 0 0 1-2.082-1.428l-.048-.198-.554-2.967V13a2 2 0 0 1-1.796 1.99l-.204.01h-4.5l-.204-.01a2 2 0 0 1-1.785-1.786L1.002 13V3a2 2 0 0 1 2-2h4.5c.554 0 1.055.225 1.417.589.252-.207.558-.355.9-.42zM6.002 13.5h1.5a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5h-1.5zm-3-11a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h1.5v-11zM10.2 5.938l1.33 7.12a.5.5 0 0 0 .583.4l.983-.184a.5.5 0 0 0 .4-.583l-1.329-7.12zm.878-3.477-.983.183a.5.5 0 0 0-.4.584l.23 1.236 1.967-.367-.23-1.236a.5.5 0 0 0-.584-.4"
clipRule="evenodd"
/>
</g>
</svg>
);
export default Books;
20 changes: 20 additions & 0 deletions lib/BriefcaseFill.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
import * as React from 'react';
import type {SVGProps} from 'react';
const BriefcaseFill = (props: SVGProps<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={16}
height={16}
fill="none"
viewBox="0 0 16 16"
{...props}
>
<path
fill="currentColor"
fillRule="evenodd"
d="M9 1a2 2 0 0 1 2 2v1h1a3 3 0 0 1 3 3v4a3 3 0 0 1-3 3H4a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3h1V3a2 2 0 0 1 2-2zM4.75 7a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5zM7 2.5a.5.5 0 0 0-.5.5v1h3V3a.5.5 0 0 0-.5-.5z"
clipRule="evenodd"
/>
</svg>
);
export default BriefcaseFill;
12 changes: 4 additions & 8 deletions lib/BroomMotion.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,15 @@ const BroomMotion = (props: SVGProps<SVGSVGElement>) => (
viewBox="0 0 16 16"
{...props}
>
<g clipPath="url(#a)">
<g fill="currentColor">
<path d="M10.037 1.026a.75.75 0 0 1 .921.527l1.303 4.766c1.425.5 2.443 1.896 2.215 3.51-.238 1.675-.608 2.956-.922 3.826-.157.435-.3.767-.408.994a7 7 0 0 1-.128.264l-.04.072-.011.022-.004.007-.002.003-.001.002a.75.75 0 0 1-.764.368L3.49 14.053c-.866-.133-1.088-1.236-.43-1.73l.31-.24c.794-.643 2.066-1.844 2.911-3.49.774-1.506 2.406-2.872 4.34-2.585l-1.11-4.06a.75.75 0 0 1 .527-.922m.372 6.468c-1.06-.162-2.183.594-2.795 1.785-.782 1.523-1.867 2.695-2.724 3.471l4.152.636 1.312-1.61a.434.434 0 0 1 .766.34l-.238 1.551.991.152c.077-.175.171-.399.27-.674.283-.78.625-1.96.847-3.526.132-.929-.553-1.815-1.58-1.973zm-7.534.787a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5m-1.125-3a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5m3.64-2a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5" />
<path
fill="currentColor"
fillRule="evenodd"
d="M11.995.667a.75.75 0 1 0-1.49.166L11.19 7h-.867c-1.64 0-2.896 1.449-3.197 3.06a12.6 12.6 0 0 1-1.2 3.44C5.434 14.448 5 15 5 15h8.5s2.08-1.734 2.488-5.49C16.14 8.094 14.91 7 13.488 7H12.7zM3.75 2.5a.75.75 0 1 0 0 1.5h4.5a.75.75 0 0 0 0-1.5zM.75 6a.75.75 0 1 0 0 1.5h5.5a.75.75 0 0 0 0-1.5zM1 10.25a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1-.75-.75m6.593 3.25c.393-.866.78-1.94 1.008-3.165C8.819 9.167 9.646 8.5 10.322 8.5h3.167c.332 0 .618.13.797.303a.63.63 0 0 1 .21.545c-.175 1.622-.708 2.779-1.173 3.514a6 6 0 0 1-.461.638h-.999c.539-.706.887-1.728.887-2.75H12c-.351 1.229-1.072 2.088-2.162 2.75z"
d="M10.037 1.027a.75.75 0 0 1 .921.526l1.303 4.767c1.425.499 2.444 1.895 2.215 3.51-.238 1.674-.608 2.954-.922 3.825-.158.434-.3.767-.408.995a7 7 0 0 1-.128.263l-.04.072-.011.021-.004.008-.002.003h-.001a.75.75 0 0 1-.764.369L3.49 14.053c-.866-.133-1.088-1.236-.43-1.73l.31-.24c.794-.642 2.066-1.844 2.911-3.49.774-1.506 2.406-2.872 4.34-2.585l-1.11-4.06a.75.75 0 0 1 .527-.921m.372 6.466c-1.06-.162-2.183.596-2.795 1.786-.782 1.523-1.867 2.695-2.724 3.471l4.152.636 1.312-1.61a.434.434 0 0 1 .766.34l-.238 1.551.991.152c.077-.174.171-.399.27-.673.283-.78.625-1.962.847-3.528.132-.929-.553-1.814-1.58-1.971z"
clipRule="evenodd"
/>
<path d="M2.875 8.281a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5m-1.125-3a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5m3.64-2a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5" />
</g>
<defs>
<clipPath id="a">
<path fill="currentColor" d="M0 0h16v16H0z" />
</clipPath>
</defs>
</svg>
);
export default BroomMotion;
18 changes: 18 additions & 0 deletions lib/BroomMotionFill.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
import * as React from 'react';
import type {SVGProps} from 'react';
const BroomMotionFill = (props: SVGProps<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={16}
height={16}
fill="none"
viewBox="0 0 16 16"
{...props}
>
<path
fill="currentColor"
d="M10.537.745a.75.75 0 0 1 .921.527l1.295 4.739c1.43.496 2.454 1.895 2.225 3.513-.238 1.674-.607 2.955-.922 3.825-.157.434-.3.767-.407.995a7 7 0 0 1-.13.264l-.038.072-.013.02-.006.012a.75.75 0 0 1-.764.368l-1.086-.166a.5.5 0 0 1-.38-.56l.319-2.078a.34.34 0 0 0-.633-.212l-1.04 1.918a1 1 0 0 1-.978.516l-4.91-.752c-.866-.133-1.087-1.236-.43-1.73l.31-.24c.795-.642 2.067-1.843 2.912-3.488.773-1.504 2.401-2.868 4.332-2.587L10.01 1.666a.75.75 0 0 1 .526-.92M3.375 8a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5M2.25 5a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5m3.64-2a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5"
/>
</svg>
);
export default BroomMotionFill;
22 changes: 22 additions & 0 deletions lib/CalendarXmark.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
import * as React from 'react';
import type {SVGProps} from 'react';
const CalendarXmark = (props: SVGProps<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={16}
height={16}
fill="none"
viewBox="0 0 16 16"
{...props}
>
<g fill="currentColor">
<path d="M9.151 6.47a.751.751 0 0 1 1.062 1.06L9.15 8.59l1.06 1.061a.751.751 0 0 1-1.06 1.062L8.091 9.65l-1.06 1.062A.75.75 0 0 1 5.97 9.65l1.06-1.06-1.06-1.06a.75.75 0 0 1 1.06-1.06l1.06 1.06z" />
<path
fillRule="evenodd"
d="M11 .95a.75.75 0 0 1 .75.75v.687a3 3 0 0 1 2.75 2.987v6l-.004.154a3 3 0 0 1-2.842 2.842l-.154.004h-7a3 3 0 0 1-2.996-2.846l-.004-.154v-6a3 3 0 0 1 2.75-2.99V1.7a.75.75 0 0 1 1.5 0v.674h4.5V1.7A.75.75 0 0 1 11 .95M5.75 4.476a.75.75 0 0 1-1.5 0v-.58A1.5 1.5 0 0 0 3 5.373v6a1.5 1.5 0 0 0 1.5 1.5h7a1.5 1.5 0 0 0 1.5-1.5v-6a1.5 1.5 0 0 0-1.25-1.479v.581a.75.75 0 0 1-1.5 0v-.602h-4.5z"
clipRule="evenodd"
/>
</g>
</svg>
);
export default CalendarXmark;
25 changes: 25 additions & 0 deletions lib/ChartLineArrowUp.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
import * as React from 'react';
import type {SVGProps} from 'react';
const ChartLineArrowUp = (props: SVGProps<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={16}
height={16}
fill="none"
viewBox="0 0 16 16"
{...props}
>
<g clipPath="url(#a)">
<path
fill="currentColor"
d="M14.75 12.5a.75.75 0 0 1 0 1.5H1.25a.75.75 0 0 1 0-1.5zm-.5-10a.75.75 0 0 1 .75.75V6.5a.75.75 0 0 1-1.5 0V5.06l-3.241 3.242a2.25 2.25 0 0 1-2.505.465L5.335 7.69a.75.75 0 0 0-.923.261l-2.044 2.973a.75.75 0 0 1-1.236-.85l2.044-2.972a2.25 2.25 0 0 1 2.767-.782l2.42 1.075a.75.75 0 0 0 .835-.155L12.44 4H11a.75.75 0 0 1 0-1.5z"
/>
</g>
<defs>
<clipPath id="a">
<path fill="currentColor" d="M0 0h16v16H0z" />
</clipPath>
</defs>
</svg>
);
export default ChartLineArrowUp;
25 changes: 25 additions & 0 deletions lib/ChartLinePoints.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
import * as React from 'react';
import type {SVGProps} from 'react';
const ChartLinePoints = (props: SVGProps<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={16}
height={16}
fill="none"
viewBox="0 0 16 16"
{...props}
>
<g clipPath="url(#a)">
<path
fill="currentColor"
d="M14.75 12.5a.75.75 0 0 1 0 1.5H1.25a.75.75 0 0 1 0-1.5zm-.05-9.511a.751.751 0 0 1 1.1 1.022l-3.027 3.258a2.25 2.25 0 1 1-4.273.98l.001-.035-1.691-.846a2.24 2.24 0 0 1-2.831.238l-2.149 2.62a.75.75 0 0 1-1.16-.952L3.03 6.4l.051-.057A2.25 2.25 0 1 1 7.5 5.75q-.001.14-.02.276l1.55.775a2.245 2.245 0 0 1 2.674-.586zm-3.95 4.51a.75.75 0 1 0 0 1.501.75.75 0 0 0 0-1.5M5.25 5a.75.75 0 1 0 0 1.501.75.75 0 0 0 0-1.5"
/>
</g>
<defs>
<clipPath id="a">
<path fill="currentColor" d="M0 0h16v16H0z" />
</clipPath>
</defs>
</svg>
);
export default ChartLinePoints;
Loading