Skip to content

Commit

Permalink
feat(plasma-icons): Add icons M2
Browse files Browse the repository at this point in the history
  • Loading branch information
kayman233 committed Dec 26, 2023
1 parent 7a42cb8 commit 46404ab
Show file tree
Hide file tree
Showing 109 changed files with 1,556 additions and 0 deletions.
28 changes: 28 additions & 0 deletions packages/plasma-icons/src/scalable/Icon.assets.24/ArrowsMove.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
import React from 'react';

import { IconProps } from '../IconRoot';

export const ArrowsMove: React.FC<IconProps> = (props) => (
<svg width="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
<path
d="M11.4697 2.21967C11.7626 1.92678 12.2374 1.92678 12.5303 2.21967L15.0303 4.71967C15.3232 5.01256 15.3232 5.48744 15.0303 5.78033C14.7374 6.07322 14.2626 6.07322 13.9697 5.78033L12 3.81066L10.0303 5.78033C9.73744 6.07322 9.26256 6.07322 8.96967 5.78033C8.67678 5.48744 8.67678 5.01256 8.96967 4.71967L11.4697 2.21967Z"
fill="currentColor"
/>
<path
d="M14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12Z"
fill="currentColor"
/>
<path
d="M19.2803 8.96967C18.9874 8.67678 18.5126 8.67678 18.2197 8.96967C17.9268 9.26256 17.9268 9.73744 18.2197 10.0303L20.1893 12L18.2197 13.9697C17.9268 14.2626 17.9268 14.7374 18.2197 15.0303C18.5126 15.3232 18.9874 15.3232 19.2803 15.0303L21.7803 12.5303C22.0732 12.2374 22.0732 11.7626 21.7803 11.4697L19.2803 8.96967Z"
fill="currentColor"
/>
<path
d="M8.96967 18.2197C9.26256 17.9268 9.73744 17.9268 10.0303 18.2197L12 20.1893L13.9697 18.2197C14.2626 17.9268 14.7374 17.9268 15.0303 18.2197C15.3232 18.5126 15.3232 18.9874 15.0303 19.2803L12.5303 21.7803C12.2374 22.0732 11.7626 22.0732 11.4697 21.7803L8.96967 19.2803C8.67678 18.9874 8.67678 18.5126 8.96967 18.2197Z"
fill="currentColor"
/>
<path
d="M5.78033 10.0303C6.07322 9.73744 6.07322 9.26256 5.78033 8.96967C5.48744 8.67678 5.01256 8.67678 4.71967 8.96967L2.21967 11.4697C1.92678 11.7626 1.92678 12.2374 2.21967 12.5303L4.71967 15.0303C5.01256 15.3232 5.48744 15.3232 5.78033 15.0303C6.07322 14.7374 6.07322 14.2626 5.78033 13.9697L3.81066 12L5.78033 10.0303Z"
fill="currentColor"
/>
</svg>
);
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
import React from 'react';

import { IconProps } from '../IconRoot';

export const ArrowsMoveHoriz: React.FC<IconProps> = (props) => (
<svg width="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M9.53033 7.46967C9.82322 7.76256 9.82322 8.23744 9.53033 8.53033L6.06066 12L9.53033 15.4697C9.82322 15.7626 9.82322 16.2374 9.53033 16.5303C9.23744 16.8232 8.76256 16.8232 8.46967 16.5303L4.46967 12.5303C4.17678 12.2374 4.17678 11.7626 4.46967 11.4697L8.46967 7.46967C8.76256 7.17678 9.23744 7.17678 9.53033 7.46967ZM14.4697 7.46967C14.7626 7.17678 15.2374 7.17678 15.5303 7.46967L19.5303 11.4697C19.8232 11.7626 19.8232 12.2374 19.5303 12.5303L15.5303 16.5303C15.2374 16.8232 14.7626 16.8232 14.4697 16.5303C14.1768 16.2374 14.1768 15.7626 14.4697 15.4697L17.9393 12L14.4697 8.53033C14.1768 8.23744 14.1768 7.76256 14.4697 7.46967Z"
fill="currentColor"
/>
</svg>
);
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
import React from 'react';

import { IconProps } from '../IconRoot';

export const ArrowsMoveVertical: React.FC<IconProps> = (props) => (
<svg width="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M11.4697 4.46967C11.7626 4.17678 12.2374 4.17678 12.5303 4.46967L16.5303 8.46967C16.8232 8.76256 16.8232 9.23744 16.5303 9.53033C16.2374 9.82322 15.7626 9.82322 15.4697 9.53033L12 6.06066L8.53033 9.53033C8.23744 9.82322 7.76256 9.82322 7.46967 9.53033C7.17678 9.23744 7.17678 8.76256 7.46967 8.46967L11.4697 4.46967ZM7.46967 14.4697C7.76256 14.1768 8.23744 14.1768 8.53033 14.4697L12 17.9393L15.4697 14.4697C15.7626 14.1768 16.2374 14.1768 16.5303 14.4697C16.8232 14.7626 16.8232 15.2374 16.5303 15.5303L12.5303 19.5303C12.2374 19.8232 11.7626 19.8232 11.4697 19.5303L7.46967 15.5303C7.17678 15.2374 7.17678 14.7626 7.46967 14.4697Z"
fill="currentColor"
/>
</svg>
);
14 changes: 14 additions & 0 deletions packages/plasma-icons/src/scalable/Icon.assets.24/MaskFill.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
import React from 'react';

import { IconProps } from '../IconRoot';

export const MaskFill: React.FC<IconProps> = (props) => (
<svg width="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M4.67549 2.78512C3.85524 2.51351 2.98945 3.13492 3.0001 4.00855C3.09572 11.8558 4.679 16.2383 6.61925 18.6698C8.58712 21.136 10.8436 21.5001 11.9955 21.5001C13.1474 21.5001 15.4039 21.136 17.3718 18.6698C19.312 16.2383 20.8953 11.8558 20.9909 4.00855C21.0016 3.13492 20.1358 2.51351 19.3156 2.78512C18.0672 3.19851 15.2247 4.00012 11.9955 4.00012C8.76631 4.00012 5.92388 3.19851 4.67549 2.78512ZM10.4955 10.0001C10.4955 10.5785 9.82151 10.7657 9.32064 10.4765L9.12946 10.3661C8.73715 10.1397 8.25381 10.1397 7.86151 10.3661L7.67032 10.4765C7.16946 10.7657 6.49548 10.5785 6.49548 10.0001C6.49548 9.64905 6.5879 9.30416 6.76343 9.00012C6.93897 8.69608 7.19144 8.44361 7.49548 8.26807C7.79952 8.09253 8.14441 8.00012 8.49548 8.00012C8.84656 8.00012 9.19144 8.09253 9.49548 8.26807C9.79952 8.44361 10.052 8.69608 10.2275 9.00012C10.4031 9.30416 10.4955 9.64905 10.4955 10.0001ZM14.6703 10.4765C14.1695 10.7657 13.4955 10.5785 13.4955 10.0001C13.4955 9.64905 13.5879 9.30416 13.7634 9.00012C13.939 8.69608 14.1914 8.44361 14.4955 8.26807C14.7995 8.09253 15.1444 8.00012 15.4955 8.00012C15.8466 8.00012 16.1914 8.09253 16.4955 8.26807C16.7995 8.44361 17.052 8.69608 17.2275 9.00012C17.4031 9.30416 17.4955 9.64905 17.4955 10.0001C17.4955 10.5785 16.8215 10.7657 16.3206 10.4765L16.1295 10.3661C15.7372 10.1397 15.2538 10.1397 14.8615 10.3661L14.6703 10.4765ZM8.07234 14.9329C7.87174 14.0505 8.81627 13.5047 9.69732 13.7113L11.2211 14.0686C11.7304 14.188 12.2605 14.188 12.7699 14.0686L14.2936 13.7113C15.1747 13.5047 16.1192 14.0505 15.9186 14.9329C15.7989 15.4595 15.5424 15.9549 15.1689 16.3808C14.7954 16.8067 14.3149 17.1517 13.7646 17.3892C13.2144 17.6266 12.609 17.7501 11.9955 17.7501C11.3819 17.7501 10.7766 17.6266 10.2263 17.3892C9.67605 17.1517 9.19558 16.8067 8.82207 16.3808C8.44856 15.9549 8.19204 15.4595 8.07234 14.9329Z"
fill="currentColor"
/>
</svg>
);
26 changes: 26 additions & 0 deletions packages/plasma-icons/src/scalable/Icon.assets.24/MaskOutline.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
import React from 'react';

import { IconProps } from '../IconRoot';

export const MaskOutline: React.FC<IconProps> = (props) => (
<svg width="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
<path
d="M10.4955 10.0001C10.4955 10.5785 9.82154 10.7657 9.32068 10.4765L9.1295 10.3661C8.73719 10.1396 8.25385 10.1396 7.86155 10.3661L7.67036 10.4765C7.1695 10.7657 6.49552 10.5785 6.49552 10.0001C6.49552 9.64905 6.58793 9.30416 6.76347 9.00012C6.93901 8.69608 7.19148 8.44361 7.49552 8.26807C7.79956 8.09253 8.14445 8.00012 8.49552 8.00012C8.8466 8.00012 9.19148 8.09253 9.49552 8.26807C9.79956 8.4436 10.052 8.69608 10.2276 9.00012C10.4031 9.30416 10.4955 9.64905 10.4955 10.0001Z"
fill="currentColor"
/>
<path
d="M14.6704 10.4765C14.1695 10.7657 13.4955 10.5785 13.4955 10.0001C13.4955 9.64905 13.5879 9.30416 13.7635 9.00012C13.939 8.69608 14.1915 8.4436 14.4955 8.26807C14.7996 8.09253 15.1444 8.00012 15.4955 8.00012C15.8466 8.00012 16.1915 8.09253 16.4955 8.26807C16.7996 8.4436 17.052 8.69608 17.2276 9.00012C17.4031 9.30416 17.4955 9.64905 17.4955 10.0001C17.4955 10.5785 16.8215 10.7657 16.3207 10.4765L16.1295 10.3661C15.7372 10.1396 15.2539 10.1396 14.8615 10.3661L14.6704 10.4765Z"
fill="currentColor"
/>
<path
d="M8.07238 14.9329C7.87178 14.0505 8.81631 13.5047 9.69736 13.7113L11.2211 14.0686C11.7305 14.188 12.2606 14.188 12.7699 14.0686L14.2937 13.7113C15.1747 13.5047 16.1193 14.0505 15.9187 14.9329C15.799 15.4595 15.5424 15.9549 15.1689 16.3808C14.7954 16.8067 14.315 17.1517 13.7647 17.3892C13.2144 17.6266 12.6091 17.7501 11.9955 17.7501C11.382 17.7501 10.7766 17.6266 10.2264 17.3892C9.67609 17.1517 9.19562 16.8067 8.82211 16.3808C8.4486 15.9549 8.19208 15.4595 8.07238 14.9329Z"
fill="currentColor"
/>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M4.67549 2.78512C3.85524 2.51351 2.98945 3.13492 3.0001 4.00855C3.09572 11.8558 4.679 16.2383 6.61925 18.6698C8.58712 21.136 10.8436 21.5001 11.9955 21.5001C13.1474 21.5001 15.4039 21.136 17.3718 18.6698C19.312 16.2383 20.8953 11.8558 20.9909 4.00855C21.0016 3.13492 20.1358 2.51351 19.3156 2.78512C18.0672 3.19851 15.2247 4.00012 11.9955 4.00012C8.76631 4.00012 5.92388 3.19851 4.67549 2.78512ZM7.79173 17.7342C6.17143 15.7037 4.63661 11.7922 4.50469 4.30626C5.94949 4.76201 8.78191 5.50012 11.9955 5.50012C15.2091 5.50012 18.0416 4.76201 19.4864 4.30626C19.3544 11.7922 17.8196 15.7037 16.1993 17.7342C14.584 19.7586 12.8124 20.0001 11.9955 20.0001C11.1786 20.0001 9.40706 19.7586 7.79173 17.7342Z"
fill="currentColor"
/>
</svg>
);
14 changes: 14 additions & 0 deletions packages/plasma-icons/src/scalable/Icon.assets.24/Mention.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
import React from 'react';

import { IconProps } from '../IconRoot';

export const Mention: React.FC<IconProps> = (props) => (
<svg width="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M12.1483 3.50129C11.0323 3.48181 9.92331 3.68235 8.88474 4.09145C7.84617 4.50055 6.89836 5.11021 6.0954 5.88561C5.29245 6.66101 4.65009 7.58698 4.20499 8.61063C3.75989 9.63429 3.52078 10.7356 3.50129 11.8517C3.48181 12.9677 3.68235 14.0767 4.09145 15.1153C4.50055 16.1538 5.11021 17.1016 5.88561 17.9046C6.66101 18.7075 7.58698 19.3499 8.61063 19.795C9.63429 20.2401 10.7356 20.4792 11.8517 20.4987C11.8517 20.4987 11.8666 20.4988 11.904 20.4989L12.0364 20.4992L13 20.5C13.4142 20.5 13.75 20.8358 13.75 21.25C13.75 21.6642 13.4142 22 13 22C12.9533 22 11.888 21.9996 11.8255 21.9985C10.5125 21.9756 9.21681 21.6942 8.01251 21.1706C6.80821 20.647 5.71884 19.8912 4.8066 18.9466C3.89436 18.0019 3.17712 16.8869 2.69582 15.665C2.21453 14.4432 1.9786 13.1385 2.00152 11.8255C2.02444 10.5125 2.30575 9.21681 2.8294 8.01251C3.35304 6.80821 4.10877 5.71884 5.05342 4.8066C5.99807 3.89436 7.11315 3.17712 8.33499 2.69582C9.55683 2.21453 10.8615 1.9786 12.1745 2.00152C13.4875 2.02444 14.7832 2.30576 15.9875 2.8294C17.1918 3.35304 18.2812 4.10877 19.1934 5.05342C20.1056 5.99807 20.8229 7.11315 21.3042 8.33499C21.7855 9.55683 22.0214 10.8615 21.9985 12.1745C21.9756 13.4875 21.6942 14.7832 21.1706 15.9875C21.1491 16.0369 21.1272 16.0861 21.105 16.1351C21.0538 16.2631 20.9939 16.3872 20.9258 16.5066C20.8203 16.6916 20.6951 16.8654 20.552 17.0247C20.2667 17.3425 19.9169 17.5957 19.5259 17.7674C19.1349 17.939 18.7117 18.0253 18.2847 18.0203C17.8577 18.0153 17.4367 17.9192 17.0498 17.7385C16.6629 17.5577 16.3191 17.2964 16.0413 16.9721C15.841 16.7383 15.6784 16.4756 15.5586 16.1936C14.5997 17.0081 13.3576 17.5 12 17.5C8.96244 17.5 6.50001 15.0376 6.50001 12C6.50001 8.96242 8.96244 6.49999 12 6.49999C15.0376 6.49999 17.5 8.96242 17.5 12C17.5 12.7864 17.3345 13.5361 17.0357 14.2146L16.9735 14.3587L16.9671 14.3721C16.9013 14.5093 16.8567 14.6561 16.8349 14.8074C16.8046 15.0187 16.8197 15.2341 16.8793 15.4392C16.9389 15.6442 17.0416 15.8341 17.1805 15.9963C17.3194 16.1585 17.4913 16.2891 17.6848 16.3795C17.8782 16.4699 18.0887 16.5179 18.3022 16.5204C18.5157 16.5229 18.7273 16.4798 18.9228 16.3939C19.1183 16.3081 19.2932 16.1815 19.4359 16.0226C19.5032 15.9476 19.5626 15.8663 19.6133 15.7799C19.651 15.7039 19.6876 15.6273 19.7231 15.5501C19.7328 15.5246 19.7417 15.4987 19.75 15.4727L19.7572 15.4749C19.77 15.4465 19.7826 15.418 19.795 15.3894C20.2401 14.3657 20.4792 13.2644 20.4987 12.1483C20.5182 11.0323 20.3176 9.92331 19.9085 8.88474C19.4994 7.84618 18.8898 6.89836 18.1144 6.0954C17.339 5.29245 16.413 4.65009 15.3894 4.20499C14.3657 3.75989 13.2644 3.52078 12.1483 3.50129ZM12 7.99999C9.79087 7.99999 8.00001 9.79085 8.00001 12C8.00001 14.2091 9.79087 16 12 16C13.6343 16 15.0413 15.0198 15.662 13.6122C15.8791 13.12 16 12.5751 16 12C16 9.79085 14.2091 7.99999 12 7.99999Z"
fill="currentColor"
/>
</svg>
);
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
import React from 'react';

import { IconProps } from '../IconRoot';

export const MessageAltFill: React.FC<IconProps> = (props) => (
<svg width="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M2.50011 11.75C2.50011 6.36522 6.86533 2 12.2501 2C17.6349 2 22.0001 6.36522 22.0001 11.75C22.0001 17.1348 17.6349 21.5 12.2501 21.5C11.0916 21.5 9.97873 21.2976 8.94594 20.9257C8.326 20.7024 7.71708 20.6381 7.18113 20.7882L4.23628 21.6127C3.10991 21.9281 2.072 20.8902 2.38739 19.7638L3.21195 16.819C3.36201 16.283 3.29772 15.6741 3.07444 15.0542C2.70248 14.0214 2.50011 12.9085 2.50011 11.75ZM7.00012 13.75C7.00012 13.3358 7.33591 13 7.75012 13H12.2501C12.6643 13 13.0001 13.3358 13.0001 13.75C13.0001 14.1642 12.6643 14.5 12.2501 14.5H7.75012C7.33591 14.5 7.00012 14.1642 7.00012 13.75ZM7.75012 9.5C7.33591 9.5 7.00012 9.83579 7.00012 10.25C7.00012 10.6642 7.33591 11 7.75012 11H16.7501C17.1643 11 17.5001 10.6642 17.5001 10.25C17.5001 9.83579 17.1643 9.5 16.7501 9.5H7.75012Z"
fill="currentColor"
/>
</svg>
);
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
import React from 'react';

import { IconProps } from '../IconRoot';

export const MessageAltOutline: React.FC<IconProps> = (props) => (
<svg width="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
<path
d="M7.00011 13.75C7.00011 13.3358 7.33589 13 7.75011 13H12.2501C12.6643 13 13.0001 13.3358 13.0001 13.75C13.0001 14.1642 12.6643 14.5 12.2501 14.5H7.75011C7.33589 14.5 7.00011 14.1642 7.00011 13.75Z"
fill="currentColor"
/>
<path
d="M7.75011 9.5C7.33589 9.5 7.00011 9.83579 7.00011 10.25C7.00011 10.6642 7.33589 11 7.75011 11H16.7501C17.1643 11 17.5001 10.6642 17.5001 10.25C17.5001 9.83579 17.1643 9.5 16.7501 9.5H7.75011Z"
fill="currentColor"
/>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M2.50011 11.75C2.50011 6.36522 6.86533 2 12.2501 2C17.6349 2 22.0001 6.36522 22.0001 11.75C22.0001 17.1348 17.6349 21.5 12.2501 21.5C11.0916 21.5 9.97873 21.2976 8.94594 20.9257C8.326 20.7024 7.71708 20.6381 7.18113 20.7882L4.23628 21.6127C3.10991 21.9281 2.072 20.8902 2.38739 19.7638L3.21195 16.819C3.36201 16.283 3.29772 15.6741 3.07444 15.0542C2.70248 14.0214 2.50011 12.9085 2.50011 11.75ZM12.2501 3.5C7.69376 3.5 4.00011 7.19365 4.00011 11.75C4.00011 12.7328 4.17162 13.6738 4.4857 14.5459C4.77731 15.3556 4.91603 16.2961 4.65639 17.2234L3.83183 20.1683L6.77669 19.3437C7.70397 19.0841 8.64454 19.2228 9.45421 19.5144C10.3263 19.8285 11.2674 20 12.2501 20C16.8065 20 20.5001 16.3063 20.5001 11.75C20.5001 7.19365 16.8065 3.5 12.2501 3.5Z"
fill="currentColor"
/>
</svg>
);
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
import React from 'react';

import { IconProps } from '../IconRoot';

export const MessageAttentionFill: React.FC<IconProps> = (props) => (
<svg width="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M4.00011 11.75C4.00011 7.19365 7.69376 3.5 12.2501 3.5C16.8065 3.5 20.5001 7.19365 20.5001 11.75C20.5001 16.3063 16.8065 20 12.2501 20C11.2674 20 10.3263 19.8285 9.45421 19.5144C8.64454 19.2228 7.70397 19.0841 6.77669 19.3437L3.83183 20.1683L4.65639 17.2234C4.91603 16.2961 4.77731 15.3556 4.4857 14.5459C4.17162 13.6738 4.00011 12.7328 4.00011 11.75ZM12.2501 2C6.86533 2 2.50011 6.36522 2.50011 11.75C2.50011 12.9085 2.70248 14.0214 3.07444 15.0542C3.29772 15.6741 3.36201 16.283 3.21195 16.819L2.38739 19.7638C2.072 20.8902 3.10991 21.9281 4.23628 21.6127L7.18113 20.7882C7.71708 20.6381 8.326 20.7024 8.94594 20.9257C9.97873 21.2976 11.0916 21.5 12.2501 21.5C17.6349 21.5 22.0001 17.1348 22.0001 11.75C22.0001 6.36522 17.6349 2 12.2501 2ZM12.0001 7C12.5524 7 13.0001 7.44772 13.0001 8V12C13.0001 12.5523 12.5524 13 12.0001 13C11.4478 13 11.0001 12.5523 11.0001 12V8C11.0001 7.44772 11.4478 7 12.0001 7ZM13.0001 16C13.0001 16.5523 12.5524 17 12.0001 17C11.4478 17 11.0001 16.5523 11.0001 16C11.0001 15.4477 11.4478 15 12.0001 15C12.5524 15 13.0001 15.4477 13.0001 16Z"
fill="currentColor"
/>
</svg>
);
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
import React from 'react';

import { IconProps } from '../IconRoot';

export const MessageAttentionOutline: React.FC<IconProps> = (props) => (
<svg width="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M12.2501 2C6.86533 2 2.50011 6.36522 2.50011 11.75C2.50011 12.9085 2.70248 14.0214 3.07444 15.0542C3.29772 15.6741 3.36201 16.283 3.21195 16.819L2.38739 19.7638C2.072 20.8902 3.10991 21.9281 4.23628 21.6127L7.18113 20.7882C7.71708 20.6381 8.326 20.7024 8.94594 20.9257C9.97873 21.2976 11.0916 21.5 12.2501 21.5C17.6349 21.5 22.0001 17.1348 22.0001 11.75C22.0001 6.36522 17.6349 2 12.2501 2ZM12.0001 7C12.5524 7 13.0001 7.44772 13.0001 8V12C13.0001 12.5523 12.5524 13 12.0001 13C11.4478 13 11.0001 12.5523 11.0001 12V8C11.0001 7.44772 11.4478 7 12.0001 7ZM13.0001 16C13.0001 16.5523 12.5524 17 12.0001 17C11.4478 17 11.0001 16.5523 11.0001 16C11.0001 15.4477 11.4478 15 12.0001 15C12.5524 15 13.0001 15.4477 13.0001 16Z"
fill="currentColor"
/>
</svg>
);
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
import React from 'react';

import { IconProps } from '../IconRoot';

export const MessageChatFill: React.FC<IconProps> = (props) => (
<svg width="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M12.2501 2C6.86533 2 2.50011 6.36522 2.50011 11.75C2.50011 12.9085 2.70248 14.0214 3.07444 15.0542C3.29772 15.6741 3.36201 16.283 3.21195 16.819L2.38739 19.7638C2.072 20.8902 3.10991 21.9281 4.23628 21.6127L7.18113 20.7882C7.71708 20.6381 8.326 20.7024 8.94594 20.9257C9.97873 21.2976 11.0916 21.5 12.2501 21.5C17.6349 21.5 22.0001 17.1348 22.0001 11.75C22.0001 6.36522 17.6349 2 12.2501 2ZM16.5001 13.5C17.3285 13.5 18.0001 12.8284 18.0001 12C18.0001 11.1716 17.3285 10.5 16.5001 10.5C15.6717 10.5 15.0001 11.1716 15.0001 12C15.0001 12.8284 15.6717 13.5 16.5001 13.5ZM13.5001 12C13.5001 12.8284 12.8285 13.5 12.0001 13.5C11.1717 13.5 10.5001 12.8284 10.5001 12C10.5001 11.1716 11.1717 10.5 12.0001 10.5C12.8285 10.5 13.5001 11.1716 13.5001 12ZM7.50012 13.5C8.32855 13.5 9.00012 12.8284 9.00012 12C9.00012 11.1716 8.32855 10.5 7.50012 10.5C6.67169 10.5 6.00012 11.1716 6.00012 12C6.00012 12.8284 6.67169 13.5 7.50012 13.5Z"
fill="currentColor"
/>
</svg>
);
Loading

0 comments on commit 46404ab

Please sign in to comment.