@xipkg/icons 0.2.0 → 0.4.1
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/config.ts +48 -6
- package/index.ts +96 -12
- package/package.json +3 -6
- package/src/Account.tsx +2 -3
- package/src/Activity.tsx +2 -3
- package/src/Add.tsx +2 -3
- package/src/Announce.tsx +2 -3
- package/src/ArrowBottom.tsx +10 -0
- package/src/ArrowLeft.tsx +10 -0
- package/src/ArrowRight.tsx +10 -0
- package/src/ArrowUp.tsx +10 -0
- package/src/Bold.tsx +2 -3
- package/src/Brush.tsx +10 -0
- package/src/Burger.tsx +2 -3
- package/src/Calendar.tsx +2 -3
- package/src/Camera.tsx +2 -3
- package/src/{AddCategory.tsx → CategoryAdd.tsx} +3 -4
- package/src/{AddChannel.tsx → ChannelAdd.tsx} +3 -4
- package/src/Chat.tsx +2 -3
- package/src/Check.tsx +2 -3
- package/src/ChevronBottom.tsx +10 -0
- package/src/ChevronLeft.tsx +10 -0
- package/src/{Arrow.tsx → ChevronRight.tsx} +3 -6
- package/src/ChevronSmallBottom.tsx +10 -0
- package/src/ChevronSmallLeft.tsx +10 -0
- package/src/ChevronSmallRight.tsx +10 -0
- package/src/ChevronSmallTop.tsx +10 -0
- package/src/ChevronUp.tsx +10 -0
- package/src/Cite.tsx +2 -3
- package/src/Clip.tsx +2 -3
- package/src/Clock.tsx +2 -3
- package/src/Close.tsx +2 -3
- package/src/Code.tsx +2 -3
- package/src/Collapse.tsx +10 -0
- package/src/ColorPicker.tsx +10 -0
- package/src/Copy.tsx +2 -3
- package/src/{Minus.tsx → Divider.tsx} +3 -4
- package/src/Download.tsx +2 -3
- package/src/Edit.tsx +10 -0
- package/src/Emotions.tsx +2 -3
- package/src/Endcall.tsx +2 -3
- package/src/Exit.tsx +2 -3
- package/src/External.tsx +2 -3
- package/src/Eyeoff.tsx +2 -3
- package/src/Eyeon.tsx +2 -3
- package/src/File.tsx +3 -4
- package/src/FileSmall.tsx +10 -0
- package/src/Filter.tsx +10 -0
- package/src/Flag.tsx +2 -3
- package/src/Folder.tsx +2 -3
- package/src/Food.tsx +2 -3
- package/src/Grid.tsx +2 -3
- package/src/H1.tsx +2 -3
- package/src/H2.tsx +2 -3
- package/src/H3.tsx +2 -3
- package/src/Hand.tsx +2 -3
- package/src/Heart.tsx +2 -3
- package/src/Home.tsx +2 -3
- package/src/Italic.tsx +2 -3
- package/src/Key.tsx +10 -0
- package/src/Laptop.tsx +10 -0
- package/src/Link.tsx +2 -3
- package/src/Locked.tsx +10 -0
- package/src/LongAnswer.tsx +10 -0
- package/src/Mail.tsx +10 -0
- package/src/Maximize.tsx +2 -3
- package/src/Microphone.tsx +2 -3
- package/src/Minimize.tsx +10 -0
- package/src/Moon.tsx +10 -0
- package/src/MoreVert.tsx +10 -0
- package/src/Move.tsx +2 -3
- package/src/Movie.tsx +2 -3
- package/src/Music.tsx +2 -3
- package/src/Nature.tsx +2 -3
- package/src/Notification.tsx +2 -3
- package/src/Objects.tsx +2 -3
- package/src/Ol.tsx +2 -3
- package/src/{Palette.tsx → Pallet.tsx} +3 -4
- package/src/{Invite.tsx → PeopleInvite.tsx} +3 -5
- package/src/Photo.tsx +2 -3
- package/src/Picture.tsx +2 -3
- package/src/Places.tsx +2 -3
- package/src/Play.tsx +2 -3
- package/src/Presentation.tsx +10 -0
- package/src/PushPin.tsx +10 -0
- package/src/Reply.tsx +10 -0
- package/src/Screenshare.tsx +2 -3
- package/src/Search.tsx +2 -3
- package/src/Section.tsx +10 -0
- package/src/Send.tsx +2 -3
- package/src/Settings.tsx +2 -3
- package/src/Shape.tsx +2 -3
- package/src/SimpleAnswer.tsx +10 -0
- package/src/Sort.tsx +10 -0
- package/src/SoundOn.tsx +10 -0
- package/src/Soundoff.tsx +10 -0
- package/src/Speaker.tsx +10 -0
- package/src/Stroke.tsx +2 -3
- package/src/Sun.tsx +10 -0
- package/src/Task.tsx +2 -3
- package/src/TaskFile.tsx +10 -0
- package/src/Telegram.tsx +10 -0
- package/src/Text.tsx +2 -3
- package/src/Trash.tsx +2 -3
- package/src/Ul.tsx +2 -3
- package/src/Underline.tsx +2 -3
- package/src/Unlocked.tsx +10 -0
- package/src/Updates.tsx +2 -3
- package/src/Upload.tsx +10 -0
- package/src/Users.tsx +2 -3
- package/src/VariantSelect.tsx +10 -0
- package/src/Video.tsx +10 -0
- package/src/Window.tsx +10 -0
- package/tsconfig.json +113 -1
- package/types.tsx +3 -3
- package/.turbo/turbo-build.log +0 -14
- package/dist/index.d.ts +0 -147
- package/dist/index.js +0 -1134
package/src/Link.tsx
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
import { SvgIcon } from '@mui/material';
|
|
2
1
|
import { IconProps } from '../types';
|
|
3
2
|
|
|
4
3
|
export const Link = ({ ...props }: IconProps) => (
|
|
5
|
-
<
|
|
4
|
+
<svg {...props} viewBox="0 0 16 16">
|
|
6
5
|
<path
|
|
7
6
|
d="M9.856 2.35a3.418 3.418 0 0 0-1.575.693c-.103.083-.632.597-1.174 1.141l-.987.989.466.467.466.466.974-.969a33.633 33.633 0 0 1 1.119-1.082 1.936 1.936 0 0 1 1.228-.404c.319.001.604.07.907.221.184.092.274.16.481.367.207.207.275.297.367.481.152.306.219.583.219.91 0 .37-.062.631-.225.952-.114.225-.271.399-1.259 1.392l-.969.974.467.466.467.466 1.075-1.08c1.136-1.141 1.234-1.257 1.456-1.72a3.41 3.41 0 0 0 .172-2.445 3.375 3.375 0 0 0-2.166-2.166 3.786 3.786 0 0 0-1.509-.119M7.52 7.533l-1.88 1.88.473.474.474.473 1.886-1.887 1.887-1.886-.467-.467a12.282 12.282 0 0 0-.479-.467c-.008 0-.86.846-1.894 1.88m-3.417-.34c-1.188 1.194-1.317 1.352-1.543 1.9a3.128 3.128 0 0 0-.242 1.282 3.308 3.308 0 0 0 3.317 3.307c.543 0 .99-.102 1.472-.334.437-.212.626-.373 1.733-1.481l1.04-1.04-.466-.466-.465-.466-1.015 1.007c-.995.988-1.166 1.137-1.464 1.273-.284.13-.553.179-.908.165-.55-.021-.923-.182-1.311-.567a1.97 1.97 0 0 1-.508-.8c-.068-.194-.074-.248-.075-.6-.001-.439.045-.642.217-.96.143-.264.213-.341 1.253-1.387l.968-.974-.46-.459c-.253-.253-.466-.46-.473-.46-.008 0-.489.477-1.07 1.06"
|
|
8
7
|
fillRule="evenodd"
|
|
9
8
|
/>
|
|
10
|
-
</
|
|
9
|
+
</svg>
|
|
11
10
|
);
|
package/src/Locked.tsx
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { IconProps } from '../types';
|
|
2
|
+
|
|
3
|
+
export const Locked = ({ ...props }: IconProps) => (
|
|
4
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" {...props}>
|
|
5
|
+
<path
|
|
6
|
+
d="M11.34 2.046c-.711.09-1.522.404-2.16.834-1.154.779-1.966 2.115-2.138 3.519C7.018 6.595 7 7.639 7 8.869V11H5.927c-1.235 0-1.35.021-1.628.299C3.98 11.617 4 11.277 4 16.5s-.02 4.883.299 5.201c.324.324-.322.299 7.701.299s7.377.025 7.701-.299c.319-.318.299.022.299-5.201s.02-4.883-.299-5.201c-.278-.278-.393-.299-1.628-.299H17V8.869c0-1.23-.018-2.274-.042-2.47a5.2 5.2 0 0 0-.839-2.223c-.271-.405-.89-1.024-1.295-1.295a5.07 5.07 0 0 0-3.484-.835m1.239 2.015c.606.125 1.1.391 1.535.825.304.305.494.586.648.958.229.556.238.67.238 3.014V11H9V8.858c0-2.344.009-2.458.238-3.014a3.009 3.009 0 0 1 2.734-1.841c.171-.002.444.024.607.058M18 16.5V20H6v-7h12v3.5m-7 0V18h2v-3h-2v1.5"
|
|
7
|
+
fillRule="evenodd"
|
|
8
|
+
/>
|
|
9
|
+
</svg>
|
|
10
|
+
);
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { IconProps } from '../types';
|
|
2
|
+
|
|
3
|
+
export const LongAnswer = ({ ...props }: IconProps) => (
|
|
4
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" {...props}>
|
|
5
|
+
<path
|
|
6
|
+
d="M5.503 3.042c-1.016.172-1.947.934-2.301 1.883-.208.556-.201.308-.201 7.067-.001 5.509.007 6.328.061 6.589a2.993 2.993 0 0 0 2.357 2.357c.444.092 9.828.092 10.217 0 .529-.124.549-.141 2.872-2.469 2.316-2.321 2.307-2.311 2.432-2.838.09-.385.089-9.773-.002-10.212a2.96 2.96 0 0 0-1.642-2.107c-.657-.316-.005-.289-7.176-.297-3.531-.003-6.509.009-6.617.027M18.34 5.066c.115.039.263.135.361.233.314.314.299.106.299 4.126v3.57l-1.77.015c-1.987.018-1.937.012-2.57.326a2.925 2.925 0 0 0-1.458 1.589c-.185.497-.201.679-.201 2.425L13 19H9.427c-4.022 0-3.814.015-4.128-.299C4.977 18.379 5 18.903 5 12c0-6.904-.024-6.379.3-6.702.314-.314-.209-.291 6.683-.295 5.637-.003 6.179.003 6.357.063M7.252 7.078C7.03 7.213 7 7.325 7 8s.03.787.252.922c.125.076.236.078 4.74.078 5.092 0 4.766.017 4.93-.252C16.99 8.636 17 8.545 17 8c0-.545-.01-.636-.078-.748-.164-.269.162-.252-4.93-.252-4.504 0-4.615.002-4.74.078m0 4C7.03 11.213 7 11.325 7 12s.03.787.252.922c.124.075.22.078 2.748.078s2.624-.003 2.748-.078c.222-.135.252-.247.252-.922s-.03-.787-.252-.922C12.624 11.003 12.528 11 10 11s-2.624.003-2.748.078m0 4C7.03 15.213 7 15.325 7 16s.03.787.252.922c.121.074.212.078 1.748.078s1.627-.004 1.748-.078c.222-.135.252-.247.252-.922s-.03-.787-.252-.922C10.627 15.004 10.536 15 9 15s-1.627.004-1.748.078M19 15.09c0 .128-3.782 3.91-3.91 3.91H15v-1.573c0-1.79.006-1.835.3-2.129.288-.288.314-.291 2.11-.295L19 15v.09"
|
|
7
|
+
fillRule="evenodd"
|
|
8
|
+
/>
|
|
9
|
+
</svg>
|
|
10
|
+
);
|
package/src/Mail.tsx
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { IconProps } from '../types';
|
|
2
|
+
|
|
3
|
+
export const Mail = ({ ...props }: IconProps) => (
|
|
4
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" {...props}>
|
|
5
|
+
<path
|
|
6
|
+
d="M2.664 4.063a1.005 1.005 0 0 0-.533.448L2.02 4.7v14.6l.111.189c.129.22.306.365.547.45.152.054 1.238.061 9.32.061 10.267 0 9.377.027 9.703-.299.324-.324.299.322.299-7.701s.025-7.377-.299-7.701c-.326-.327.566-.299-9.718-.296-7.848.002-9.185.011-9.319.06M15.187 8.36c-1.731 1.298-3.165 2.36-3.187 2.36-.022 0-1.456-1.062-3.187-2.36L5.667 6h12.666l-3.146 2.36M7.79 10.091c2.583 1.937 3.801 2.827 3.915 2.86a.959.959 0 0 0 .59 0c.114-.033 1.332-.923 3.915-2.86a478.782 478.782 0 0 1 3.77-2.811c.011 0 .02 2.412.02 5.36V18H4v-5.36c0-2.948.009-5.36.02-5.36.011 0 1.707 1.265 3.77 2.811"
|
|
7
|
+
fillRule="evenodd"
|
|
8
|
+
/>
|
|
9
|
+
</svg>
|
|
10
|
+
);
|
package/src/Maximize.tsx
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { SvgIcon } from '@mui/material';
|
|
2
1
|
import { IconProps } from '../types';
|
|
3
2
|
|
|
4
3
|
export const Maximize = ({ ...props }: IconProps) => (
|
|
5
|
-
<
|
|
4
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" {...props}>
|
|
6
5
|
<path d="M11.664 4.062a1.013 1.013 0 0 0-.533.449c-.095.161-.111.233-.111.489s.016.328.111.489c.061.103.17.234.243.289.29.222.296.222 2.624.222 1.369 0 2.233.016 2.385.043.768.141 1.433.806 1.574 1.574.027.152.043 1.015.043 2.38 0 1.353.016 2.198.042 2.292.099.358.48.664.875.702.435.041.883-.248 1.019-.66.061-.182.066-.439.055-2.577l-.013-2.374-.105-.385a4.034 4.034 0 0 0-1.604-2.283 5.037 5.037 0 0 0-1.311-.598c-.329-.087-.404-.089-2.738-.1-2.027-.009-2.424-.002-2.556.048m-7 7.001a1.005 1.005 0 0 0-.533.448l-.111.189v4.92l.111.397c.421 1.509 1.576 2.591 3.095 2.9.383.078.539.083 2.663.083 2.551 0 2.509.005 2.812-.299a.984.984 0 0 0 0-1.402c-.302-.302-.271-.299-2.726-.299-1.431 0-2.243-.015-2.383-.044-.762-.159-1.411-.818-1.549-1.573C6.016 16.231 6 15.368 6 14c0-2.427.003-2.399-.299-2.701a.996.996 0 0 0-1.037-.236" />
|
|
7
|
-
</
|
|
6
|
+
</svg>
|
|
8
7
|
);
|
package/src/Microphone.tsx
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { SvgIcon } from '@mui/material';
|
|
2
1
|
import { IconProps } from '../types';
|
|
3
2
|
|
|
4
3
|
export const Microphone = ({ ...props }: IconProps) => (
|
|
5
|
-
<
|
|
4
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" {...props}>
|
|
6
5
|
<path d="M11.433 3.04c-.59.094-1.212.34-1.702.672-.775.527-1.335 1.322-1.602 2.277l-.109.391v5.24l.111.397c.347 1.242 1.226 2.235 2.389 2.698a4.028 4.028 0 0 0 3.968-.591 3.932 3.932 0 0 0 1.431-2.359c.081-.4.084-.502.072-2.9l-.013-2.485-.106-.388a4.051 4.051 0 0 0-1.603-2.28 4.76 4.76 0 0 0-1.311-.592c-.386-.094-1.175-.136-1.525-.08m.95 2.003c.379.07.723.256 1.021.553.297.298.483.642.553 1.021.059.324.059 4.442 0 4.766C13.791 12.29 12.932 13 12 13c-.932 0-1.791-.71-1.957-1.617-.059-.324-.059-4.442 0-4.766a1.93 1.93 0 0 1 .553-1.021c.489-.488 1.102-.678 1.787-.553m-6.719 6.02a.986.986 0 0 0-.651.825c-.04.395.26 1.42.634 2.172.982 1.97 2.85 3.396 4.983 3.805l.37.071v1.102c0 .636.018 1.165.042 1.251.061.22.273.473.489.585a.987.987 0 0 0 1.169-.172c.28-.28.3-.39.3-1.661v-1.105l.37-.071c2.411-.462 4.488-2.248 5.308-4.565.157-.443.322-1.111.322-1.303 0-.239-.12-.519-.299-.698a.984.984 0 0 0-1.405.003c-.176.176-.184.197-.397.978a5.753 5.753 0 0 1-.7 1.504 6.094 6.094 0 0 1-.615.721 5.054 5.054 0 0 1-2.584 1.4c-.476.103-1.524.103-2 0a5.196 5.196 0 0 1-3.088-1.965c-.308-.412-.682-1.176-.812-1.66-.209-.775-.22-.802-.396-.978a.995.995 0 0 0-1.04-.239" />
|
|
7
|
-
</
|
|
6
|
+
</svg>
|
|
8
7
|
);
|
package/src/Minimize.tsx
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { IconProps } from '../types';
|
|
2
|
+
|
|
3
|
+
export const Minimize = ({ ...props }: IconProps) => (
|
|
4
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" {...props}>
|
|
5
|
+
<path
|
|
6
|
+
d="M12.643 3.069c-.242.085-.496.349-.58.602-.061.184-.066.43-.053 2.576.015 2.299.018 2.384.104 2.711a4.282 4.282 0 0 0 1.063 1.865 4.282 4.282 0 0 0 1.865 1.063c.327.086.412.089 2.711.104 2.693.017 2.637.022 2.947-.288a.984.984 0 0 0 .001-1.403c-.302-.302-.271-.299-2.726-.299-1.431 0-2.243-.015-2.383-.044a2.062 2.062 0 0 1-1.548-1.548c-.029-.14-.044-.952-.044-2.383 0-2.455.003-2.424-.299-2.726a.998.998 0 0 0-1.058-.23m-9 8.999C3.289 12.195 3 12.614 3 13c0 .242.119.521.299.701.302.302.274.299 2.701.299 1.368 0 2.231.016 2.383.043.768.141 1.433.806 1.574 1.574.027.152.043 1.015.043 2.383 0 2.427-.003 2.399.299 2.701a.984.984 0 0 0 1.403-.001c.309-.309.303-.252.289-2.946l-.013-2.374-.105-.385a4.034 4.034 0 0 0-1.604-2.283 5.037 5.037 0 0 0-1.311-.598c-.329-.087-.404-.089-2.738-.1-2.11-.009-2.421-.002-2.577.054"
|
|
7
|
+
fillRule="evenodd"
|
|
8
|
+
/>
|
|
9
|
+
</svg>
|
|
10
|
+
);
|
package/src/Moon.tsx
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { IconProps } from '../types';
|
|
2
|
+
|
|
3
|
+
export const Moon = ({ ...props }: IconProps) => (
|
|
4
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" {...props}>
|
|
5
|
+
<path
|
|
6
|
+
d="M13.12 2.039c-1.804.181-3.413.768-4.84 1.767-3.542 2.48-5.102 6.953-3.858 11.059a9.762 9.762 0 0 0 2.517 4.196 9.446 9.446 0 0 0 2.438 1.802c2.709 1.409 5.845 1.508 8.683.275.713-.309.997-.678.926-1.202-.052-.375-.269-.636-.718-.861-.863-.433-1.835-1.239-2.509-2.081a7.999 7.999 0 0 1 0-9.988c.69-.862 1.652-1.65 2.59-2.122.505-.254.747-.739.611-1.225-.09-.321-.329-.537-.849-.769a9.822 9.822 0 0 0-2.642-.773c-.602-.09-1.824-.13-2.349-.078m2.12 2.062c.231.036.434.079.451.095.017.016-.046.091-.14.167-.611.49-1.354 1.326-1.871 2.104-.864 1.302-1.332 2.547-1.607 4.273-.068.425-.068 2.095 0 2.52.275 1.726.743 2.971 1.607 4.273.517.778 1.26 1.614 1.871 2.104.094.076.157.151.14.166-.068.064-.826.163-1.411.184-3.19.118-6.124-1.67-7.507-4.575a8.05 8.05 0 0 1-.596-5.06c.709-3.387 3.559-5.948 7.023-6.311.477-.05 1.542-.019 2.04.06"
|
|
7
|
+
fillRule="evenodd"
|
|
8
|
+
/>
|
|
9
|
+
</svg>
|
|
10
|
+
);
|
package/src/MoreVert.tsx
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { IconProps } from '../types';
|
|
2
|
+
|
|
3
|
+
export const MoreVert = ({ ...props }: IconProps) => (
|
|
4
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" {...props}>
|
|
5
|
+
<path
|
|
6
|
+
d="M11.58 2.047c-.721.138-1.381.801-1.536 1.545C9.789 4.816 10.751 6 12 6c1.08 0 2-.92 2-2 0-.523-.21-1.017-.596-1.404-.491-.49-1.127-.682-1.824-.549m0 8C10.707 10.214 10 11.087 10 12c0 .92.69 1.768 1.592 1.956C12.816 14.211 14 13.249 14 12c0-.523-.21-1.017-.596-1.404-.491-.49-1.127-.682-1.824-.549m0 8c-.721.138-1.381.801-1.536 1.545C9.789 20.816 10.751 22 12 22c1.08 0 2-.92 2-2 0-.523-.21-1.017-.596-1.404-.491-.49-1.127-.682-1.824-.549"
|
|
7
|
+
fillRule="evenodd"
|
|
8
|
+
/>
|
|
9
|
+
</svg>
|
|
10
|
+
);
|
package/src/Move.tsx
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
import { SvgIcon } from '@mui/material';
|
|
2
1
|
import { IconProps } from '../types';
|
|
3
2
|
|
|
4
3
|
export const Move = ({ ...props }: IconProps) => (
|
|
5
|
-
<
|
|
4
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" {...props}>
|
|
6
5
|
<path
|
|
7
6
|
d="M8.664 5.063a1.005 1.005 0 0 0-.533.448L8.02 5.7v1.6l.111.189c.246.419.492.511 1.367.511.768 0 .949-.045 1.203-.299.254-.254.299-.435.299-1.201s-.045-.947-.299-1.201c-.256-.256-.434-.3-1.218-.296-.47.002-.709.019-.819.06m4.979.006a1.066 1.066 0 0 0-.577.591c-.094.278-.094 1.402 0 1.68.087.253.341.507.594.594.278.094 1.402.094 1.68 0 .253-.087.507-.341.594-.594.094-.278.094-1.402 0-1.68a1.046 1.046 0 0 0-.594-.594c-.268-.091-1.436-.089-1.697.003m-5 5a1.066 1.066 0 0 0-.577.591c-.094.278-.094 1.402 0 1.68.087.253.341.507.594.594.278.094 1.402.094 1.68 0 .253-.087.507-.341.594-.594.094-.278.094-1.402 0-1.68a1.046 1.046 0 0 0-.594-.594c-.268-.091-1.436-.089-1.697.003m5 0a1.066 1.066 0 0 0-.577.591c-.094.278-.094 1.402 0 1.68.087.253.341.507.594.594.278.094 1.402.094 1.68 0 .253-.087.507-.341.594-.594.094-.278.094-1.402 0-1.68a1.046 1.046 0 0 0-.594-.594c-.268-.091-1.436-.089-1.697.003m-5 5a1.066 1.066 0 0 0-.577.591c-.094.278-.094 1.402 0 1.68.087.253.341.507.594.594.278.094 1.402.094 1.68 0 .253-.087.507-.341.594-.594.094-.278.094-1.402 0-1.68a1.046 1.046 0 0 0-.594-.594c-.268-.091-1.436-.089-1.697.003m5 0a1.066 1.066 0 0 0-.577.591c-.094.278-.094 1.402 0 1.68.087.253.341.507.594.594.278.094 1.402.094 1.68 0 .253-.087.507-.341.594-.594.094-.278.094-1.402 0-1.68a1.046 1.046 0 0 0-.594-.594c-.268-.091-1.436-.089-1.697.003"
|
|
8
7
|
fillRule="evenodd"
|
|
9
8
|
/>
|
|
10
|
-
</
|
|
9
|
+
</svg>
|
|
11
10
|
);
|
package/src/Movie.tsx
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
import { SvgIcon } from '@mui/material';
|
|
2
1
|
import { IconProps } from '../types';
|
|
3
2
|
|
|
4
3
|
export const Movie = ({ ...props }: IconProps) => (
|
|
5
|
-
<
|
|
4
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" {...props}>
|
|
6
5
|
<path
|
|
7
6
|
d="M12.36 2.044a5.364 5.364 0 0 0-2.168.824c-.583.39-1.176 1.035-1.549 1.683-.108.187-.185.281-.215.263a4.878 4.878 0 0 1-.221-.145c-.288-.195-.886-.456-1.267-.554-.507-.129-1.36-.13-1.878-.002a4.86 4.86 0 0 0-1.331.599c-.776.527-1.336 1.324-1.601 2.277-.098.351-.108.454-.106 1.011.003.535.017.673.107 1.008.057.214.18.545.273.735.161.33.165.349.093.388-.158.085-.371.35-.434.539-.058.176-.063.654-.054 4.912L2.02 20.3l.111.189c.061.103.17.234.243.289.309.236-.173.222 7.624.222 7.859 0 7.338.016 7.651-.241.256-.211.328-.423.351-1.031l.02-.532 1.25.844c.687.464 1.324.87 1.415.902a.978.978 0 0 0 1.016-.241c.319-.318.299.022.299-5.201 0-5.229.02-4.882-.303-5.205a.986.986 0 0 0-1.008-.238c-.089.031-.726.437-1.415.902l-1.254.846-.02-.533c-.023-.608-.095-.82-.351-1.031-.146-.12-.438-.241-.581-.241-.073 0-.072-.008.02-.13.317-.425.586-1.015.762-1.669.116-.433.124-.505.126-1.181.002-.654-.008-.759-.106-1.151-.194-.768-.497-1.397-.944-1.957-1.099-1.378-2.843-2.091-4.566-1.868m1.396 2.053c.337.092.839.35 1.117.574C15.554 5.219 16 6.14 16 7c0 .802-.413 1.711-1.02 2.246-1.114.98-2.787 1.003-3.9.051-.456-.39-.866-1.05-1.005-1.617-.069-.282-.07-1.075-.001-1.36.08-.331.415-.991.628-1.24a3.2 3.2 0 0 1 1.801-1.04c.267-.049.988-.016 1.253.057M6.383 6.043c.802.147 1.456.829 1.584 1.652C8.153 8.894 7.209 10 6 10a2.016 2.016 0 0 1-1.967-1.695c-.1-.642.099-1.244.563-1.709.489-.488 1.102-.678 1.787-.553M16 15.5V19H4v-7h12v3.5m4 .001v2.621l-.998-.671-.998-.671v-2.56l.988-.667c.543-.366.993-.668.998-.67.005-.001.01 1.176.01 2.618"
|
|
8
7
|
fillRule="evenodd"
|
|
9
8
|
/>
|
|
10
|
-
</
|
|
9
|
+
</svg>
|
|
11
10
|
);
|
package/src/Music.tsx
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
import { SvgIcon } from '@mui/material';
|
|
2
1
|
import { IconProps } from '../types';
|
|
3
2
|
|
|
4
3
|
export const Music = ({ ...props }: IconProps) => (
|
|
5
|
-
<
|
|
4
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" {...props}>
|
|
6
5
|
<path
|
|
7
6
|
d="M19.76 2.027c-.033.011-2.363.94-5.178 2.064C9.767 6.013 9.454 6.144 9.298 6.3 8.98 6.617 9 6.275 9 11.531c0 4.149-.007 4.675-.06 4.654-.448-.171-1.664-.219-2.32-.091-2.11.413-3.623 1.793-3.619 3.302.004 1.918 2.246 3.054 4.774 2.421 1.524-.381 2.69-1.317 3.112-2.497l.093-.26.02-3.694.02-3.694 3.84-1.536 3.99-1.596.15-.059v1.864c0 1.643-.007 1.861-.06 1.84-.448-.171-1.664-.219-2.32-.091-2.11.413-3.623 1.793-3.619 3.302.004 1.918 2.246 3.054 4.774 2.421 1.349-.338 2.448-1.129 2.944-2.12.296-.589.28-.194.28-6.86.001-6.72.024-6.216-.298-6.538-.236-.237-.674-.363-.941-.272m-.789 4.294c-.023.02-5.902 2.38-7.782 3.123l-.19.075.01-.923.011-.924L15 6.08l3.98-1.592.011.903c.006.497-.003.916-.02.93m-.561 7.798c.314.098.59.326.59.487 0 .278-.477.753-1.017 1.015-.56.27-.941.358-1.563.358-.655.001-1.029-.099-1.268-.338-.184-.183-.191-.284-.039-.523.315-.497 1.022-.895 1.877-1.057.419-.08 1.063-.053 1.42.058m-10 4c.314.098.59.326.59.487 0 .278-.477.753-1.017 1.015-.56.27-.941.358-1.563.358-.655.001-1.029-.099-1.268-.338-.184-.183-.191-.284-.039-.523.315-.497 1.022-.895 1.877-1.057.419-.08 1.063-.053 1.42.058"
|
|
8
7
|
fillRule="evenodd"
|
|
9
8
|
/>
|
|
10
|
-
</
|
|
9
|
+
</svg>
|
|
11
10
|
);
|
package/src/Nature.tsx
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
import { SvgIcon } from '@mui/material';
|
|
2
1
|
import { IconProps } from '../types';
|
|
3
2
|
|
|
4
3
|
export const Nature = ({ ...props }: IconProps) => (
|
|
5
|
-
<
|
|
4
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" {...props}>
|
|
6
5
|
<path
|
|
7
6
|
d="m17.66 2.024-.88.058c-3.645.234-6.778.964-8.86 2.064-.905.478-1.505.927-2.093 1.567-1.465 1.594-2.301 3.285-2.505 5.067-.214 1.867.417 3.906 1.752 5.669.168.222.34.448.382.501l.076.097-1.616 1.617L2.3 20.28l.71.71.71.71 1.616-1.616 1.617-1.616.097.076c.053.042.279.214.501.382 1.761 1.334 3.764 1.956 5.641 1.752 1.792-.195 3.486-1.028 5.095-2.506.49-.449.733-.738 1.122-1.332 1.313-2.008 2.163-5.161 2.491-9.24.111-1.388.156-3.255.106-4.445-.025-.598-.055-1.098-.068-1.111-.025-.024-3.945-.043-4.278-.02m2.329 3.306c-.077 4.571-.926 8.424-2.315 10.51-.658.987-2.082 2.063-3.354 2.533a4.756 4.756 0 0 1-1.84.325c-.441 0-.718-.021-.96-.072-1.018-.213-2.074-.731-3.005-1.473l-.135-.108 3.92-3.922L16.22 9.2l-.71-.71-.71-.71-3.922 3.92c-3.305 3.303-3.929 3.911-3.97 3.86-.823-1.032-1.327-2.053-1.533-3.105-.105-.531-.095-1.431.021-1.973.229-1.075.794-2.136 1.698-3.187.423-.492.606-.656 1.104-.99 2.083-1.396 6.191-2.274 10.758-2.299L20.011 4l-.022 1.33"
|
|
8
7
|
fillRule="evenodd"
|
|
9
8
|
/>
|
|
10
|
-
</
|
|
9
|
+
</svg>
|
|
11
10
|
);
|
package/src/Notification.tsx
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
import { SvgIcon } from '@mui/material';
|
|
2
1
|
import { IconProps } from '../types';
|
|
3
2
|
|
|
4
3
|
export const Notification = ({ ...props }: IconProps) => (
|
|
5
|
-
<
|
|
4
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" {...props}>
|
|
6
5
|
<path
|
|
7
6
|
d="M11.506 2.042c-.336.056-.717.19-.986.346-.337.196-.936.795-1.131 1.132-.256.441-.388.98-.389 1.583v.323l-.53.268c-1.818.918-3.042 2.474-3.476 4.42-.081.361-.088.537-.116 2.746-.017 1.398-.046 2.433-.071 2.54a2.246 2.246 0 0 1-.345.801c-.255.394-.334.561-.402.848-.075.322-.075.555.001.853.196.761.786 1.31 1.522 1.416.152.022.809.041 1.459.041l1.182.001.208.412a3.996 3.996 0 0 0 3.108 2.191c1.295.169 2.729-.417 3.558-1.453a5.11 5.11 0 0 0 .47-.738l.208-.412 1.182-.001c.65 0 1.305-.018 1.455-.04 1.018-.147 1.731-1.143 1.548-2.159-.059-.324-.148-.53-.405-.929-.205-.32-.288-.512-.363-.831-.024-.106-.055-1.156-.073-2.54-.033-2.446-.032-2.438-.217-3.135-.137-.515-.436-1.175-.77-1.697-.657-1.025-1.762-1.969-2.876-2.454L15 5.462v-.341c-.001-.622-.13-1.155-.389-1.601-.195-.337-.794-.936-1.131-1.131-.556-.323-1.32-.457-1.974-.347m.824 2.015c.34.121.607.443.654.786l.024.177h-2.016l.024-.177c.065-.47.497-.839.984-.839.099 0 .248.024.33.053m1.23 3.04c1.622.372 2.977 1.622 3.417 3.152.155.541.183 1.012.183 3.09 0 2.005.017 2.27.187 2.861.08.28.262.685.414.922.066.102.119.197.119.212 0 .014-2.646.026-5.88.026s-5.88-.012-5.88-.026c0-.015.053-.11.119-.212.152-.237.334-.642.414-.922.17-.591.187-.856.188-2.875.001-1.07.018-2.124.04-2.343.188-1.941 1.718-3.547 3.737-3.925.432-.081 2.54-.052 2.942.04m-.28 12.429a2.1 2.1 0 0 1-.369.259c-.717.363-1.621.256-2.191-.259l-.18-.163h2.92l-.18.163"
|
|
8
7
|
fillRule="evenodd"
|
|
9
8
|
/>
|
|
10
|
-
</
|
|
9
|
+
</svg>
|
|
11
10
|
);
|
package/src/Objects.tsx
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
import { SvgIcon } from '@mui/material';
|
|
2
1
|
import { IconProps } from '../types';
|
|
3
2
|
|
|
4
3
|
export const Objects = ({ ...props }: IconProps) => (
|
|
5
|
-
<
|
|
4
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" {...props}>
|
|
6
5
|
<path
|
|
7
6
|
d="M11.36 2.025c-3.747.342-6.686 3.09-7.269 6.795-.093.594-.091 1.84.004 2.398.152.893.341 1.488.725 2.282.437.904.95 1.598 1.719 2.329l.461.438v.439c0 .242.02.546.043.677.141.768.806 1.433 1.574 1.574.328.06 6.438.06 6.766 0 .768-.141 1.433-.806 1.574-1.574.023-.131.043-.435.043-.677v-.439l.461-.438c.757-.719 1.279-1.422 1.7-2.289.383-.786.6-1.464.744-2.32.095-.561.097-1.808.004-2.4-.263-1.672-.989-3.149-2.129-4.335A7.974 7.974 0 0 0 13.24 2.1c-.375-.061-1.529-.108-1.88-.075m1.807 2.09c2.386.488 4.198 2.302 4.719 4.725.12.558.132 1.72.022 2.229-.186.87-.477 1.582-.93 2.275-.296.454-1.144 1.306-1.628 1.637l-.349.239-.001.89V17H9v-1.78l-.285-.196c-1.406-.965-2.256-2.247-2.624-3.955-.054-.252-.07-.507-.069-1.089.002-.687.013-.806.114-1.238.147-.628.262-.945.55-1.504.837-1.63 2.464-2.834 4.234-3.133l.48-.082c.246-.043 1.396.016 1.767.092m-1.647 1.91c-.564.073-1.298.356-1.805.697C8.681 7.417 8 8.719 8 10c0 .251.095.989.133 1.026.005.005.44-.106.967-.248l.962-.258a3.4 3.4 0 0 0-.036-.249c-.095-.593.12-1.224.57-1.675.451-.451 1.082-.665 1.676-.57l.249.04.042-.163c.078-.295.44-1.642.459-1.707.016-.051-.03-.075-.211-.113-.246-.051-1.058-.088-1.291-.058M9 22v1h6v-2H9v1"
|
|
8
7
|
fillRule="evenodd"
|
|
9
8
|
/>
|
|
10
|
-
</
|
|
9
|
+
</svg>
|
|
11
10
|
);
|
package/src/Ol.tsx
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
import { SvgIcon } from '@mui/material';
|
|
2
1
|
import { IconProps } from '../types';
|
|
3
2
|
|
|
4
3
|
export const Ol = ({ ...props }: IconProps) => (
|
|
5
|
-
<
|
|
4
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" {...props}>
|
|
6
5
|
<path
|
|
7
6
|
d="m6.26 7.272-1.44.912-.011 1.088c-.005.598-.002 1.088.007 1.088.01 0 .605-.369 1.323-.82.717-.451 1.331-.82 1.363-.82.05 0 .058.609.058 4.64V18H10V6.36H8.85l-1.15.001-1.44.911m6.913 8.223c-.368.12-.669.393-.835.757-.094.206-.104.272-.092.58.017.412.116.653.378.914.213.213.424.321.721.368 1.106.177 1.943-.951 1.442-1.941a1.54 1.54 0 0 0-.66-.623c-.234-.105-.717-.132-.954-.055m4.76 0a1.455 1.455 0 0 0-.821.713c-.078.146-.092.232-.092.572 0 .36.011.421.111.611.282.536.83.814 1.433.728.434-.061.805-.345 1.017-.778.098-.2.115-.282.114-.558-.001-.395-.087-.612-.357-.901a1.26 1.26 0 0 0-.932-.429 1.574 1.574 0 0 0-.473.042"
|
|
8
7
|
fillRule="evenodd"
|
|
9
8
|
/>
|
|
10
|
-
</
|
|
9
|
+
</svg>
|
|
11
10
|
);
|
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
import { SvgIcon } from '@mui/material';
|
|
2
1
|
import { IconProps } from '../types';
|
|
3
2
|
|
|
4
|
-
export const
|
|
5
|
-
<
|
|
3
|
+
export const Pallet = ({ ...props }: IconProps) => (
|
|
4
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" {...props}>
|
|
6
5
|
<path
|
|
7
6
|
d="M4.04 1.026c-.948.165-1.445.391-1.986.905-.481.457-.781.984-.964 1.694-.066.258-.07.738-.07 7.655v7.38l.096.42c.199.877.55 1.57 1.123 2.219.816.924 1.852 1.479 3.101 1.659.18.026 2.807.041 7.365.041 7.547.001 7.406.004 7.995-.186a3.281 3.281 0 0 0 1.9-1.613c.378-.748.409-1.021.389-3.38-.018-2.079-.025-2.157-.255-2.731-.177-.443-.371-.733-.73-1.093-.36-.359-.65-.553-1.093-.73-.499-.2-.739-.233-1.825-.254l-1.015-.02.659-.666c.689-.697.914-.987 1.13-1.461.213-.465.278-.78.278-1.345 0-.729-.165-1.265-.578-1.885-.237-.355-2.772-2.897-3.151-3.159-1.185-.821-2.589-.84-3.797-.052-.127.084-.541.456-.918.828l-.686.675-.018-1.033c-.019-1.119-.05-1.323-.291-1.897-.319-.763-.99-1.412-1.788-1.731-.58-.232-.642-.238-2.791-.248-1.089-.005-2.025-.002-2.08.008m4.07 2.063c.397.157.679.451.815.851.079.231.082 14.376.003 14.68-.302 1.166-1.086 1.977-2.21 2.284-.404.111-1.134.102-1.518-.018a2.887 2.887 0 0 1-1.302-.784c-.39-.39-.6-.734-.784-1.282l-.094-.28-.011-7.097c-.007-4.695.003-7.171.03-7.317.106-.574.489-.971 1.046-1.084.096-.019 1.003-.032 2.015-.028 1.619.007 1.861.016 2.01.075m6.95 2.893c.204.097.435.31 1.542 1.416 1.515 1.515 1.537 1.546 1.537 2.122 0 .624.224.366-3.676 4.245L11.02 17.19l-.011-4.225-.01-4.225 1.29-1.285c.71-.706 1.364-1.33 1.454-1.386.424-.264.883-.295 1.317-.087m5.112 9.131c.305.124.591.41.715.715l.093.232v3.88l-.093.232a1.38 1.38 0 0 1-.715.715l-.232.093-4.94.009-4.94.009 3.011-3.001 3.011-3.001 1.929.012c1.916.012 1.931.013 2.161.105m-14.592.934c-.543.104-1.128.563-1.373 1.078-.578 1.214.167 2.637 1.488 2.842a1.99 1.99 0 0 0 2.272-1.662 1.937 1.937 0 0 0-.563-1.709c-.491-.49-1.127-.682-1.824-.549"
|
|
8
7
|
fillRule="evenodd"
|
|
9
8
|
/>
|
|
10
|
-
</
|
|
9
|
+
</svg>
|
|
11
10
|
);
|
|
@@ -1,14 +1,12 @@
|
|
|
1
|
-
import { SvgIcon } from '@mui/material';
|
|
2
|
-
|
|
3
1
|
export type InviteProps = {
|
|
4
2
|
[key: string]: any;
|
|
5
3
|
};
|
|
6
4
|
|
|
7
|
-
export const
|
|
8
|
-
<
|
|
5
|
+
export const PeopleInvite = ({ ...props }: InviteProps) => (
|
|
6
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" {...props}>
|
|
9
7
|
<path
|
|
10
8
|
d="M20.295.277c-.229.038-.369.141-.457.336-.068.149-.076.272-.077 1.157l-.001.99h-.992c-.948 0-.999.004-1.169.09-.25.127-.332.288-.332.65 0 .362.082.523.332.65.17.086.221.09 1.169.09h.992v.992c0 .948.004.999.09 1.169.126.248.282.328.647.33.365.002.525-.078.653-.33.086-.17.09-.221.09-1.169V4.24h.992c.948 0 .999-.004 1.169-.09.25-.127.328-.281.328-.65s-.078-.523-.328-.65c-.17-.086-.221-.09-1.169-.09h-.992v-.992c0-.948-.004-.999-.09-1.169a.67.67 0 0 0-.21-.244c-.147-.081-.424-.115-.645-.078M11.58 3.023c-.566.079-.77.121-1.1.226a5.014 5.014 0 0 0-3.387 3.829c-.083.421-.091 1.34-.017 1.762a5.182 5.182 0 0 0 1.298 2.589c.153.161.271.298.262.305a14.61 14.61 0 0 1-.411.221c-1.823.965-3.188 2.586-3.858 4.585-.365 1.089-.447 1.435-.447 1.879 0 .751.219 1.277.76 1.825.363.367.802.604 1.294.697.47.089 11.582.089 12.052 0 .492-.093.931-.33 1.294-.697.541-.548.76-1.074.76-1.825 0-.443-.08-.781-.447-1.879a8.043 8.043 0 0 0-3.858-4.585 14.61 14.61 0 0 1-.411-.221c-.009-.007.109-.144.262-.305a5.015 5.015 0 0 0 1.128-1.93c.181-.59.22-.857.22-1.499 0-.642-.039-.909-.22-1.499-.528-1.725-2.027-3.063-3.809-3.402-.325-.061-1.143-.107-1.365-.076m1.28 2.097a3.09 3.09 0 0 1 2.026 2.04c.135.434.135 1.246 0 1.68a3.086 3.086 0 0 1-2.046 2.046c-.436.135-1.248.135-1.68 0A3.086 3.086 0 0 1 9.114 8.84c-.136-.434-.136-1.246 0-1.68a3.088 3.088 0 0 1 2.329-2.119c.308-.065 1.101-.021 1.417.079m.345 7.997c1.868.401 3.469 1.654 4.252 3.33.168.36.586 1.607.641 1.913.036.196-.111.477-.298.57-.131.066-.491.07-5.8.07-6.399 0-5.854.029-6.032-.32-.113-.222-.109-.243.178-1.156.373-1.187.775-1.907 1.467-2.632.954-.997 2.119-1.607 3.504-1.833.493-.081 1.581-.051 2.088.058"
|
|
11
9
|
fillRule="evenodd"
|
|
12
10
|
/>
|
|
13
|
-
</
|
|
11
|
+
</svg>
|
|
14
12
|
);
|
package/src/Photo.tsx
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { SvgIcon } from '@mui/material';
|
|
2
1
|
import { IconProps } from '../types';
|
|
3
2
|
|
|
4
3
|
export const Photo = ({ ...props }: IconProps) => (
|
|
5
|
-
<
|
|
4
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" {...props}>
|
|
6
5
|
<path d="m8.095 2.99-.908.99-1.804.021c-1.781.02-1.806.021-2.043.115-.679.27-1.158.814-1.296 1.476-.062.299-.062 12.517 0 12.816.157.75.798 1.391 1.548 1.548.3.062 16.516.062 16.816 0a2.062 2.062 0 0 0 1.548-1.548c.062-.299.062-12.517 0-12.816-.138-.662-.617-1.206-1.296-1.476-.237-.094-.262-.095-2.043-.115l-1.804-.021-.908-.99-.907-.99H9.002l-.907.99m6.934 2.008.911.999 2.03.001L20 6v12H4V6l2.03-.002 2.03-.001.911-.999L9.882 4h4.236l.911.998M11.34 7.046a5.136 5.136 0 0 0-1.444.43A5.042 5.042 0 0 0 7.075 11.1c-.073.368-.073 1.432 0 1.8.393 1.979 1.821 3.474 3.794 3.969.633.159 1.629.159 2.262 0 .989-.248 1.782-.7 2.453-1.396.657-.683 1.047-1.394 1.285-2.342.097-.387.108-.503.108-1.131s-.011-.744-.108-1.131a5.335 5.335 0 0 0-.577-1.429 5.038 5.038 0 0 0-4.952-2.394m1.226 2.016c.228.043.466.126.752.265.367.178.464.248.786.569.321.322.391.419.569.786.432.89.434 1.74.008 2.621-.594 1.226-1.949 1.907-3.257 1.637a3.002 3.002 0 0 1-2.105-1.637c-.426-.881-.424-1.731.008-2.621.178-.367.248-.464.569-.786.322-.321.419-.392.786-.569.642-.312 1.204-.391 1.884-.265" />
|
|
7
|
-
</
|
|
6
|
+
</svg>
|
|
8
7
|
);
|
package/src/Picture.tsx
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
import { SvgIcon } from '@mui/material';
|
|
2
1
|
import { IconProps } from '../types';
|
|
3
2
|
|
|
4
3
|
export const Picture = ({ ...props }: IconProps) => (
|
|
5
|
-
<
|
|
4
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" {...props}>
|
|
6
5
|
<path
|
|
7
6
|
d="M2.643 4.069a1.118 1.118 0 0 0-.343.229C1.975 4.623 2 3.975 2 12c0 8.023-.025 7.377.299 7.701.326.326-.563.299 9.701.299 10.264 0 9.375.027 9.701-.299.324-.324.299.322.299-7.701s.025-7.377-.299-7.701c-.326-.327.567-.299-9.718-.296-8.192.003-9.182.01-9.34.066M20 7.29v1.29l-2.499 2.499-2.499 2.499-.731-.723c-.619-.612-.761-.733-.928-.789a.976.976 0 0 0-.686-.001c-.179.059-.459.327-3.138 3L6.579 18H4V6h16v1.29m-12.42.757c-.721.138-1.381.801-1.536 1.545-.139.665.061 1.32.552 1.812.797.796 2.011.796 2.808 0 .796-.797.796-2.011 0-2.808-.491-.49-1.127-.682-1.824-.549M20 14.72V18H9.42l1.789-1.789 1.789-1.789.731.723c.647.641.756.732.945.794.26.085.525.068.77-.052.125-.06.813-.722 2.356-2.266a313.91 313.91 0 0 1 2.19-2.181c.005 0 .01 1.476.01 3.28"
|
|
8
7
|
fillRule="evenodd"
|
|
9
8
|
/>
|
|
10
|
-
</
|
|
9
|
+
</svg>
|
|
11
10
|
);
|
package/src/Places.tsx
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
import { SvgIcon } from '@mui/material';
|
|
2
1
|
import { IconProps } from '../types';
|
|
3
2
|
|
|
4
3
|
export const Places = ({ ...props }: IconProps) => (
|
|
5
|
-
<
|
|
4
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" {...props}>
|
|
6
5
|
<path
|
|
7
6
|
d="M10.643 4.069a1.066 1.066 0 0 0-.577.591c-.057.168-.066.408-.066 1.767V8H6.427c-4.022 0-3.814-.015-4.128.299C1.979 8.619 2 8.217 2 14c0 5.783-.021 5.381.299 5.701.326.326-.563.299 9.701.299 10.264 0 9.375.027 9.701-.299.324-.324.299.322.299-7.701s.025-7.377-.299-7.701c-.32-.32.085-.299-5.718-.296-4.569.003-5.183.01-5.34.066M20 7v1h-2v2h2v2h-2v2h2v4h-4v-2h-2v2h-2V6h8v1m-6 2v1h2V8h-2v1m-4 5v4H8v-2H6v2H4v-8h6v4m-4-1v1h2v-2H6v1m8 0v1h2v-2h-2v1"
|
|
8
7
|
fillRule="evenodd"
|
|
9
8
|
/>
|
|
10
|
-
</
|
|
9
|
+
</svg>
|
|
11
10
|
);
|
package/src/Play.tsx
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
import { SvgIcon } from '@mui/material';
|
|
2
1
|
import { IconProps } from '../types';
|
|
3
2
|
|
|
4
3
|
export const Play = ({ ...props }: IconProps) => (
|
|
5
|
-
<
|
|
4
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" {...props}>
|
|
6
5
|
<path
|
|
7
6
|
d="M7.251 3.518C6.219 3.796 5.44 4.555 5.114 5.6l-.094.3v12.2l.094.3c.304.973 1.011 1.71 1.937 2.019a2.855 2.855 0 0 0 1.988-.035c.42-.16 10.431-5.788 10.769-6.053.465-.366.827-.913.999-1.513.074-.255.092-.417.092-.818 0-.401-.018-.563-.092-.818-.177-.619-.568-1.196-1.043-1.543-.135-.098-2.545-1.473-5.355-3.055C10.803 4.553 9.2 3.672 8.96 3.586c-.303-.108-.399-.122-.88-.134-.438-.01-.595.003-.829.066m6.169 4.801c3.512 1.975 5.125 2.903 5.226 3.006.382.391.339 1.101-.086 1.437-.264.208-10.133 5.732-10.34 5.787a1.004 1.004 0 0 1-.692-.086c-.14-.073-.339-.286-.434-.463-.071-.135-.074-.362-.074-6V6.14l.088-.164c.098-.184.324-.398.509-.481.08-.036.229-.052.423-.044l.3.011 5.08 2.857"
|
|
8
7
|
fillRule="evenodd"
|
|
9
8
|
/>
|
|
10
|
-
</
|
|
9
|
+
</svg>
|
|
11
10
|
);
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { IconProps } from '../types';
|
|
2
|
+
|
|
3
|
+
export const Presentation = ({ ...props }: IconProps) => (
|
|
4
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" {...props}>
|
|
5
|
+
<path
|
|
6
|
+
d="M4.503 4.042A3.025 3.025 0 0 0 2.298 5.74c-.297.633-.278.205-.278 6.26s-.019 5.627.278 6.26a2.905 2.905 0 0 0 1.442 1.444c.666.315.137.296 8.26.296 8.124 0 7.595.019 8.26-.296a2.847 2.847 0 0 0 1.42-1.404c.337-.689.32-.348.32-6.3 0-5.891.013-5.606-.296-6.26a2.94 2.94 0 0 0-1.408-1.428c-.66-.318.116-.289-8.176-.297-4.081-.003-7.509.009-7.617.027M20 12.073c0 5.701.021 5.308-.299 5.628-.324.324.322.299-7.703.299-7.797 0-7.315.014-7.624-.222a1.19 1.19 0 0 1-.243-.289L4.02 17.3l-.011-5.15L3.999 7H20v5.073M5.66 8.652c-.165.165-.193.328-.174.997.015.536.051.642.263.78.101.067.449.071 6.251.071 5.802 0 6.15-.004 6.251-.071.212-.138.248-.244.263-.78.019-.669-.009-.832-.174-.997l-.132-.132H5.792l-.132.132m-.004 3.004-.136.136v1.416l.136.136.136.136h11.416l.136-.136.136-.136v-1.416l-.136-.136-.136-.136H5.792l-.136.136m0 3-.136.136v1.416l.136.136.136.136h9.416l.136-.136.136-.136v-1.416l-.136-.136-.136-.136H5.792l-.136.136"
|
|
7
|
+
fillRule="evenodd"
|
|
8
|
+
/>
|
|
9
|
+
</svg>
|
|
10
|
+
);
|
package/src/PushPin.tsx
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { IconProps } from '../types';
|
|
2
|
+
|
|
3
|
+
export const PushPin = ({ ...props }: IconProps) => (
|
|
4
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" {...props}>
|
|
5
|
+
<path
|
|
6
|
+
d="M14.01 3.058c-.541.123-.555.135-3.17 2.727-.781.773-1.481 1.437-1.555 1.474-.39.196-.346.192-2.685.239l-2.22.043-.264.125c-.441.208-.711.561-.777 1.019-.032.226.061.617.208.874.062.107 1.009 1.089 2.328 2.411l2.223 2.231-2.346 2.349c-2.266 2.27-2.348 2.357-2.409 2.567-.078.269-.078.298-.001.558.073.244.28.493.515.617.214.113.658.12.863.013.077-.04 1.188-1.119 2.47-2.398l2.329-2.326 2.291 2.283c2.54 2.533 2.44 2.45 3.01 2.486.507.032.93-.205 1.169-.657.067-.128.142-.332.165-.453.024-.124.053-1.091.067-2.22.026-2.113.036-2.216.227-2.599.05-.1.801-.885 1.991-2.081 2.116-2.127 2.092-2.098 2.227-2.759.084-.413.034-.776-.168-1.213-.139-.302-.189-.356-2.43-2.6-1.258-1.26-2.378-2.351-2.488-2.424a2.096 2.096 0 0 0-1.57-.286m2.845 8.032c-1.014 1.017-1.898 1.931-1.964 2.03-.187.28-.362.649-.494 1.044-.149.442-.194.984-.196 2.356l-.001.94-3.96-3.96c-2.178-2.178-3.96-3.973-3.96-3.99 0-.016.568-.03 1.262-.03 1.382 0 1.584-.022 2.196-.244.729-.263.788-.313 2.842-2.36l1.88-1.875 2.119 2.119 2.12 2.119-1.844 1.851"
|
|
7
|
+
fillRule="evenodd"
|
|
8
|
+
/>
|
|
9
|
+
</svg>
|
|
10
|
+
);
|
package/src/Reply.tsx
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { IconProps } from '../types';
|
|
2
|
+
|
|
3
|
+
export const Reply = ({ ...props }: IconProps) => (
|
|
4
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" {...props}>
|
|
5
|
+
<path
|
|
6
|
+
d="M13.984 5.063C12.795 5.329 12 6.332 12 7.564v.35l-.23.026c-1.956.221-3.56.701-4.889 1.461a8.987 8.987 0 0 0-3.111 3.045c-.825 1.372-1.376 3.095-1.646 5.139-.177 1.343-.161 1.556.141 1.893.274.304.624.412.991.305.28-.081.424-.208.819-.718 1.231-1.589 2.632-2.652 4.4-3.339.994-.387 1.83-.583 3.351-.787l.166-.023.017.712c.015.596.032.756.106.983a2.527 2.527 0 0 0 2.243 1.737 2.455 2.455 0 0 0 1.646-.503c.241-.193 4.732-4.41 5.048-4.742.258-.27.51-.735.608-1.121.033-.132.06-.393.06-.582 0-.746-.307-1.406-.888-1.912-.761-.662-4.878-4.015-5.082-4.139a2.513 2.513 0 0 0-1.766-.286m.704 1.989c.178.08 4.936 4.021 4.986 4.13a.563.563 0 0 1 .001.434c-.048.105-4.811 4.606-4.965 4.691-.198.11-.501.016-.629-.195-.076-.124-.081-.199-.081-1.235 0-1.29-.025-1.432-.295-1.702-.302-.302-.747-.356-1.945-.235-2.797.284-5.081 1.131-7.01 2.603-.104.079-.19.126-.19.103 0-.022.074-.253.164-.513.559-1.605 1.489-2.89 2.656-3.669 1.166-.778 2.595-1.207 4.749-1.426.448-.045.901-.114 1.046-.159.349-.108.619-.298.733-.515.088-.169.092-.214.092-1.08 0-.836.006-.914.081-1.036a.48.48 0 0 1 .607-.196"
|
|
7
|
+
fillRule="evenodd"
|
|
8
|
+
/>
|
|
9
|
+
</svg>
|
|
10
|
+
);
|
package/src/Screenshare.tsx
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { SvgIcon } from '@mui/material';
|
|
2
1
|
import { IconProps } from '../types';
|
|
3
2
|
|
|
4
3
|
export const Screenshare = ({ ...props }: IconProps) => (
|
|
5
|
-
<
|
|
4
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" {...props}>
|
|
6
5
|
<path d="M5.433 3.043a4.293 4.293 0 0 0-1.702.669c-.775.527-1.335 1.322-1.602 2.277l-.109.391v11.24l.111.397c.421 1.509 1.576 2.591 3.095 2.9.401.082.494.083 6.774.083s6.373-.001 6.774-.083c1.517-.309 2.683-1.402 3.098-2.905l.108-.392V6.38l-.106-.385c-.263-.95-.83-1.756-1.605-2.283a5.1 5.1 0 0 0-1.311-.6l-.338-.09-6.48-.007c-3.564-.003-6.582.009-6.707.028m12.95 2c.768.141 1.433.806 1.574 1.574.06.332.06 10.434 0 10.766-.138.755-.787 1.414-1.549 1.573-.299.062-12.517.062-12.816 0-.762-.159-1.411-.818-1.549-1.573-.06-.332-.06-10.434 0-10.766.137-.749.804-1.43 1.537-1.57.295-.056 12.497-.06 12.803-.004m-6.723 3.02c-.098.035-.798.568-1.8 1.37-1.775 1.421-1.806 1.452-1.848 1.864-.041.394.151.767.499.972.161.095.233.111.489.111.375 0 .388-.008 1.299-.739l.701-.563v2.031c0 1.276.016 2.086.042 2.18.061.22.273.473.489.585a.987.987 0 0 0 1.169-.172c.302-.302.3-.286.3-2.59v-2.034l.701.563c.911.731.924.739 1.299.739.257 0 .327-.016.492-.113.467-.274.629-.829.388-1.328-.08-.164-.294-.349-1.735-1.503-1.149-.919-1.697-1.333-1.821-1.375a1.014 1.014 0 0 0-.664.002" />
|
|
7
|
-
</
|
|
6
|
+
</svg>
|
|
8
7
|
);
|
package/src/Search.tsx
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
import { SvgIcon } from '@mui/material';
|
|
2
1
|
import { IconProps } from '../types';
|
|
3
2
|
|
|
4
3
|
export const Search = ({ ...props }: IconProps) => (
|
|
5
|
-
<
|
|
4
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" {...props}>
|
|
6
5
|
<path
|
|
7
6
|
d="M10.54 3.023c-1.062.102-1.848.312-2.63.703-2.072 1.036-3.462 2.94-3.836 5.254-.066.413-.066 1.627 0 2.04.5 3.092 2.814 5.406 5.906 5.906.413.066 1.627.066 2.04 0 1.179-.191 2.154-.6 3.203-1.345.043-.031.433.335 1.686 1.583 1.744 1.735 1.722 1.717 2.116 1.715.441-.002.853-.427.853-.879 0-.365-.062-.44-1.749-2.13-1.23-1.231-1.58-1.603-1.549-1.646.611-.861.974-1.62 1.198-2.504.157-.623.199-.983.199-1.72 0-.944-.101-1.538-.404-2.38-.858-2.383-2.992-4.147-5.471-4.522-.376-.057-1.289-.101-1.562-.075m1.012 2.02a5.008 5.008 0 0 1 4.128 3.205c.412 1.072.405 2.472-.017 3.545a5.076 5.076 0 0 1-3.063 2.939c-.556.19-.93.248-1.6.248s-1.044-.058-1.6-.248a5.041 5.041 0 0 1-3.239-3.492c-.241-.933-.178-2.115.159-2.992a4.997 4.997 0 0 1 5.232-3.205"
|
|
8
7
|
fillRule="evenodd"
|
|
9
8
|
/>
|
|
10
|
-
</
|
|
9
|
+
</svg>
|
|
11
10
|
);
|
package/src/Section.tsx
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { IconProps } from '../types';
|
|
2
|
+
|
|
3
|
+
export const Section = ({ ...props }: IconProps) => (
|
|
4
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" {...props}>
|
|
5
|
+
<path
|
|
6
|
+
d="M5.664 5.063a1.005 1.005 0 0 0-.533.448L5.02 5.7v1.6l.111.189c.246.419.492.511 1.367.511.768 0 .949-.045 1.203-.299C7.955 7.447 8 7.266 8 6.5s-.045-.947-.299-1.201c-.256-.256-.434-.3-1.218-.296-.47.002-.709.019-.819.06m4.979.006a1.066 1.066 0 0 0-.577.591c-.051.149-.066.344-.066.84 0 .766.045.947.299 1.201.314.314.097.299 4.201.299 4.104 0 3.887.015 4.201-.299.254-.254.299-.435.299-1.201s-.045-.947-.299-1.201c-.315-.315-.094-.299-4.218-.296-3.21.003-3.685.011-3.84.066m-5 5a1.066 1.066 0 0 0-.577.591c-.094.278-.094 1.402 0 1.68.087.253.341.507.594.594.278.094 1.402.094 1.68 0 .253-.087.507-.341.594-.594.094-.278.094-1.402 0-1.68a1.046 1.046 0 0 0-.594-.594c-.268-.091-1.436-.089-1.697.003m5 0a1.066 1.066 0 0 0-.577.591c-.051.149-.066.344-.066.84 0 .766.045.947.299 1.201.314.314.097.299 4.201.299 4.104 0 3.887.015 4.201-.299.254-.254.299-.435.299-1.201s-.045-.947-.299-1.201c-.315-.315-.094-.299-4.218-.296-3.21.003-3.685.011-3.84.066m-5 5a1.066 1.066 0 0 0-.577.591c-.051.149-.066.344-.066.84 0 .766.045.947.299 1.201.254.254.435.299 1.201.299s.947-.045 1.201-.299c.254-.254.299-.435.299-1.201s-.045-.947-.299-1.201c-.256-.257-.434-.3-1.218-.296-.492.002-.709.019-.84.066m5 0a1.066 1.066 0 0 0-.577.591c-.051.149-.066.344-.066.84 0 .766.045.947.299 1.201.314.314.097.299 4.201.299 4.104 0 3.887.015 4.201-.299.254-.254.299-.435.299-1.201s-.045-.947-.299-1.201c-.315-.315-.094-.299-4.218-.296-3.21.003-3.685.011-3.84.066"
|
|
7
|
+
fillRule="evenodd"
|
|
8
|
+
/>
|
|
9
|
+
</svg>
|
|
10
|
+
);
|
package/src/Send.tsx
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
import { SvgIcon } from '@mui/material';
|
|
2
1
|
import { IconProps } from '../types';
|
|
3
2
|
|
|
4
3
|
export const Send = ({ ...props }: IconProps) => (
|
|
5
|
-
<
|
|
4
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" {...props}>
|
|
6
5
|
<path
|
|
7
6
|
d="M3.018 2.932a.992.992 0 0 0-.578.893c0 .086.396 1.938.88 4.115.484 2.177.88 4.004.88 4.06 0 .056-.396 1.883-.88 4.06-.484 2.177-.88 4.029-.88 4.115 0 .544.451.984 1.01.985.225 0 .398-.084 8.52-4.144 4.559-2.279 8.348-4.188 8.419-4.241a1.19 1.19 0 0 0 .24-.286c.095-.161.111-.233.111-.489s-.016-.328-.111-.489a1.19 1.19 0 0 0-.24-.286c-.071-.053-3.846-1.955-8.389-4.227-8.035-4.017-8.267-4.13-8.52-4.146-.215-.013-.295.001-.462.08M17.48 12c0 .011-2.837 1.439-6.306 3.173-5.953 2.976-6.304 3.146-6.282 3.04.012-.062.276-1.251.585-2.643.31-1.391.563-2.539.563-2.55 0-.011.886-.02 1.97-.02l1.97-.001.2-.094c.381-.181.588-.5.588-.905 0-.385-.195-.703-.548-.894-.157-.084-.197-.086-2.17-.097-1.105-.007-2.01-.02-2.01-.03 0-.011-.253-1.158-.563-2.549-.309-1.392-.573-2.581-.585-2.643-.022-.106.329.064 6.282 3.04 3.469 1.734 6.306 3.162 6.306 3.173"
|
|
8
7
|
fillRule="evenodd"
|
|
9
8
|
/>
|
|
10
|
-
</
|
|
9
|
+
</svg>
|
|
11
10
|
);
|
package/src/Settings.tsx
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
import { SvgIcon } from '@mui/material';
|
|
2
1
|
import { IconProps } from '../types';
|
|
3
2
|
|
|
4
3
|
export const Settings = ({ ...props }: IconProps) => (
|
|
5
|
-
<
|
|
4
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" {...props}>
|
|
6
5
|
<path
|
|
7
6
|
d="M9.782 3.059c-.37.134-.49.303-.705.997-.387 1.252-.439 1.386-.596 1.543-.145.145-.446.281-.622.281-.047 0-.504-.081-1.015-.18-.51-.099-1.019-.18-1.131-.18a.92.92 0 0 0-.711.378c-.167.245-1.843 3.099-1.927 3.282a.823.823 0 0 0 .015.704c.05.098.369.489.71.868.719.8.8.927.8 1.248 0 .321-.081.448-.8 1.248-.341.379-.66.77-.71.868a.82.82 0 0 0-.031.669c.128.306 1.93 3.32 2.069 3.461.102.103.22.172.375.216l.225.066 1.065-.207c1.119-.217 1.211-.222 1.491-.079.26.132.372.318.599.992.38 1.13.463 1.328.622 1.491.268.275.272.275 2.492.275 1.166 0 2.039-.016 2.119-.039a.906.906 0 0 0 .498-.373c.055-.085.228-.536.385-1.002.156-.466.325-.919.374-1.006.111-.201.406-.402.639-.437.134-.02.433.024 1.218.18l1.04.206.224-.066a.898.898 0 0 0 .378-.214c.15-.145 1.877-3.033 2.055-3.435a.907.907 0 0 0-.021-.722c-.033-.064-.368-.439-.744-.834-.376-.395-.719-.791-.763-.881a.942.942 0 0 1 .001-.754c.044-.09.384-.5.755-.912.372-.411.696-.805.721-.876a1.101 1.101 0 0 0-.032-.695c-.139-.3-1.889-3.24-1.996-3.354a1.074 1.074 0 0 0-.228-.176c-.265-.14-.39-.134-1.46.073-.561.108-1.057.197-1.103.197-.18 0-.449-.129-.607-.291-.148-.152-.195-.257-.468-1.049a69.51 69.51 0 0 0-.35-.995.908.908 0 0 0-.407-.437c-.163-.087-.186-.088-2.225-.097-1.697-.007-2.088.001-2.218.048m3.573 2.38c.26.776.414 1.05.809 1.444.242.242.379.34.68.487.709.346 1.162.383 2.207.176l.671-.133.273.463.584.992.309.529-.094.116c-.052.064-.244.282-.426.484-.619.685-.839 1.157-.878 1.888-.026.485.056.879.272 1.306.162.323.295.497.808 1.059.171.186.31.35.31.362 0 .036-1.083 1.881-1.14 1.942-.041.044-.153.032-.662-.07-1.236-.25-2.053-.102-2.758.5-.481.41-.685.751-.987 1.647l-.193.57-1.177-.01-1.177-.011-.204-.62a7.461 7.461 0 0 0-.319-.83c-.318-.579-.906-1.057-1.571-1.275-.498-.163-1.072-.158-1.892.015-.319.068-.582.12-.584.117l-.595-.995-.59-.989.174-.197.44-.491c.339-.378.517-.66.652-1.035a2.615 2.615 0 0 0 .007-1.765c-.143-.41-.308-.658-.814-1.22-.247-.275-.45-.508-.45-.517 0-.023 1.12-1.912 1.153-1.945.015-.015.288.026.607.091.771.158 1.101.181 1.5.104a2.647 2.647 0 0 0 1.081-.434c.569-.38.837-.768 1.161-1.678l.237-.666c.014-.038.289-.05 1.19-.05h1.171l.215.639M11.4 8.444a3.678 3.678 0 0 0-2.936 2.508c-.579 1.848.468 3.854 2.322 4.448.514.164.878.214 1.374.188a3.654 3.654 0 0 0 3.034-1.908 3.483 3.483 0 0 0 .083-3.194A3.644 3.644 0 0 0 12.8 8.502c-.366-.083-1.049-.112-1.4-.058m1.146 1.854c.481.147.943.591 1.138 1.093.117.302.127.853.022 1.16-.442 1.284-2.1 1.665-3.05.7-.963-.979-.51-2.619.824-2.981a2.134 2.134 0 0 1 1.066.028"
|
|
8
7
|
fillRule="evenodd"
|
|
9
8
|
/>
|
|
10
|
-
</
|
|
9
|
+
</svg>
|
|
11
10
|
);
|
package/src/Shape.tsx
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
|
-
import { SvgIcon } from '@mui/material';
|
|
2
1
|
import { IconProps } from '../types';
|
|
3
2
|
|
|
4
3
|
export const Shape = ({ ...props }: IconProps) => (
|
|
5
|
-
<
|
|
4
|
+
<svg {...props} viewBox="0 0 16 16">
|
|
6
5
|
<path
|
|
7
6
|
d="M9.34 2.039c-.36.082-.37.09-2.113 1.817-.521.516-.987.959-1.037.983-.26.131-.231.129-1.79.159l-1.48.03-.176.082a.87.87 0 0 0-.518.68c-.022.151.04.412.139.583.041.071.672.725 1.551 1.607l1.483 1.487-1.564 1.567c-1.511 1.513-1.565 1.571-1.606 1.711-.052.179-.052.198-.001.372a.739.739 0 0 0 .344.411c.142.075.438.08.575.009.051-.027.792-.746 1.646-1.599l1.553-1.551 1.527 1.522c1.694 1.689 1.627 1.633 2.007 1.658a.792.792 0 0 0 .779-.438c.045-.086.095-.222.111-.302.015-.083.035-.727.044-1.48.018-1.409.024-1.478.151-1.733.034-.067.535-.59 1.327-1.387 1.411-1.419 1.396-1.399 1.485-1.84.057-.275.023-.517-.111-.808-.093-.201-.127-.237-1.621-1.734-.839-.84-1.585-1.567-1.658-1.616-.297-.196-.7-.27-1.047-.19m1.897 5.354c-.676.679-1.265 1.288-1.31 1.354a2.973 2.973 0 0 0-.329.695c-.099.295-.129.657-.13 1.571l-.001.627L6.827 9a251.472 251.472 0 0 1-2.64-2.66c0-.011.378-.02.841-.02.921 0 1.056-.015 1.464-.163.486-.175.525-.208 1.895-1.573l1.253-1.25 1.413 1.413 1.413 1.412-1.229 1.234"
|
|
8
7
|
fill="inherit"
|
|
9
8
|
fillRule="evenodd"
|
|
10
9
|
/>
|
|
11
|
-
</
|
|
10
|
+
</svg>
|
|
12
11
|
);
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { IconProps } from '../types';
|
|
2
|
+
|
|
3
|
+
export const SimpleAnswer = ({ ...props }: IconProps) => (
|
|
4
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" {...props}>
|
|
5
|
+
<path
|
|
6
|
+
d="M5.503 3.042c-1.013.17-1.947.934-2.301 1.883-.208.556-.201.308-.201 7.067-.001 6.886-.012 6.558.233 7.159a3.046 3.046 0 0 0 1.615 1.615c.6.245.274.234 7.151.234 6.876 0 6.551.011 7.15-.233a3.08 3.08 0 0 0 1.617-1.617c.233-.573.233-.573.233-4.081 0-3.623.013-3.458-.3-3.771a.987.987 0 0 0-1.169-.172 1.065 1.065 0 0 0-.489.585c-.027.097-.042 1.25-.042 3.292 0 3.541.012 3.387-.299 3.698-.322.322.202.299-6.701.299s-6.379.023-6.701-.299C4.977 18.379 5 18.903 5 12s-.023-6.379.299-6.701C5.61 4.987 5.456 5 9 5s3.39.013 3.701-.299a.984.984 0 0 0 0-1.402c-.312-.313-.146-.3-3.778-.294-1.773.002-3.312.019-3.42.037m12.652.011c-.261.074-.531.259-.854.586l-.28.282 1.531 1.53 1.531 1.529.331-.34c.456-.47.566-.699.566-1.182 0-.56-.1-.724-.939-1.555-.769-.761-.924-.858-1.411-.886a1.654 1.654 0 0 0-.475.036M12.937 8.01l-3.563 3.57-.192 1.383c-.167 1.201-.186 1.403-.144 1.531.071.214.218.37.425.449.178.068.197.067 1.569-.124l1.388-.193 3.57-3.563L19.56 7.5l-1.53-1.53-1.53-1.53-3.563 3.57m2.043 2.03-2.54 2.54-.51-.51-.51-.51 2.54-2.54 2.539-2.54.511.51.511.509-2.541 2.541"
|
|
7
|
+
fillRule="evenodd"
|
|
8
|
+
/>
|
|
9
|
+
</svg>
|
|
10
|
+
);
|
package/src/Sort.tsx
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { IconProps } from '../types';
|
|
2
|
+
|
|
3
|
+
export const Sort = ({ ...props }: IconProps) => (
|
|
4
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" {...props}>
|
|
5
|
+
<path
|
|
6
|
+
d="M4.252 6.078C4.03 6.213 4 6.325 4 7s.03.787.252.922C4.378 7.998 4.513 8 12 8s7.622-.002 7.748-.078C19.97 7.787 20 7.675 20 7s-.03-.787-.252-.922C19.622 6.002 19.487 6 12 6s-7.622.002-7.748.078m2 5C6.03 11.213 6 11.325 6 12s.03.787.252.922c.125.076.244.078 5.748.078 5.504 0 5.623-.002 5.748-.078.222-.135.252-.247.252-.922s-.03-.787-.252-.922C17.623 11.002 17.504 11 12 11c-5.504 0-5.623.002-5.748.078m2 5C8.03 16.213 8 16.325 8 17s.03.787.252.922c.124.076.228.078 3.74.078 3.987 0 3.767.014 3.93-.252.068-.112.078-.203.078-.748 0-.545-.01-.636-.078-.748-.163-.266.057-.252-3.93-.252-3.512 0-3.616.002-3.74.078"
|
|
7
|
+
fillRule="evenodd"
|
|
8
|
+
/>
|
|
9
|
+
</svg>
|
|
10
|
+
);
|
package/src/SoundOn.tsx
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { IconProps } from '../types';
|
|
2
|
+
|
|
3
|
+
export const SoundOn = ({ ...props }: IconProps) => (
|
|
4
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" {...props}>
|
|
5
|
+
<path
|
|
6
|
+
d="M12.795 3.036a1.1 1.1 0 0 0-.28.11c-.074.045-1.132.85-2.351 1.789-1.219.94-2.29 1.751-2.38 1.803-.351.202-.515.232-1.444.265-.554.019-.954.052-1.08.088-1.148.329-1.964 1.193-2.198 2.328-.091.44-.091 4.722 0 5.162a3 3 0 0 0 2.357 2.357c.196.041.521.062.949.063.708 0 1.018.05 1.343.214.104.053 1.206.881 2.449 1.84 1.243.959 2.337 1.782 2.431 1.828.21.105.565.113.791.019.216-.09.409-.283.523-.522l.094-.2.001-8.163c0-9.058.021-8.38-.265-8.674a1.027 1.027 0 0 0-.94-.307m5.865 2.399c-.209.095-.483.397-.537.591-.06.218-.053.535.017.734.033.094.148.29.256.435a8.187 8.187 0 0 1 1.427 3.157 8.064 8.064 0 0 1-1.427 6.453c-.231.313-.316.53-.316.81.001.308.068.494.253.695.211.23.423.328.707.328.447 0 .681-.203 1.29-1.118a9.99 9.99 0 0 0 0-11.04c-.428-.644-.691-.946-.909-1.045a1.052 1.052 0 0 0-.761 0M12 12.002c0 4.727-.01 5.917-.05 5.893-.028-.016-.663-.501-1.412-1.078-1.462-1.125-1.688-1.283-2.094-1.467-.528-.24-.942-.317-1.804-.337-.919-.022-1.091-.062-1.34-.311-.303-.303-.3-.273-.3-2.702 0-2.427-.003-2.399.299-2.701C5.551 9.047 5.736 9 6.482 9c.927 0 1.478-.114 2.134-.443.32-.16.804-.514 2.424-1.773.495-.385.914-.701.93-.702.017-.001.03 2.663.03 5.92m3.797-3.723c-.37.196-.58.593-.548 1.038.017.238.058.357.284.832.36.753.443 1.1.443 1.851 0 .751-.083 1.098-.443 1.851-.226.475-.267.594-.284.832-.024.336.054.574.264.806.337.374.833.441 1.201.162.393-.297.954-1.482 1.175-2.481.117-.53.127-1.736.019-2.25a6.336 6.336 0 0 0-.751-1.981c-.248-.421-.369-.563-.56-.661-.205-.104-.602-.104-.8.001"
|
|
7
|
+
fillRule="evenodd"
|
|
8
|
+
/>
|
|
9
|
+
</svg>
|
|
10
|
+
);
|
package/src/Soundoff.tsx
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { IconProps } from '../types';
|
|
2
|
+
|
|
3
|
+
export const Soundoff = ({ ...props }: IconProps) => (
|
|
4
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" {...props}>
|
|
5
|
+
<path
|
|
6
|
+
d="M12.795 3.036a1.1 1.1 0 0 0-.28.11c-.074.045-1.132.85-2.351 1.789-1.219.94-2.29 1.751-2.38 1.803-.351.202-.515.232-1.444.265-.554.019-.954.052-1.08.088-1.148.329-1.964 1.193-2.198 2.328-.091.44-.091 4.722 0 5.162a3 3 0 0 0 2.357 2.357c.196.041.521.062.949.063.708 0 1.018.05 1.343.214.104.053 1.206.881 2.449 1.84 1.243.959 2.337 1.782 2.431 1.828.21.105.565.113.791.019.216-.09.409-.283.523-.522l.094-.2.001-8.163c0-9.058.021-8.38-.265-8.674a1.027 1.027 0 0 0-.94-.307M12 12.002c0 4.727-.01 5.917-.05 5.893-.028-.016-.663-.501-1.412-1.078-1.462-1.125-1.688-1.283-2.094-1.467-.528-.24-.942-.317-1.804-.337-.919-.022-1.091-.062-1.34-.311-.303-.303-.3-.273-.3-2.702 0-2.427-.003-2.399.299-2.701C5.551 9.047 5.736 9 6.482 9c.927 0 1.478-.114 2.134-.443.32-.16.804-.514 2.424-1.773.495-.385.914-.701.93-.702.017-.001.03 2.663.03 5.92"
|
|
7
|
+
fillRule="evenodd"
|
|
8
|
+
/>
|
|
9
|
+
</svg>
|
|
10
|
+
);
|
package/src/Speaker.tsx
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { IconProps } from '../types';
|
|
2
|
+
|
|
3
|
+
export const Speaker = ({ ...props }: IconProps) => (
|
|
4
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" {...props}>
|
|
5
|
+
<path
|
|
6
|
+
d="M3.58 2.047c-.733.14-1.4.821-1.537 1.57-.067.371-.055 1.989.019 2.299a2.042 2.042 0 0 0 1.433 1.468c.307.082 2.164.078 2.484-.006a2.027 2.027 0 0 0 1.399-1.399c.084-.32.088-2.177.006-2.484a2.042 2.042 0 0 0-1.468-1.433c-.295-.07-1.991-.081-2.336-.015m7.28 0c-.719.137-1.405.827-1.54 1.548-.066.358-.051 2.065.021 2.343a2.02 2.02 0 0 0 1.439 1.448c.28.074 2.16.074 2.44 0a2.02 2.02 0 0 0 1.439-1.448c.072-.278.087-1.985.021-2.343-.138-.739-.824-1.414-1.577-1.552-.287-.052-1.963-.049-2.243.004m7.205.016c-.677.164-1.267.747-1.449 1.432-.082.307-.078 2.164.006 2.484.17.656.743 1.229 1.399 1.399.32.084 2.177.088 2.484.006a2.042 2.042 0 0 0 1.433-1.468c.074-.31.086-1.928.019-2.299-.141-.768-.806-1.433-1.574-1.574-.354-.064-2.027-.05-2.318.02M3.58 9.047c-.733.14-1.4.821-1.537 1.57-.06.331-.06 9.435 0 9.766.141.768.806 1.433 1.574 1.574.334.061 16.432.061 16.766 0 .768-.141 1.433-.806 1.574-1.574.06-.331.06-9.435 0-9.766-.141-.768-.806-1.433-1.574-1.574-.308-.056-16.508-.052-16.803.004"
|
|
7
|
+
fillRule="evenodd"
|
|
8
|
+
/>
|
|
9
|
+
</svg>
|
|
10
|
+
);
|
package/src/Stroke.tsx
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
import { SvgIcon } from '@mui/material';
|
|
2
1
|
import { IconProps } from '../types';
|
|
3
2
|
|
|
4
3
|
export const Stroke = ({ ...props }: IconProps) => (
|
|
5
|
-
<
|
|
4
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" {...props}>
|
|
6
5
|
<path
|
|
7
6
|
d="M11.474 6.042c-.643.075-1.361.344-1.848.693-.323.231-.735.665-.915.965-.54.897-.532 2.237.017 3.048l.171.252 1.221-.001 1.22-.002-.283-.111c-.441-.175-.736-.359-1.003-.629-.803-.813-.493-2.154.626-2.706.421-.208.767-.281 1.34-.284.883-.004 1.512.215 1.98.689.277.281.406.5.483.824l.061.25c.01.037.177.05.661.05h.647l-.024-.25a3.106 3.106 0 0 0-.377-1.14c-.74-1.218-2.262-1.849-3.977-1.648M6 12v.48h12v-.96H6V12m7.727 1.164c.373.197.668.472.817.76.157.305.184.865.061 1.269-.282.927-1.313 1.528-2.619 1.526-1.364-.001-2.364-.655-2.557-1.673l-.047-.246H7.991l.028.222c.065.525.305 1.135.608 1.548.209.284.658.676 1 .872.97.555 2.474.715 3.734.397 1.694-.428 2.722-1.761 2.628-3.411-.027-.47-.16-.943-.347-1.238l-.12-.19-1.051.001-1.051.001.307.162"
|
|
8
7
|
fillRule="evenodd"
|
|
9
8
|
/>
|
|
10
|
-
</
|
|
9
|
+
</svg>
|
|
11
10
|
);
|
package/src/Sun.tsx
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { IconProps } from '../types';
|
|
2
|
+
|
|
3
|
+
export const Sun = ({ ...props }: IconProps) => (
|
|
4
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" {...props}>
|
|
5
|
+
<path
|
|
6
|
+
d="M11 1.5V3h2V0h-2v1.5M3.51 3.51l-.71.711L3.86 5.28l1.06 1.06.71-.71.71-.71-1.06-1.06L4.219 2.8l-.709.71m15.21.35-1.06 1.06.71.71.71.71 1.06-1.06 1.06-1.061-.71-.709-.711-.71-1.059 1.06m-7.46 1.184c-1.757.183-3.484 1.096-4.593 2.428-1.208 1.451-1.792 3.266-1.634 5.078.085.975.276 1.676.685 2.51a6.88 6.88 0 0 0 2.058 2.515 7.002 7.002 0 0 0 8.448 0 7.08 7.08 0 0 0 2.617-4.104 7.272 7.272 0 0 0-.201-3.682 7.243 7.243 0 0 0-2.008-3.028 7.036 7.036 0 0 0-5.372-1.717m1.734 2.052c.938.206 1.74.623 2.414 1.256.74.695 1.205 1.496 1.461 2.517.097.387.108.503.108 1.131s-.011.744-.108 1.131c-.255 1.015-.713 1.807-1.453 2.511A5.047 5.047 0 0 1 13 16.905c-.475.102-1.525.102-2 0a5.045 5.045 0 0 1-3.754-3.37c-.182-.562-.226-.86-.226-1.535 0-.675.044-.973.226-1.535a5.006 5.006 0 0 1 1.666-2.391 5.14 5.14 0 0 1 2.389-1.032c.344-.054 1.346-.022 1.693.054M0 12v1h3v-2H0v1m21 0v1h3v-2h-3v1M3.85 18.73 2.8 19.781l.71.709.711.71 1.059-1.06 1.059-1.06-.699-.7c-.384-.385-.708-.7-.72-.7-.011 0-.493.473-1.07 1.05m14.51-.35-.699.7 1.059 1.06 1.059 1.06.711-.71.71-.709-1.05-1.051a40.692 40.692 0 0 0-1.07-1.05c-.012 0-.336.315-.72.7M11 22.5V24h2v-3h-2v1.5"
|
|
7
|
+
fillRule="evenodd"
|
|
8
|
+
/>
|
|
9
|
+
</svg>
|
|
10
|
+
);
|
package/src/Task.tsx
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
import { SvgIcon } from '@mui/material';
|
|
2
1
|
import { IconProps } from '../types';
|
|
3
2
|
|
|
4
3
|
export const Task = ({ ...props }: IconProps) => (
|
|
5
|
-
<
|
|
4
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" {...props}>
|
|
6
5
|
<path
|
|
7
6
|
d="M7.58 3.025c-.714.088-1.273.241-1.76.484a5.054 5.054 0 0 0-2.73 3.569c-.064.314-.07.724-.07 4.922 0 4.198.006 4.608.07 4.922a5.058 5.058 0 0 0 2.731 3.57c.32.16.945.36 1.359.436.407.075 9.233.075 9.64 0 2.129-.391 3.717-1.979 4.108-4.108.075-.407.075-9.233 0-9.64-.379-2.064-1.838-3.583-3.908-4.071-.355-.084-.428-.085-4.84-.092-2.464-.004-4.534 0-4.6.008m9.28 2.089c.991.332 1.722 1.07 2.026 2.046l.094.3v9.08l-.094.3a3.086 3.086 0 0 1-2.046 2.046l-.3.094H7.46l-.3-.094a3.086 3.086 0 0 1-2.046-2.046l-.094-.3V7.46l.094-.3a3.085 3.085 0 0 1 2.329-2.117c.097-.019 2.193-.032 4.657-.029l4.48.006.28.094m-2.84 3.867a1.656 1.656 0 0 1-.178.058c-.01.001-.694.676-1.521 1.501l-1.503 1.5-.399-.403c-.493-.498-.624-.573-.999-.575-.316-.002-.507.072-.709.273a1.06 1.06 0 0 0-.213 1.087c.089.211 1.697 1.837 1.922 1.942.237.11.594.101.842-.023.15-.074.657-.558 2.083-1.99 1.766-1.772 1.889-1.905 1.955-2.106.261-.801-.495-1.547-1.28-1.264"
|
|
8
7
|
fillRule="evenodd"
|
|
9
8
|
/>
|
|
10
|
-
</
|
|
9
|
+
</svg>
|
|
11
10
|
);
|
package/src/TaskFile.tsx
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { IconProps } from '../types';
|
|
2
|
+
|
|
3
|
+
export const TaskFile = ({ ...props }: IconProps) => (
|
|
4
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" {...props}>
|
|
5
|
+
<path
|
|
6
|
+
d="M7.503 3.042A3.128 3.128 0 0 0 5.67 4.127c-.225.28-.511.853-.596 1.193-.08.326-.08 13.034 0 13.36.085.34.371.913.596 1.193.28.347.642.628 1.07.831.645.305.484.296 5.26.296 4.777 0 4.616.009 5.26-.296a2.847 2.847 0 0 0 1.42-1.404c.34-.695.32-.228.32-7.3 0-7.007.017-6.599-.296-7.26a2.94 2.94 0 0 0-1.408-1.428c-.647-.311-.245-.288-5.176-.297-2.431-.003-4.509.008-4.617.027m8.837 2.024c.115.039.263.135.361.233.322.322.299-.202.299 6.701 0 6.905.024 6.379-.3 6.702-.318.318-.033.3-4.763.289l-4.199-.011-.199-.102c-.226-.117-.437-.369-.498-.596-.029-.104-.039-2.161-.031-6.368L7.02 5.7l.111-.189c.125-.213.318-.375.539-.454.122-.043.94-.054 4.313-.055 3.773-.002 4.181.004 4.357.064M8.66 6.652c-.165.165-.193.328-.174.997.015.536.051.642.263.78.1.066.315.071 3.251.071s3.151-.005 3.251-.071c.212-.138.248-.244.263-.78.019-.669-.009-.832-.174-.997l-.132-.132H8.792l-.132.132m-.004 3.004-.136.136v1.416l.136.136.136.136h6.416l.136-.136.136-.136V9.792l-.136-.136-.136-.136H8.792l-.136.136m0 3-.136.136v1.416l.136.136.136.136h6.416l.136-.136.136-.136v-1.416l-.136-.136-.136-.136H8.792l-.136.136m0 3-.136.136v1.416l.136.136.136.136h3.416l.136-.136.136-.136v-1.416l-.136-.136-.136-.136H8.792l-.136.136"
|
|
7
|
+
fillRule="evenodd"
|
|
8
|
+
/>
|
|
9
|
+
</svg>
|
|
10
|
+
);
|