refactor(icons): update add-remove icon components svg attributes and paths

This commit is contained in:
2026-04-26 09:53:17 -04:00
parent f9cf825648
commit 85d94fe135
+229 -198
View File
@@ -1,254 +1,285 @@
export const Add01Icon = (props) => ( const m = (fn, keywords) => Object.assign(fn, { keywords, category: 'Ajouter + Supprimer' });
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} color={"currentColor"} fill={"none"} {...props}>
<path d="M11.001 19.002V13.002H5C4.44772 13.002 4 12.5543 4 12.002C4 11.4498 4.44772 11.002 5 11.002H11.001V5.00009C11.001 4.44781 11.4487 4.00009 12.001 4.00009C12.5533 4.0001 13.001 4.44781 13.001 5.00009V11.002H19.002L19.1045 11.0069C19.6086 11.0583 20.002 11.4844 20.002 12.002C20.002 12.5197 19.6086 12.9458 19.1045 12.9972L19.002 13.002H13.001V19.002C13.001 19.5543 12.5533 20.002 12.001 20.002C11.4487 20.002 11.001 19.5543 11.001 19.002Z" fill="currentColor"></path>
</svg>
);
Add01Icon.keywords = ['add', 'plus', 'create', 'new', 'insert', 'cross', 'ajouter', 'nouveau', 'créer', 'insérer'];
Add01Icon.category = 'Add + Remove';
export const Add02Icon = (props) => ( export const Add01Icon = m(
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} color={"currentColor"} fill={"none"} {...props}> (props) => (
<path d="M18.502 9.75488H14.25V5.50293C14.25 4.33904 13.3659 3.3815 12.2324 3.26563L12.0029 3.25391C10.7603 3.2531 9.75195 4.26026 9.75195 5.50293V9.75488H5.49902C4.25692 9.75488 3.25 10.7618 3.25 12.0039C3.25 13.246 4.25692 14.2529 5.49902 14.2529H9.75195V18.5059C9.75195 19.748 10.7589 20.7549 12.001 20.7549C13.2431 20.7549 14.25 19.748 14.25 18.5059V14.2529H18.502C19.7433 14.2529 20.7499 13.2472 20.751 12.0059L20.7393 11.7754C20.6247 10.6407 19.667 9.75488 18.502 9.75488Z" fill="currentColor" /> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} color={"currentColor"} fill={"none"} {...props}>
</svg> <path d="M11.001 19.002V13.002H5C4.44772 13.002 4 12.5543 4 12.002C4 11.4498 4.44772 11.002 5 11.002H11.001V5.00009C11.001 4.44781 11.4487 4.00009 12.001 4.00009C12.5533 4.0001 13.001 4.44781 13.001 5.00009V11.002H19.002L19.1045 11.0069C19.6086 11.0583 20.002 11.4844 20.002 12.002C20.002 12.5197 19.6086 12.9458 19.1045 12.9972L19.002 13.002H13.001V19.002C13.001 19.5543 12.5533 20.002 12.001 20.002C11.4487 20.002 11.001 19.5543 11.001 19.002Z" fill="currentColor"></path>
</svg>
),
['add', 'plus', 'create', 'new', 'insert', 'cross', 'ajouter', 'nouveau', 'créer', 'insérer'],
); );
Add02Icon.keywords = ['add', 'plus', 'create', 'new', 'insert', 'cross', 'ajouter', 'nouveau', 'créer', 'insérer'];
Add02Icon.category = 'Add + Remove';
export const AddCircleIcon = (props) => ( export const Add02Icon = m(
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} color={"currentColor"} fill={"none"} {...props}> (props) => (
<path d="M12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25ZM12 7C11.4477 7 11 7.44772 11 8V11H8C7.44772 11 7 11.4477 7 12C7 12.5523 7.44772 13 8 13H11V16C11 16.5523 11.4477 17 12 17C12.5523 17 13 16.5523 13 16V13H16C16.5523 13 17 12.5523 17 12C17 11.4477 16.5523 11 16 11H13V8C13 7.44772 12.5523 7 12 7Z" fill="currentColor"></path> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} color={"currentColor"} fill={"none"} {...props}>
</svg> <path d="M18.502 9.75488H14.25V5.50293C14.25 4.33904 13.3659 3.3815 12.2324 3.26563L12.0029 3.25391C10.7603 3.2531 9.75195 4.26026 9.75195 5.50293V9.75488H5.49902C4.25692 9.75488 3.25 10.7618 3.25 12.0039C3.25 13.246 4.25692 14.2529 5.49902 14.2529H9.75195V18.5059C9.75195 19.748 10.7589 20.7549 12.001 20.7549C13.2431 20.7549 14.25 19.748 14.25 18.5059V14.2529H18.502C19.7433 14.2529 20.7499 13.2472 20.751 12.0059L20.7393 11.7754C20.6247 10.6407 19.667 9.75488 18.502 9.75488Z" fill="currentColor" />
</svg>
),
['add', 'plus', 'create', 'new', 'insert', 'cross', 'ajouter', 'nouveau', 'créer', 'insérer'],
); );
AddCircleIcon.keywords = ['add', 'plus', 'create', 'new', 'insert', 'circle', 'round', 'ajouter', 'nouveau', 'créer', 'insérer', 'cercle'];
AddCircleIcon.category = 'Add + Remove';
export const AddCircleHalfDotIcon = (props) => ( export const AddCircleIcon = m(
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} color={"currentColor"} fill={"none"} {...props}> (props) => (
<path d="M2.22727 11.0229C1.68754 11.0229 1.25 11.4604 1.25 12.0001C1.25 17.9372 6.06294 22.7501 12 22.7501C17.9371 22.7501 22.75 17.9372 22.75 12.0001C22.75 6.06306 17.9371 1.25012 12 1.25012C11.4603 1.25012 11.0227 1.68766 11.0227 2.22739C11.0227 2.76713 11.4603 3.20467 12 3.20467C16.8576 3.20467 20.7955 7.14253 20.7955 12.0001C20.7955 16.8577 16.8576 20.7956 12 20.7956C7.1424 20.7956 3.20455 16.8577 3.20455 12.0001C3.20455 11.4604 2.76701 11.0229 2.22727 11.0229Z" fill="currentColor"></path> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} color={"currentColor"} fill={"none"} {...props}>
<path d="M2.40097 9.9091C2.91416 10.0757 3.46525 9.79512 3.6321 9.28208C3.88393 8.50635 4.24111 7.77699 4.68668 7.11185L4.88328 6.83031C5.2009 6.39393 5.10493 5.78223 4.66855 5.46461C4.25946 5.16696 3.69626 5.23313 3.36583 5.60204L3.30285 5.6803C2.64593 6.58291 2.12544 7.59229 1.77299 8.67797C1.60637 9.19124 1.88777 9.74235 2.40097 9.9091Z" fill="currentColor"></path> <path d="M12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25ZM12 7C11.4477 7 11 7.44772 11 8V11H8C7.44772 11 7 11.4477 7 12C7 12.5523 7.44772 13 8 13H11V16C11 16.5523 11.4477 17 12 17C12.5523 17 13 16.5523 13 16V13H16C16.5523 13 17 12.5523 17 12C17 11.4477 16.5523 11 16 11H13V8C13 7.44772 12.5523 7 12 7Z" fill="currentColor"></path>
<path d="M9.90898 2.40109C9.75267 1.92003 9.25825 1.64292 8.77424 1.74735L8.67785 1.77407C7.72806 2.08246 6.83635 2.51903 6.02375 3.06342L5.68018 3.30297C5.24379 3.62058 5.14783 4.23228 5.46544 4.66867C5.76327 5.07751 6.31843 5.18727 6.7462 4.9378L6.83019 4.8834C7.47684 4.41275 8.18966 4.02833 8.95175 3.74675L9.28101 3.63222C9.7943 3.46551 10.0757 2.91441 9.90898 2.40109Z" fill="currentColor"></path> </svg>
<path d="M11 16.0001V13.0001H8C7.44772 13.0001 7 12.5524 7 12.0001C7 11.4478 7.44772 11.0001 8 11.0001H11V8.00012C11 7.44784 11.4477 7.00012 12 7.00012C12.5523 7.00012 13 7.44784 13 8.00012V11.0001H16L16.1025 11.005C16.6067 11.0563 17 11.4824 17 12.0001C17 12.5178 16.6067 12.9439 16.1025 12.9952L16 13.0001H13V16.0001C13 16.5524 12.5523 17.0001 12 17.0001C11.4477 17.0001 11 16.5524 11 16.0001Z" fill="currentColor"></path> ),
</svg> ['add', 'plus', 'create', 'new', 'insert', 'circle', 'round', 'ajouter', 'nouveau', 'créer', 'insérer', 'cercle'],
); );
AddCircleHalfDotIcon.keywords = ['add', 'plus', 'create', 'new', 'insert', 'circle', 'half', 'dot', 'ajouter', 'nouveau', 'créer', 'insérer', 'cercle', 'moitié', 'point'];
AddCircleHalfDotIcon.category = 'Add + Remove';
export const AddSquareIcon = (props) => ( export const AddCircleHalfDotIcon = m(
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} color={"currentColor"} fill={"none"} {...props}> (props) => (
<path d="M12.0527 22.2501C14.2453 22.2501 15.9673 22.2501 17.3115 22.0694C18.6882 21.8843 19.7805 21.4969 20.6387 20.6387C21.4969 19.7805 21.8842 18.6882 22.0693 17.3116C22.25 15.9673 22.25 14.2454 22.25 12.0528V11.9473C22.25 9.75473 22.25 8.03279 22.0693 6.68853C21.8842 5.31187 21.4969 4.21958 20.6387 3.36138C19.7805 2.50318 18.6882 2.1158 17.3115 1.93072C15.9673 1.75003 14.2453 1.75004 12.0527 1.75005H11.9473C9.75468 1.75004 8.03274 1.75003 6.68848 1.93072C5.31182 2.1158 4.21953 2.50318 3.36133 3.36138C2.50313 4.21958 2.11575 5.31187 1.93066 6.68853C1.74998 8.03279 1.74999 9.75473 1.75 11.9473V12.0528C1.74999 14.2454 1.74998 15.9673 1.93066 17.3116C2.11575 18.6882 2.50313 19.7805 3.36133 20.6387C4.21953 21.4969 5.31182 21.8843 6.68848 22.0694C8.03274 22.2501 9.75468 22.2501 11.9473 22.2501H12.0527ZM12 17.0001C11.4477 17.0001 11 16.5523 11 16.0001V13.0001H8C7.44772 13.0001 7 12.5523 7 12.0001C7 11.4478 7.44772 11.0001 8 11.0001H11V8.00005C11 7.44777 11.4477 7.00005 12 7.00005C12.5523 7.00005 13 7.44777 13 8.00005V11.0001H16L16.1025 11.0049C16.6067 11.0563 17 11.4824 17 12.0001C17 12.5177 16.6067 12.9438 16.1025 12.9952L16 13.0001H13V16.0001C13 16.5523 12.5523 17.0001 12 17.0001Z" fill="currentColor"></path> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} color={"currentColor"} fill={"none"} {...props}>
</svg> <path d="M2.22727 11.0229C1.68754 11.0229 1.25 11.4604 1.25 12.0001C1.25 17.9372 6.06294 22.7501 12 22.7501C17.9371 22.7501 22.75 17.9372 22.75 12.0001C22.75 6.06306 17.9371 1.25012 12 1.25012C11.4603 1.25012 11.0227 1.68766 11.0227 2.22739C11.0227 2.76713 11.4603 3.20467 12 3.20467C16.8576 3.20467 20.7955 7.14253 20.7955 12.0001C20.7955 16.8577 16.8576 20.7956 12 20.7956C7.1424 20.7956 3.20455 16.8577 3.20455 12.0001C3.20455 11.4604 2.76701 11.0229 2.22727 11.0229Z" fill="currentColor"></path>
<path d="M2.40097 9.9091C2.91416 10.0757 3.46525 9.79512 3.6321 9.28208C3.88393 8.50635 4.24111 7.77699 4.68668 7.11185L4.88328 6.83031C5.2009 6.39393 5.10493 5.78223 4.66855 5.46461C4.25946 5.16696 3.69626 5.23313 3.36583 5.60204L3.30285 5.6803C2.64593 6.58291 2.12544 7.59229 1.77299 8.67797C1.60637 9.19124 1.88777 9.74235 2.40097 9.9091Z" fill="currentColor"></path>
<path d="M9.90898 2.40109C9.75267 1.92003 9.25825 1.64292 8.77424 1.74735L8.67785 1.77407C7.72806 2.08246 6.83635 2.51903 6.02375 3.06342L5.68018 3.30297C5.24379 3.62058 5.14783 4.23228 5.46544 4.66867C5.76327 5.07751 6.31843 5.18727 6.7462 4.9378L6.83019 4.8834C7.47684 4.41275 8.18966 4.02833 8.95175 3.74675L9.28101 3.63222C9.7943 3.46551 10.0757 2.91441 9.90898 2.40109Z" fill="currentColor"></path>
<path d="M11 16.0001V13.0001H8C7.44772 13.0001 7 12.5524 7 12.0001C7 11.4478 7.44772 11.0001 8 11.0001H11V8.00012C11 7.44784 11.4477 7.00012 12 7.00012C12.5523 7.00012 13 7.44784 13 8.00012V11.0001H16L16.1025 11.005C16.6067 11.0563 17 11.4824 17 12.0001C17 12.5178 16.6067 12.9439 16.1025 12.9952L16 13.0001H13V16.0001C13 16.5524 12.5523 17.0001 12 17.0001C11.4477 17.0001 11 16.5524 11 16.0001Z" fill="currentColor"></path>
</svg>
),
['add', 'plus', 'create', 'new', 'insert', 'circle', 'half', 'dot', 'ajouter', 'nouveau', 'créer', 'insérer', 'cercle', 'moitié', 'point'],
); );
AddSquareIcon.keywords = ['add', 'plus', 'create', 'new', 'insert', 'square', 'ajouter', 'nouveau', 'créer', 'insérer', 'carré'];
AddSquareIcon.category = 'Add + Remove';
export const Cancel01Icon = (props) => ( export const AddSquareIcon = m(
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} color={"currentColor"} fill={"none"} {...props}> (props) => (
<path d="M17.293 5.29295C17.6835 4.90243 18.3165 4.90243 18.707 5.29295C19.0976 5.68348 19.0976 6.31649 18.707 6.70702L13.4131 12L18.7061 17.293L18.7754 17.3691C19.0954 17.7619 19.0721 18.341 18.7061 18.707C18.3399 19.0731 17.7609 19.0958 17.3682 18.7754L17.292 18.707L11.999 13.414L6.70802 18.706C6.3175 19.0966 5.68449 19.0965 5.29396 18.706C4.90344 18.3155 4.90344 17.6825 5.29396 17.292L10.585 12L5.29298 6.70799L5.22462 6.63182C4.90423 6.23907 4.92691 5.66007 5.29298 5.29393C5.65897 4.92794 6.23811 4.9046 6.63087 5.22459L6.70705 5.29393L11.999 10.5859L17.293 5.29295Z" fill="currentColor"></path> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} color={"currentColor"} fill={"none"} {...props}>
</svg> <path d="M12.0527 22.2501C14.2453 22.2501 15.9673 22.2501 17.3115 22.0694C18.6882 21.8843 19.7805 21.4969 20.6387 20.6387C21.4969 19.7805 21.8842 18.6882 22.0693 17.3116C22.25 15.9673 22.25 14.2454 22.25 12.0528V11.9473C22.25 9.75473 22.25 8.03279 22.0693 6.68853C21.8842 5.31187 21.4969 4.21958 20.6387 3.36138C19.7805 2.50318 18.6882 2.1158 17.3115 1.93072C15.9673 1.75003 14.2453 1.75004 12.0527 1.75005H11.9473C9.75468 1.75004 8.03274 1.75003 6.68848 1.93072C5.31182 2.1158 4.21953 2.50318 3.36133 3.36138C2.50313 4.21958 2.11575 5.31187 1.93066 6.68853C1.74998 8.03279 1.74999 9.75473 1.75 11.9473V12.0528C1.74999 14.2454 1.74998 15.9673 1.93066 17.3116C2.11575 18.6882 2.50313 19.7805 3.36133 20.6387C4.21953 21.4969 5.31182 21.8843 6.68848 22.0694C8.03274 22.2501 9.75468 22.2501 11.9473 22.2501H12.0527ZM12 17.0001C11.4477 17.0001 11 16.5523 11 16.0001V13.0001H8C7.44772 13.0001 7 12.5523 7 12.0001C7 11.4478 7.44772 11.0001 8 11.0001H11V8.00005C11 7.44777 11.4477 7.00005 12 7.00005C12.5523 7.00005 13 7.44777 13 8.00005V11.0001H16L16.1025 11.0049C16.6067 11.0563 17 11.4824 17 12.0001C17 12.5177 16.6067 12.9438 16.1025 12.9952L16 13.0001H13V16.0001C13 16.5523 12.5523 17.0001 12 17.0001Z" fill="currentColor"></path>
</svg>
),
['add', 'plus', 'create', 'new', 'insert', 'square', 'ajouter', 'nouveau', 'créer', 'insérer', 'carré'],
); );
Cancel01Icon.keywords = ['cancel', 'close', 'dismiss', 'remove', 'cross', 'x', 'annuler', 'fermer', 'supprimer', 'croix'];
Cancel01Icon.category = 'Add + Remove';
export const Cancel02Icon = (props) => ( export const Cancel01Icon = m(
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} color={"currentColor"} fill={"none"} {...props}> (props) => (
<path d="M8.04879 4.90164C7.17972 4.03286 5.7703 4.03271 4.90133 4.90164C4.03235 5.7706 4.03246 7.18006 4.90133 8.0491L8.8525 12.0003L4.90133 15.9514C4.03246 16.8205 4.03234 18.2299 4.90133 19.0989C5.7703 19.9678 7.17972 19.9677 8.04879 19.0989L12 15.1468L15.9511 19.0979L16.1201 19.2503C16.9937 19.9629 18.2827 19.9127 19.0976 19.0989L19.25 18.93C19.9163 18.1141 19.9169 16.9356 19.2509 16.1194L19.0986 15.9505L15.1474 12.0003L19.0986 8.05007L19.2509 7.88113C19.9162 7.06573 19.9166 5.8884 19.2519 5.07254L19.0996 4.90359C18.2849 4.08792 16.9946 4.03694 16.1201 4.75027L15.9511 4.90261L12 8.85281L8.04879 4.90164Z" fill="currentColor"></path> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} color={"currentColor"} fill={"none"} {...props}>
</svg> <path d="M17.293 5.29295C17.6835 4.90243 18.3165 4.90243 18.707 5.29295C19.0976 5.68348 19.0976 6.31649 18.707 6.70702L13.4131 12L18.7061 17.293L18.7754 17.3691C19.0954 17.7619 19.0721 18.341 18.7061 18.707C18.3399 19.0731 17.7609 19.0958 17.3682 18.7754L17.292 18.707L11.999 13.414L6.70802 18.706C6.3175 19.0966 5.68449 19.0965 5.29396 18.706C4.90344 18.3155 4.90344 17.6825 5.29396 17.292L10.585 12L5.29298 6.70799L5.22462 6.63182C4.90423 6.23907 4.92691 5.66007 5.29298 5.29393C5.65897 4.92794 6.23811 4.9046 6.63087 5.22459L6.70705 5.29393L11.999 10.5859L17.293 5.29295Z" fill="currentColor"></path>
</svg>
),
['cancel', 'close', 'dismiss', 'remove', 'cross', 'x', 'annuler', 'fermer', 'supprimer', 'croix'],
); );
Cancel02Icon.keywords = ['cancel', 'close', 'dismiss', 'remove', 'cross', 'x', 'annuler', 'fermer', 'supprimer', 'croix'];
Cancel02Icon.category = 'Add + Remove';
export const CancelCircleIcon = (props) => ( export const Cancel02Icon = m(
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} color={"currentColor"} fill={"none"} {...props}> (props) => (
<path d="M12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25ZM9.63086 8.22461C9.2381 7.90427 8.65909 7.92689 8.29297 8.29297C7.92698 8.65909 7.90429 9.23813 8.22461 9.63086L8.29297 9.70703L10.5859 12L8.29395 14.293C7.90357 14.6835 7.90344 15.3166 8.29395 15.707C8.68447 16.0972 9.31758 16.0974 9.70801 15.707L12 13.4141L14.292 15.707L14.3682 15.7754C14.7608 16.0957 15.3399 16.0729 15.7061 15.707C16.0721 15.3411 16.0954 14.7619 15.7754 14.3691L15.7061 14.293L13.4131 12L15.707 9.70703L15.7754 9.63086C16.0957 9.23812 16.073 8.65909 15.707 8.29297C15.3409 7.92689 14.7619 7.90427 14.3691 8.22461L14.293 8.29297L12 10.5859L9.70703 8.29297L9.63086 8.22461Z" fill="currentColor"></path> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} color={"currentColor"} fill={"none"} {...props}>
</svg> <path d="M8.04879 4.90164C7.17972 4.03286 5.7703 4.03271 4.90133 4.90164C4.03235 5.7706 4.03246 7.18006 4.90133 8.0491L8.8525 12.0003L4.90133 15.9514C4.03246 16.8205 4.03234 18.2299 4.90133 19.0989C5.7703 19.9678 7.17972 19.9677 8.04879 19.0989L12 15.1468L15.9511 19.0979L16.1201 19.2503C16.9937 19.9629 18.2827 19.9127 19.0976 19.0989L19.25 18.93C19.9163 18.1141 19.9169 16.9356 19.2509 16.1194L19.0986 15.9505L15.1474 12.0003L19.0986 8.05007L19.2509 7.88113C19.9162 7.06573 19.9166 5.8884 19.2519 5.07254L19.0996 4.90359C18.2849 4.08792 16.9946 4.03694 16.1201 4.75027L15.9511 4.90261L12 8.85281L8.04879 4.90164Z" fill="currentColor"></path>
</svg>
),
['cancel', 'close', 'dismiss', 'remove', 'cross', 'x', 'annuler', 'fermer', 'supprimer', 'croix'],
); );
CancelCircleIcon.keywords = ['cancel', 'close', 'dismiss', 'remove', 'cross', 'x', 'circle', 'round', 'annuler', 'fermer', 'supprimer', 'croix', 'cercle'];
CancelCircleIcon.category = 'Add + Remove';
export const CancelCircleHalfDotIcon = (props) => ( export const CancelCircleIcon = m(
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} color={"currentColor"} fill={"none"} {...props}> (props) => (
<path d="M2.22727 11.0229C1.68754 11.0229 1.25 11.4604 1.25 12.0001C1.25 17.9372 6.06294 22.7501 12 22.7501C17.9371 22.7501 22.75 17.9372 22.75 12.0001C22.75 6.06306 17.9371 1.25012 12 1.25012C11.4603 1.25012 11.0227 1.68766 11.0227 2.22739C11.0227 2.76713 11.4603 3.20467 12 3.20467C16.8576 3.20467 20.7955 7.14253 20.7955 12.0001C20.7955 16.8577 16.8576 20.7956 12 20.7956C7.1424 20.7956 3.20455 16.8577 3.20455 12.0001C3.20455 11.4604 2.76701 11.0229 2.22727 11.0229Z" fill="currentColor"></path> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} color={"currentColor"} fill={"none"} {...props}>
<path d="M2.40097 9.9091C2.91416 10.0757 3.46525 9.79512 3.6321 9.28208C3.88393 8.50635 4.24111 7.77699 4.68668 7.11185L4.88328 6.83031C5.2009 6.39393 5.10493 5.78223 4.66855 5.46461C4.25946 5.16696 3.69626 5.23313 3.36583 5.60204L3.30285 5.6803C2.64593 6.58291 2.12544 7.59229 1.77299 8.67797C1.60637 9.19124 1.88777 9.74235 2.40097 9.9091Z" fill="currentColor"></path> <path d="M12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25ZM9.63086 8.22461C9.2381 7.90427 8.65909 7.92689 8.29297 8.29297C7.92698 8.65909 7.90429 9.23813 8.22461 9.63086L8.29297 9.70703L10.5859 12L8.29395 14.293C7.90357 14.6835 7.90344 15.3166 8.29395 15.707C8.68447 16.0972 9.31758 16.0974 9.70801 15.707L12 13.4141L14.292 15.707L14.3682 15.7754C14.7608 16.0957 15.3399 16.0729 15.7061 15.707C16.0721 15.3411 16.0954 14.7619 15.7754 14.3691L15.7061 14.293L13.4131 12L15.707 9.70703L15.7754 9.63086C16.0957 9.23812 16.073 8.65909 15.707 8.29297C15.3409 7.92689 14.7619 7.90427 14.3691 8.22461L14.293 8.29297L12 10.5859L9.70703 8.29297L9.63086 8.22461Z" fill="currentColor"></path>
<path d="M9.90898 2.40109C9.75267 1.92003 9.25825 1.64292 8.77424 1.74735L8.67785 1.77407C7.72806 2.08246 6.83635 2.51903 6.02375 3.06342L5.68018 3.30297C5.24379 3.62058 5.14783 4.23228 5.46544 4.66867C5.76327 5.07751 6.31843 5.18727 6.7462 4.9378L6.83019 4.8834C7.47684 4.41275 8.18966 4.02833 8.95175 3.74675L9.28101 3.63222C9.7943 3.46551 10.0757 2.91441 9.90898 2.40109Z" fill="currentColor"></path> </svg>
<path d="M14.3692 8.22448C14.7619 7.90414 15.3409 7.92676 15.707 8.29284C16.0732 8.65895 16.0958 9.23795 15.7754 9.63073L15.707 9.7069L13.4131 11.9999L15.7061 14.2928L15.7754 14.369C16.0955 14.7618 16.0721 15.3409 15.7061 15.7069C15.3399 16.0729 14.7609 16.0957 14.3682 15.7753L14.292 15.7069L12 13.4139L9.70802 15.7069C9.31756 16.0974 8.68451 16.0973 8.29396 15.7069C7.90341 15.3164 7.90345 14.6834 8.29396 14.2928L10.5859 11.9999L8.29298 9.7069L8.22462 9.63073C7.90427 9.23795 7.92687 8.65895 8.29298 8.29284C8.6591 7.92676 9.23811 7.90414 9.63087 8.22448L9.70704 8.29284L12 10.5858L14.293 8.29284L14.3692 8.22448Z" fill="currentColor"></path> ),
</svg> ['cancel', 'close', 'dismiss', 'remove', 'cross', 'x', 'circle', 'round', 'annuler', 'fermer', 'supprimer', 'croix', 'cercle'],
); );
CancelCircleHalfDotIcon.keywords = ['cancel', 'close', 'dismiss', 'remove', 'cross', 'x', 'circle', 'half', 'dot', 'annuler', 'fermer', 'supprimer', 'croix', 'cercle', 'moitié', 'point'];
CancelCircleHalfDotIcon.category = 'Add + Remove';
export const CancelSquareIcon = (props) => ( export const CancelCircleHalfDotIcon = m(
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} color={"currentColor"} fill={"none"} {...props}> (props) => (
<path d="M12.0527 1.75C14.2453 1.74999 15.9673 1.74998 17.3115 1.93066C18.6882 2.11575 19.7805 2.50313 20.6387 3.36133C21.4969 4.21953 21.8842 5.31182 22.0693 6.68848C22.25 8.03274 22.25 9.75468 22.25 11.9473V12.0527C22.25 14.2453 22.25 15.9673 22.0693 17.3115C21.8842 18.6882 21.4969 19.7805 20.6387 20.6387C19.7805 21.4969 18.6882 21.8842 17.3115 22.0693C15.9673 22.25 14.2453 22.25 12.0527 22.25H11.9473C9.75468 22.25 8.03274 22.25 6.68848 22.0693C5.31182 21.8842 4.21953 21.4969 3.36133 20.6387C2.50313 19.7805 2.11575 18.6882 1.93066 17.3115C1.74998 15.9673 1.74999 14.2453 1.75 12.0527V11.9473C1.74999 9.75468 1.74998 8.03274 1.93066 6.68848C2.11575 5.31182 2.50313 4.21953 3.36133 3.36133C4.21953 2.50313 5.31182 2.11575 6.68848 1.93066C8.03274 1.74998 9.75468 1.74999 11.9473 1.75H12.0527ZM15.707 8.29297C15.3165 7.90246 14.6835 7.90247 14.293 8.29297L11.999 10.585L9.70703 8.29297L9.63086 8.22461C9.23816 7.90448 8.65903 7.9271 8.29297 8.29297C7.9268 8.6592 7.90398 9.23908 8.22461 9.63184L8.29297 9.70801L10.585 12L8.29297 14.292C7.90247 14.6825 7.90247 15.3165 8.29297 15.707C8.65903 16.0728 9.23818 16.0955 9.63086 15.7754L9.70703 15.707L11.999 13.4141L14.293 15.707L14.3691 15.7754C14.7619 16.0957 15.3409 16.0731 15.707 15.707C16.0731 15.3409 16.0957 14.7619 15.7754 14.3691L15.707 14.293L13.4141 12L15.707 9.70703C16.0975 9.31653 16.0975 8.6835 15.707 8.29297Z" fill="currentColor"></path> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} color={"currentColor"} fill={"none"} {...props}>
</svg> <path d="M2.22727 11.0229C1.68754 11.0229 1.25 11.4604 1.25 12.0001C1.25 17.9372 6.06294 22.7501 12 22.7501C17.9371 22.7501 22.75 17.9372 22.75 12.0001C22.75 6.06306 17.9371 1.25012 12 1.25012C11.4603 1.25012 11.0227 1.68766 11.0227 2.22739C11.0227 2.76713 11.4603 3.20467 12 3.20467C16.8576 3.20467 20.7955 7.14253 20.7955 12.0001C20.7955 16.8577 16.8576 20.7956 12 20.7956C7.1424 20.7956 3.20455 16.8577 3.20455 12.0001C3.20455 11.4604 2.76701 11.0229 2.22727 11.0229Z" fill="currentColor"></path>
<path d="M2.40097 9.9091C2.91416 10.0757 3.46525 9.79512 3.6321 9.28208C3.88393 8.50635 4.24111 7.77699 4.68668 7.11185L4.88328 6.83031C5.2009 6.39393 5.10493 5.78223 4.66855 5.46461C4.25946 5.16696 3.69626 5.23313 3.36583 5.60204L3.30285 5.6803C2.64593 6.58291 2.12544 7.59229 1.77299 8.67797C1.60637 9.19124 1.88777 9.74235 2.40097 9.9091Z" fill="currentColor"></path>
<path d="M9.90898 2.40109C9.75267 1.92003 9.25825 1.64292 8.77424 1.74735L8.67785 1.77407C7.72806 2.08246 6.83635 2.51903 6.02375 3.06342L5.68018 3.30297C5.24379 3.62058 5.14783 4.23228 5.46544 4.66867C5.76327 5.07751 6.31843 5.18727 6.7462 4.9378L6.83019 4.8834C7.47684 4.41275 8.18966 4.02833 8.95175 3.74675L9.28101 3.63222C9.7943 3.46551 10.0757 2.91441 9.90898 2.40109Z" fill="currentColor"></path>
<path d="M14.3692 8.22448C14.7619 7.90414 15.3409 7.92676 15.707 8.29284C16.0732 8.65895 16.0958 9.23795 15.7754 9.63073L15.707 9.7069L13.4131 11.9999L15.7061 14.2928L15.7754 14.369C16.0955 14.7618 16.0721 15.3409 15.7061 15.7069C15.3399 16.0729 14.7609 16.0957 14.3682 15.7753L14.292 15.7069L12 13.4139L9.70802 15.7069C9.31756 16.0974 8.68451 16.0973 8.29396 15.7069C7.90341 15.3164 7.90345 14.6834 8.29396 14.2928L10.5859 11.9999L8.29298 9.7069L8.22462 9.63073C7.90427 9.23795 7.92687 8.65895 8.29298 8.29284C8.6591 7.92676 9.23811 7.90414 9.63087 8.22448L9.70704 8.29284L12 10.5858L14.293 8.29284L14.3692 8.22448Z" fill="currentColor"></path>
</svg>
),
['cancel', 'close', 'dismiss', 'remove', 'cross', 'x', 'circle', 'half', 'dot', 'annuler', 'fermer', 'supprimer', 'croix', 'cercle', 'moitié', 'point'],
); );
CancelSquareIcon.keywords = ['cancel', 'close', 'dismiss', 'remove', 'cross', 'x', 'square', 'annuler', 'fermer', 'supprimer', 'croix', 'carré'];
CancelSquareIcon.category = 'Add + Remove';
export const Delete01Icon = (props) => ( export const CancelSquareIcon = m(
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} color={"currentColor"} fill={"none"} {...props}> (props) => (
<path d="M19.5825 15.6564C19.5058 16.9096 19.4449 17.9041 19.3202 18.6984C19.1922 19.5131 18.9874 20.1915 18.5777 20.7849C18.2029 21.3278 17.7204 21.786 17.1608 22.1303C16.5491 22.5067 15.8661 22.6713 15.0531 22.75L8.92739 22.7499C8.1135 22.671 7.42972 22.5061 6.8176 22.129C6.25763 21.7841 5.77494 21.3251 5.40028 20.7813C4.99073 20.1869 4.78656 19.5075 4.65957 18.6917C4.53574 17.8962 4.47623 16.9003 4.40122 15.6453L3.75 4.75H20.25L19.5825 15.6564Z" fill="currentColor" /> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} color={"currentColor"} fill={"none"} {...props}>
<path fillRule="evenodd" clipRule="evenodd" d="M13.3473 1.28277C13.9124 1.33331 14.4435 1.50576 14.8996 1.84591C15.2369 2.09748 15.4712 2.40542 15.6714 2.73893C15.8569 3.04798 16.0437 3.4333 16.2555 3.8704L16.6823 4.7507H21C21.5523 4.7507 22 5.19842 22 5.7507C22 6.30299 21.5523 6.7507 21 6.7507C14.9998 6.7507 9.00019 6.7507 3 6.7507C2.44772 6.7507 2 6.30299 2 5.7507C2 5.19842 2.44772 4.7507 3 4.7507H7.40976L7.76556 3.97016C7.97212 3.51696 8.15403 3.11782 8.33676 2.79754C8.53387 2.45207 8.76721 2.13237 9.10861 1.87046C9.57032 1.51626 10.1121 1.33669 10.6899 1.28409C11.1249 1.24449 11.5634 1.24994 12 1.25064C12.5108 1.25146 12.97 1.24902 13.3473 1.28277ZM9.60776 4.7507H14.4597C14.233 4.28331 14.088 3.98707 13.9566 3.7682C13.7643 3.44787 13.5339 3.30745 13.1691 3.27482C12.9098 3.25163 12.5719 3.2507 12.0345 3.2507C11.4837 3.2507 11.137 3.25166 10.8712 3.27585C10.4971 3.30991 10.2639 3.45568 10.0739 3.78866C9.94941 4.00687 9.81387 4.29897 9.60776 4.7507Z" fill="currentColor" /> <path d="M12.0527 1.75C14.2453 1.74999 15.9673 1.74998 17.3115 1.93066C18.6882 2.11575 19.7805 2.50313 20.6387 3.36133C21.4969 4.21953 21.8842 5.31182 22.0693 6.68848C22.25 8.03274 22.25 9.75468 22.25 11.9473V12.0527C22.25 14.2453 22.25 15.9673 22.0693 17.3115C21.8842 18.6882 21.4969 19.7805 20.6387 20.6387C19.7805 21.4969 18.6882 21.8842 17.3115 22.0693C15.9673 22.25 14.2453 22.25 12.0527 22.25H11.9473C9.75468 22.25 8.03274 22.25 6.68848 22.0693C5.31182 21.8842 4.21953 21.4969 3.36133 20.6387C2.50313 19.7805 2.11575 18.6882 1.93066 17.3115C1.74998 15.9673 1.74999 14.2453 1.75 12.0527V11.9473C1.74999 9.75468 1.74998 8.03274 1.93066 6.68848C2.11575 5.31182 2.50313 4.21953 3.36133 3.36133C4.21953 2.50313 5.31182 2.11575 6.68848 1.93066C8.03274 1.74998 9.75468 1.74999 11.9473 1.75H12.0527ZM15.707 8.29297C15.3165 7.90246 14.6835 7.90247 14.293 8.29297L11.999 10.585L9.70703 8.29297L9.63086 8.22461C9.23816 7.90448 8.65903 7.9271 8.29297 8.29297C7.9268 8.6592 7.90398 9.23908 8.22461 9.63184L8.29297 9.70801L10.585 12L8.29297 14.292C7.90247 14.6825 7.90247 15.3165 8.29297 15.707C8.65903 16.0728 9.23818 16.0955 9.63086 15.7754L9.70703 15.707L11.999 13.4141L14.293 15.707L14.3691 15.7754C14.7619 16.0957 15.3409 16.0731 15.707 15.707C16.0731 15.3409 16.0957 14.7619 15.7754 14.3691L15.707 14.293L13.4141 12L15.707 9.70703C16.0975 9.31653 16.0975 8.6835 15.707 8.29297Z" fill="currentColor"></path>
</svg> </svg>
),
['cancel', 'close', 'dismiss', 'remove', 'cross', 'x', 'square', 'annuler', 'fermer', 'supprimer', 'croix', 'carré'],
); );
Delete01Icon.keywords = ['delete', 'trash', 'bin', 'remove', 'garbage', 'waste', 'supprimer', 'corbeille', 'poubelle', 'déchets'];
Delete01Icon.category = 'Add + Remove';
export const Delete02Icon = (props) => ( export const Delete01Icon = m(
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} color={"currentColor"} fill={"none"} {...props}> (props) => (
<path fillRule="evenodd" clipRule="evenodd" d="M19.5825 15.6564C19.5058 16.9096 19.4449 17.9041 19.3202 18.6984C19.1922 19.5131 18.9874 20.1915 18.5777 20.7849C18.2029 21.3278 17.7204 21.786 17.1608 22.1303C16.5491 22.5067 15.8661 22.6713 15.0531 22.75L8.92739 22.7499C8.1135 22.671 7.42972 22.5061 6.8176 22.129C6.25763 21.7841 5.77494 21.3251 5.40028 20.7813C4.99073 20.1869 4.78656 19.5075 4.65957 18.6917C4.53574 17.8962 4.47623 16.9003 4.40122 15.6453L3.75 4.75H20.25L19.5825 15.6564ZM9.5 17.9609C9.08579 17.9609 8.75 17.6252 8.75 17.2109L8.75 11.2109C8.75 10.7967 9.08579 10.4609 9.5 10.4609C9.91421 10.4609 10.25 10.7967 10.25 11.2109L10.25 17.2109C10.25 17.6252 9.91421 17.9609 9.5 17.9609ZM15.25 11.2109C15.25 10.7967 14.9142 10.4609 14.5 10.4609C14.0858 10.4609 13.75 10.7967 13.75 11.2109V17.2109C13.75 17.6252 14.0858 17.9609 14.5 17.9609C14.9142 17.9609 15.25 17.6252 15.25 17.2109V11.2109Z" fill="currentColor"></path> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} color={"currentColor"} fill={"none"} {...props}>
<path fillRule="evenodd" clipRule="evenodd" d="M13.3473 1.28277C13.9124 1.33331 14.4435 1.50576 14.8996 1.84591C15.2369 2.09748 15.4712 2.40542 15.6714 2.73893C15.8569 3.04798 16.0437 3.4333 16.2555 3.8704L16.6823 4.7507H21C21.5523 4.7507 22 5.19842 22 5.7507C22 6.30299 21.5523 6.7507 21 6.7507C14.9998 6.7507 9.00019 6.7507 3 6.7507C2.44772 6.7507 2 6.30299 2 5.7507C2 5.19842 2.44772 4.7507 3 4.7507H7.40976L7.76556 3.97016C7.97212 3.51696 8.15403 3.11782 8.33676 2.79754C8.53387 2.45207 8.76721 2.13237 9.10861 1.87046C9.57032 1.51626 10.1121 1.33669 10.6899 1.28409C11.1249 1.24449 11.5634 1.24994 12 1.25064C12.5108 1.25146 12.97 1.24902 13.3473 1.28277ZM9.60776 4.7507H14.4597C14.233 4.28331 14.088 3.98707 13.9566 3.7682C13.7643 3.44787 13.5339 3.30745 13.1691 3.27482C12.9098 3.25163 12.5719 3.2507 12.0345 3.2507C11.4837 3.2507 11.137 3.25166 10.8712 3.27585C10.4971 3.30991 10.2639 3.45568 10.0739 3.78866C9.94941 4.00687 9.81387 4.29897 9.60776 4.7507Z" fill="currentColor"></path> <path d="M19.5825 15.6564C19.5058 16.9096 19.4449 17.9041 19.3202 18.6984C19.1922 19.5131 18.9874 20.1915 18.5777 20.7849C18.2029 21.3278 17.7204 21.786 17.1608 22.1303C16.5491 22.5067 15.8661 22.6713 15.0531 22.75L8.92739 22.7499C8.1135 22.671 7.42972 22.5061 6.8176 22.129C6.25763 21.7841 5.77494 21.3251 5.40028 20.7813C4.99073 20.1869 4.78656 19.5075 4.65957 18.6917C4.53574 17.8962 4.47623 16.9003 4.40122 15.6453L3.75 4.75H20.25L19.5825 15.6564Z" fill="currentColor" />
</svg> <path fillRule="evenodd" clipRule="evenodd" d="M13.3473 1.28277C13.9124 1.33331 14.4435 1.50576 14.8996 1.84591C15.2369 2.09748 15.4712 2.40542 15.6714 2.73893C15.8569 3.04798 16.0437 3.4333 16.2555 3.8704L16.6823 4.7507H21C21.5523 4.7507 22 5.19842 22 5.7507C22 6.30299 21.5523 6.7507 21 6.7507C14.9998 6.7507 9.00019 6.7507 3 6.7507C2.44772 6.7507 2 6.30299 2 5.7507C2 5.19842 2.44772 4.7507 3 4.7507H7.40976L7.76556 3.97016C7.97212 3.51696 8.15403 3.11782 8.33676 2.79754C8.53387 2.45207 8.76721 2.13237 9.10861 1.87046C9.57032 1.51626 10.1121 1.33669 10.6899 1.28409C11.1249 1.24449 11.5634 1.24994 12 1.25064C12.5108 1.25146 12.97 1.24902 13.3473 1.28277ZM9.60776 4.7507H14.4597C14.233 4.28331 14.088 3.98707 13.9566 3.7682C13.7643 3.44787 13.5339 3.30745 13.1691 3.27482C12.9098 3.25163 12.5719 3.2507 12.0345 3.2507C11.4837 3.2507 11.137 3.25166 10.8712 3.27585C10.4971 3.30991 10.2639 3.45568 10.0739 3.78866C9.94941 4.00687 9.81387 4.29897 9.60776 4.7507Z" fill="currentColor" />
</svg>
),
['delete', 'trash', 'bin', 'remove', 'garbage', 'waste', 'supprimer', 'corbeille', 'poubelle', 'déchets'],
); );
Delete02Icon.keywords = ['delete', 'trash', 'bin', 'remove', 'garbage', 'waste', 'supprimer', 'corbeille', 'poubelle', 'déchets'];
Delete02Icon.category = 'Add + Remove';
export const Delete03Icon = (props) => ( export const Delete02Icon = m(
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} color={"currentColor"} fill={"none"} {...props}> (props) => (
<path fillRule="evenodd" clipRule="evenodd" d="M13.3473 1.28277C13.9124 1.33331 14.4435 1.50576 14.8996 1.84591C15.2369 2.09748 15.4712 2.40542 15.6714 2.73893C15.8569 3.04798 16.0437 3.4333 16.2555 3.8704L16.6823 4.7507H21C21.5523 4.7507 22 5.19842 22 5.7507C22 6.30299 21.5523 6.7507 21 6.7507C14.9998 6.7507 9.00019 6.7507 3 6.7507C2.44772 6.7507 2 6.30299 2 5.7507C2 5.19842 2.44772 4.7507 3 4.7507H7.40976L7.76556 3.97016C7.97212 3.51696 8.15403 3.11782 8.33676 2.79754C8.53387 2.45207 8.76721 2.13237 9.10861 1.87046C9.57032 1.51626 10.1121 1.33669 10.6899 1.28409C11.1249 1.24449 11.5634 1.24994 12 1.25064C12.5108 1.25146 12.97 1.24902 13.3473 1.28277ZM9.60776 4.7507H14.4597C14.233 4.28331 14.088 3.98707 13.9566 3.7682C13.7643 3.44787 13.5339 3.30745 13.1691 3.27482C12.9098 3.25163 12.5719 3.2507 12.0345 3.2507C11.4837 3.2507 11.137 3.25166 10.8712 3.27585C10.4971 3.30991 10.2639 3.45568 10.0739 3.78866C9.94941 4.00687 9.81387 4.29897 9.60776 4.7507Z" fill="currentColor"></path> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} color={"currentColor"} fill={"none"} {...props}>
<path fillRule="evenodd" clipRule="evenodd" d="M19.5825 15.6564C19.5058 16.9096 19.4449 17.9041 19.3202 18.6984C19.1922 19.5131 18.9874 20.1915 18.5777 20.7849C18.2029 21.3278 17.7204 21.786 17.1608 22.1303C16.5491 22.5067 15.8661 22.6713 15.0531 22.75L8.92739 22.7499C8.1135 22.671 7.42972 22.5061 6.8176 22.129C6.25763 21.7841 5.77494 21.3251 5.40028 20.7813C4.99073 20.1869 4.78656 19.5075 4.65957 18.6917C4.53574 17.8962 4.47623 16.9003 4.40122 15.6453L3.75 4.75H20.25L19.5825 15.6564ZM8.25 12.3164C8.25 11.9022 8.58579 11.5664 9 11.5664H15C15.4142 11.5664 15.75 11.9022 15.75 12.3164C15.75 12.7306 15.4142 13.0664 15 13.0664H9C8.58579 13.0664 8.25 12.7306 8.25 12.3164ZM10.5 15.4844C10.0858 15.4844 9.75 15.8202 9.75 16.2344C9.75 16.6486 10.0858 16.9844 10.5 16.9844H13.5C13.9142 16.9844 14.25 16.6486 14.25 16.2344C14.25 15.8202 13.9142 15.4844 13.5 15.4844H10.5Z" fill="currentColor"></path> <path fillRule="evenodd" clipRule="evenodd" d="M19.5825 15.6564C19.5058 16.9096 19.4449 17.9041 19.3202 18.6984C19.1922 19.5131 18.9874 20.1915 18.5777 20.7849C18.2029 21.3278 17.7204 21.786 17.1608 22.1303C16.5491 22.5067 15.8661 22.6713 15.0531 22.75L8.92739 22.7499C8.1135 22.671 7.42972 22.5061 6.8176 22.129C6.25763 21.7841 5.77494 21.3251 5.40028 20.7813C4.99073 20.1869 4.78656 19.5075 4.65957 18.6917C4.53574 17.8962 4.47623 16.9003 4.40122 15.6453L3.75 4.75H20.25L19.5825 15.6564ZM9.5 17.9609C9.08579 17.9609 8.75 17.6252 8.75 17.2109L8.75 11.2109C8.75 10.7967 9.08579 10.4609 9.5 10.4609C9.91421 10.4609 10.25 10.7967 10.25 11.2109L10.25 17.2109C10.25 17.6252 9.91421 17.9609 9.5 17.9609ZM15.25 11.2109C15.25 10.7967 14.9142 10.4609 14.5 10.4609C14.0858 10.4609 13.75 10.7967 13.75 11.2109V17.2109C13.75 17.6252 14.0858 17.9609 14.5 17.9609C14.9142 17.9609 15.25 17.6252 15.25 17.2109V11.2109Z" fill="currentColor"></path>
</svg> <path fillRule="evenodd" clipRule="evenodd" d="M13.3473 1.28277C13.9124 1.33331 14.4435 1.50576 14.8996 1.84591C15.2369 2.09748 15.4712 2.40542 15.6714 2.73893C15.8569 3.04798 16.0437 3.4333 16.2555 3.8704L16.6823 4.7507H21C21.5523 4.7507 22 5.19842 22 5.7507C22 6.30299 21.5523 6.7507 21 6.7507C14.9998 6.7507 9.00019 6.7507 3 6.7507C2.44772 6.7507 2 6.30299 2 5.7507C2 5.19842 2.44772 4.7507 3 4.7507H7.40976L7.76556 3.97016C7.97212 3.51696 8.15403 3.11782 8.33676 2.79754C8.53387 2.45207 8.76721 2.13237 9.10861 1.87046C9.57032 1.51626 10.1121 1.33669 10.6899 1.28409C11.1249 1.24449 11.5634 1.24994 12 1.25064C12.5108 1.25146 12.97 1.24902 13.3473 1.28277ZM9.60776 4.7507H14.4597C14.233 4.28331 14.088 3.98707 13.9566 3.7682C13.7643 3.44787 13.5339 3.30745 13.1691 3.27482C12.9098 3.25163 12.5719 3.2507 12.0345 3.2507C11.4837 3.2507 11.137 3.25166 10.8712 3.27585C10.4971 3.30991 10.2639 3.45568 10.0739 3.78866C9.94941 4.00687 9.81387 4.29897 9.60776 4.7507Z" fill="currentColor"></path>
</svg>
),
['delete', 'trash', 'bin', 'remove', 'garbage', 'waste', 'supprimer', 'corbeille', 'poubelle', 'déchets'],
); );
Delete03Icon.keywords = ['delete', 'trash', 'bin', 'remove', 'garbage', 'waste', 'supprimer', 'corbeille', 'poubelle', 'déchets'];
Delete03Icon.category = 'Add + Remove';
export const Delete04Icon = (props) => ( export const Delete03Icon = m(
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} color={"currentColor"} fill={"none"} {...props}> (props) => (
<path fillRule="evenodd" clipRule="evenodd" d="M13.3473 1.28277C13.9124 1.33331 14.4435 1.50576 14.8996 1.84591C15.2369 2.09748 15.4712 2.40542 15.6714 2.73893C15.8569 3.04798 16.0437 3.4333 16.2555 3.8704L16.6823 4.7507H21C21.5523 4.7507 22 5.19842 22 5.7507C22 6.30299 21.5523 6.7507 21 6.7507C14.9998 6.7507 9.00019 6.7507 3 6.7507C2.44772 6.7507 2 6.30299 2 5.7507C2 5.19842 2.44772 4.7507 3 4.7507H7.40976L7.76556 3.97016C7.97212 3.51696 8.15403 3.11782 8.33676 2.79754C8.53387 2.45207 8.76721 2.13237 9.10861 1.87046C9.57032 1.51626 10.1121 1.33669 10.6899 1.28409C11.1249 1.24449 11.5634 1.24994 12 1.25064C12.5108 1.25146 12.97 1.24902 13.3473 1.28277ZM9.60776 4.7507H14.4597C14.233 4.28331 14.088 3.98707 13.9566 3.7682C13.7643 3.44787 13.5339 3.30745 13.1691 3.27482C12.9098 3.25163 12.5719 3.2507 12.0345 3.2507C11.4837 3.2507 11.137 3.25166 10.8712 3.27585C10.4971 3.30991 10.2639 3.45568 10.0739 3.78866C9.94941 4.00687 9.81387 4.29897 9.60776 4.7507Z" fill="currentColor"></path> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} color={"currentColor"} fill={"none"} {...props}>
<path fillRule="evenodd" clipRule="evenodd" d="M21.7071 14.0429C22.0976 14.4335 22.0976 15.0666 21.7071 15.4571L18.914 18.25L21.7071 21.0429C22.0976 21.4334 22.0976 22.0665 21.7071 22.4571C21.3166 22.8476 20.6835 22.8476 20.2929 22.4571L17.4998 19.6642L14.7071 22.4567C14.3165 22.8472 13.6834 22.8472 13.2929 22.4566C12.9024 22.0661 12.9024 21.4329 13.2929 21.0424L16.0855 18.25L13.2929 15.4576C12.9024 15.0671 12.9024 14.4339 13.2929 14.0434C13.6834 13.6528 14.3165 13.6528 14.7071 14.0433L17.4998 16.8358L20.2929 14.0429C20.6835 13.6524 21.3166 13.6524 21.7071 14.0429Z" fill="currentColor"></path> <path fillRule="evenodd" clipRule="evenodd" d="M13.3473 1.28277C13.9124 1.33331 14.4435 1.50576 14.8996 1.84591C15.2369 2.09748 15.4712 2.40542 15.6714 2.73893C15.8569 3.04798 16.0437 3.4333 16.2555 3.8704L16.6823 4.7507H21C21.5523 4.7507 22 5.19842 22 5.7507C22 6.30299 21.5523 6.7507 21 6.7507C14.9998 6.7507 9.00019 6.7507 3 6.7507C2.44772 6.7507 2 6.30299 2 5.7507C2 5.19842 2.44772 4.7507 3 4.7507H7.40976L7.76556 3.97016C7.97212 3.51696 8.15403 3.11782 8.33676 2.79754C8.53387 2.45207 8.76721 2.13237 9.10861 1.87046C9.57032 1.51626 10.1121 1.33669 10.6899 1.28409C11.1249 1.24449 11.5634 1.24994 12 1.25064C12.5108 1.25146 12.97 1.24902 13.3473 1.28277ZM9.60776 4.7507H14.4597C14.233 4.28331 14.088 3.98707 13.9566 3.7682C13.7643 3.44787 13.5339 3.30745 13.1691 3.27482C12.9098 3.25163 12.5719 3.2507 12.0345 3.2507C11.4837 3.2507 11.137 3.25166 10.8712 3.27585C10.4971 3.30991 10.2639 3.45568 10.0739 3.78866C9.94941 4.00687 9.81387 4.29897 9.60776 4.7507Z" fill="currentColor"></path>
<path d="M8.91118 22.6734C8.09286 22.5949 7.40536 22.4307 6.78992 22.0552C6.22691 21.7117 5.74159 21.2547 5.3649 20.7133C4.95312 20.1214 4.74784 19.4448 4.62016 18.6325C4.49566 17.8404 4.43582 16.8487 4.36041 15.5991L3.76962 5.80992C3.73962 5.31291 3.72463 5.0644 3.87348 4.9072C4.02233 4.75 4.27264 4.75 4.77325 4.75H19.2262C19.7274 4.75 19.9781 4.75 20.127 4.90746C20.2758 5.06493 20.2605 5.31373 20.2297 5.81135L19.8453 12.0317C19.8308 12.2665 19.8235 12.3839 19.7805 12.4724C19.7375 12.561 19.615 12.6706 19.3701 12.8897C19.3368 12.9195 19.3041 12.9503 19.2721 12.9822L18.2411 14.0075C17.9059 14.3408 17.7384 14.5075 17.5301 14.5075C17.3219 14.5075 17.1543 14.3408 16.8192 14.0075L15.7887 12.9826C14.807 12.0064 13.2155 12.0064 12.2339 12.9828C11.2523 13.9591 11.2524 15.542 12.234 16.5183L13.2642 17.5429C13.5994 17.8762 13.767 18.0429 13.767 18.25C13.767 18.4571 13.5994 18.6238 13.2642 18.9571L12.234 19.9817C11.6364 20.5761 11.4026 21.3953 11.5326 22.1656C11.5825 22.461 11.6074 22.6087 11.5469 22.6796C11.4863 22.7505 11.3551 22.75 11.0927 22.7489C10.2347 22.7456 9.51673 22.7316 8.91118 22.6734Z" fill="currentColor"></path> <path fillRule="evenodd" clipRule="evenodd" d="M19.5825 15.6564C19.5058 16.9096 19.4449 17.9041 19.3202 18.6984C19.1922 19.5131 18.9874 20.1915 18.5777 20.7849C18.2029 21.3278 17.7204 21.786 17.1608 22.1303C16.5491 22.5067 15.8661 22.6713 15.0531 22.75L8.92739 22.7499C8.1135 22.671 7.42972 22.5061 6.8176 22.129C6.25763 21.7841 5.77494 21.3251 5.40028 20.7813C4.99073 20.1869 4.78656 19.5075 4.65957 18.6917C4.53574 17.8962 4.47623 16.9003 4.40122 15.6453L3.75 4.75H20.25L19.5825 15.6564ZM8.25 12.3164C8.25 11.9022 8.58579 11.5664 9 11.5664H15C15.4142 11.5664 15.75 11.9022 15.75 12.3164C15.75 12.7306 15.4142 13.0664 15 13.0664H9C8.58579 13.0664 8.25 12.7306 8.25 12.3164ZM10.5 15.4844C10.0858 15.4844 9.75 15.8202 9.75 16.2344C9.75 16.6486 10.0858 16.9844 10.5 16.9844H13.5C13.9142 16.9844 14.25 16.6486 14.25 16.2344C14.25 15.8202 13.9142 15.4844 13.5 15.4844H10.5Z" fill="currentColor"></path>
</svg> </svg>
),
['delete', 'trash', 'bin', 'remove', 'garbage', 'waste', 'supprimer', 'corbeille', 'poubelle', 'déchets'],
); );
Delete04Icon.keywords = ['delete', 'trash', 'bin', 'remove', 'garbage', 'waste', 'supprimer', 'corbeille', 'poubelle', 'déchets'];
Delete04Icon.category = 'Add + Remove';
export const DeletePutBackIcon = (props) => ( export const Delete04Icon = m(
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} color={"currentColor"} fill={"none"} {...props}> (props) => (
<path fillRule="evenodd" clipRule="evenodd" d="M13.3473 1.28277C13.9124 1.33331 14.4435 1.50576 14.8996 1.84591C15.2369 2.09748 15.4712 2.40542 15.6714 2.73893C15.8569 3.04798 16.0437 3.4333 16.2555 3.8704L16.6823 4.7507H21C21.5523 4.7507 22 5.19842 22 5.7507C22 6.30299 21.5523 6.7507 21 6.7507C14.9998 6.7507 9.00019 6.7507 3 6.7507C2.44772 6.7507 2 6.30299 2 5.7507C2 5.19842 2.44772 4.7507 3 4.7507H7.40976L7.76556 3.97016C7.97212 3.51696 8.15403 3.11782 8.33676 2.79754C8.53387 2.45207 8.76721 2.13237 9.10861 1.87046C9.57032 1.51626 10.1121 1.33669 10.6899 1.28409C11.1249 1.24449 11.5634 1.24994 12 1.25064C12.5108 1.25146 12.97 1.24902 13.3473 1.28277ZM9.60776 4.7507H14.4597C14.233 4.28331 14.088 3.98707 13.9566 3.7682C13.7643 3.44787 13.5339 3.30745 13.1691 3.27482C12.9098 3.25163 12.5719 3.2507 12.0345 3.2507C11.4837 3.2507 11.137 3.25166 10.8712 3.27585C10.4971 3.30991 10.2639 3.45568 10.0739 3.78866C9.94941 4.00687 9.81387 4.29897 9.60776 4.7507Z" fill="currentColor"></path> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} color={"currentColor"} fill={"none"} {...props}>
<path d="M19.5262 16.5563C19.48 17.2608 19.457 17.6131 19.3256 17.6538C19.1941 17.6945 18.951 17.3851 18.4646 16.7663C17.6548 15.7361 16.4288 15.0561 15 15.0458L15 13.8397C15.0009 13.3494 14.8715 12.856 14.3955 12.6147C13.7187 12.2715 13.2059 12.7486 12.7217 13.1494C12.0856 13.6761 11.4059 14.2073 10.9179 14.8824C10.7505 15.1141 10.5 15.515 10.5 16.0002C10.5 16.4853 10.7505 16.8863 10.9179 17.1179C11.4059 17.7931 12.0856 18.3242 12.7217 18.8509C13.2025 19.249 13.7306 19.7228 14.3955 19.3857C14.8824 19.1388 15.0006 18.6361 15 18.1384V17.046C16.4914 17.0669 17.7342 18.5145 17.4633 20.2298C17.2399 21.6445 16.4446 22.6153 15.0531 22.75L8.92739 22.7499C8.1135 22.671 7.42972 22.5061 6.8176 22.129C6.25763 21.7841 5.77494 21.3251 5.40028 20.7813C4.99073 20.1869 4.78656 19.5075 4.65957 18.6917C4.53574 17.8962 4.47623 16.9003 4.40122 15.6453L3.75 4.75H20.25L19.5825 15.6564C19.5631 15.9725 19.5448 16.2721 19.5262 16.5563Z" fill="currentColor"></path> <path fillRule="evenodd" clipRule="evenodd" d="M13.3473 1.28277C13.9124 1.33331 14.4435 1.50576 14.8996 1.84591C15.2369 2.09748 15.4712 2.40542 15.6714 2.73893C15.8569 3.04798 16.0437 3.4333 16.2555 3.8704L16.6823 4.7507H21C21.5523 4.7507 22 5.19842 22 5.7507C22 6.30299 21.5523 6.7507 21 6.7507C14.9998 6.7507 9.00019 6.7507 3 6.7507C2.44772 6.7507 2 6.30299 2 5.7507C2 5.19842 2.44772 4.7507 3 4.7507H7.40976L7.76556 3.97016C7.97212 3.51696 8.15403 3.11782 8.33676 2.79754C8.53387 2.45207 8.76721 2.13237 9.10861 1.87046C9.57032 1.51626 10.1121 1.33669 10.6899 1.28409C11.1249 1.24449 11.5634 1.24994 12 1.25064C12.5108 1.25146 12.97 1.24902 13.3473 1.28277ZM9.60776 4.7507H14.4597C14.233 4.28331 14.088 3.98707 13.9566 3.7682C13.7643 3.44787 13.5339 3.30745 13.1691 3.27482C12.9098 3.25163 12.5719 3.2507 12.0345 3.2507C11.4837 3.2507 11.137 3.25166 10.8712 3.27585C10.4971 3.30991 10.2639 3.45568 10.0739 3.78866C9.94941 4.00687 9.81387 4.29897 9.60776 4.7507Z" fill="currentColor"></path>
</svg> <path fillRule="evenodd" clipRule="evenodd" d="M21.7071 14.0429C22.0976 14.4335 22.0976 15.0666 21.7071 15.4571L18.914 18.25L21.7071 21.0429C22.0976 21.4334 22.0976 22.0665 21.7071 22.4571C21.3166 22.8476 20.6835 22.8476 20.2929 22.4571L17.4998 19.6642L14.7071 22.4567C14.3165 22.8472 13.6834 22.8472 13.2929 22.4566C12.9024 22.0661 12.9024 21.4329 13.2929 21.0424L16.0855 18.25L13.2929 15.4576C12.9024 15.0671 12.9024 14.4339 13.2929 14.0434C13.6834 13.6528 14.3165 13.6528 14.7071 14.0433L17.4998 16.8358L20.2929 14.0429C20.6835 13.6524 21.3166 13.6524 21.7071 14.0429Z" fill="currentColor"></path>
<path d="M8.91118 22.6734C8.09286 22.5949 7.40536 22.4307 6.78992 22.0552C6.22691 21.7117 5.74159 21.2547 5.3649 20.7133C4.95312 20.1214 4.74784 19.4448 4.62016 18.6325C4.49566 17.8404 4.43582 16.8487 4.36041 15.5991L3.76962 5.80992C3.73962 5.31291 3.72463 5.0644 3.87348 4.9072C4.02233 4.75 4.27264 4.75 4.77325 4.75H19.2262C19.7274 4.75 19.9781 4.75 20.127 4.90746C20.2758 5.06493 20.2605 5.31373 20.2297 5.81135L19.8453 12.0317C19.8308 12.2665 19.8235 12.3839 19.7805 12.4724C19.7375 12.561 19.615 12.6706 19.3701 12.8897C19.3368 12.9195 19.3041 12.9503 19.2721 12.9822L18.2411 14.0075C17.9059 14.3408 17.7384 14.5075 17.5301 14.5075C17.3219 14.5075 17.1543 14.3408 16.8192 14.0075L15.7887 12.9826C14.807 12.0064 13.2155 12.0064 12.2339 12.9828C11.2523 13.9591 11.2524 15.542 12.234 16.5183L13.2642 17.5429C13.5994 17.8762 13.767 18.0429 13.767 18.25C13.767 18.4571 13.5994 18.6238 13.2642 18.9571L12.234 19.9817C11.6364 20.5761 11.4026 21.3953 11.5326 22.1656C11.5825 22.461 11.6074 22.6087 11.5469 22.6796C11.4863 22.7505 11.3551 22.75 11.0927 22.7489C10.2347 22.7456 9.51673 22.7316 8.91118 22.6734Z" fill="currentColor"></path>
</svg>
),
['delete', 'trash', 'bin', 'remove', 'garbage', 'waste', 'supprimer', 'corbeille', 'poubelle', 'déchets'],
); );
DeletePutBackIcon.keywords = ['delete', 'trash', 'bin', 'restore', 'put back', 'recover', 'undo', 'supprimer', 'corbeille', 'restaurer', 'récupérer', 'annuler'];
DeletePutBackIcon.category = 'Add + Remove';
export const DeleteThrowIcon = (props) => ( export const DeletePutBackIcon = m(
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} color={"currentColor"} fill={"none"} {...props}> (props) => (
<path fillRule="evenodd" clipRule="evenodd" d="M13.3473 1.28277C13.9124 1.33331 14.4435 1.50576 14.8996 1.84591C15.2369 2.09748 15.4712 2.40542 15.6714 2.73893C15.8569 3.04798 16.0437 3.4333 16.2555 3.8704L16.6823 4.7507H21C21.5523 4.7507 22 5.19842 22 5.7507C22 6.30299 21.5523 6.7507 21 6.7507C14.9998 6.7507 9.00019 6.7507 3 6.7507C2.44772 6.7507 2 6.30299 2 5.7507C2 5.19842 2.44772 4.7507 3 4.7507H7.40976L7.76556 3.97016C7.97212 3.51696 8.15403 3.11782 8.33676 2.79754C8.53387 2.45207 8.76721 2.13237 9.10861 1.87046C9.57032 1.51626 10.1121 1.33669 10.6899 1.28409C11.1249 1.24449 11.5634 1.24994 12 1.25064C12.5108 1.25146 12.97 1.24902 13.3473 1.28277ZM9.60776 4.7507H14.4597C14.233 4.28331 14.088 3.98707 13.9566 3.7682C13.7643 3.44787 13.5339 3.30745 13.1691 3.27482C12.9098 3.25163 12.5719 3.2507 12.0345 3.2507C11.4837 3.2507 11.137 3.25166 10.8712 3.27585C10.4971 3.30991 10.2639 3.45568 10.0739 3.78866C9.94941 4.00687 9.81387 4.29897 9.60776 4.7507Z" fill="currentColor"></path> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} color={"currentColor"} fill={"none"} {...props}>
<path fillRule="evenodd" clipRule="evenodd" d="M19.3202 18.6984C19.4449 17.9041 19.5058 16.9096 19.5825 15.6564L20.25 4.75H3.75L4.40122 15.6453C4.47623 16.9003 4.53574 17.8962 4.65957 18.6917C4.78656 19.5075 4.99073 20.1869 5.40028 20.7813C5.77494 21.3251 6.25763 21.7841 6.8176 22.129C7.42972 22.5061 8.1135 22.671 8.92739 22.7499L15.0531 22.75C15.8661 22.6713 16.5491 22.5067 17.1608 22.1303C17.7204 21.786 18.2029 21.3278 18.5777 20.7849C18.9874 20.1915 19.1922 19.5131 19.3202 18.6984ZM11.9997 9.25C11.6457 9.25 11.3473 9.41814 11.1548 9.55057C10.9431 9.69624 10.7388 9.88452 10.5543 10.0742C10.1847 10.4541 9.78969 10.9546 9.49388 11.3319C9.18362 11.7274 8.83277 12.1892 9.08795 12.7153C9.34172 13.2385 9.91556 13.2502 10.4157 13.25L11.2497 13.25V17.0005C11.2497 17.4147 11.5855 17.7505 11.9997 17.7505C12.4139 17.7505 12.7497 17.4147 12.7497 17.0005V13.25L13.5837 13.25C14.0838 13.2502 14.6576 13.2385 14.9114 12.7153C15.1665 12.1893 14.8157 11.7273 14.5055 11.332C14.2097 10.9546 13.8146 10.4541 13.445 10.0742C13.2605 9.88452 13.0562 9.69624 12.8445 9.55057C12.652 9.41814 12.3536 9.25 11.9997 9.25Z" fill="currentColor"></path> <path fillRule="evenodd" clipRule="evenodd" d="M13.3473 1.28277C13.9124 1.33331 14.4435 1.50576 14.8996 1.84591C15.2369 2.09748 15.4712 2.40542 15.6714 2.73893C15.8569 3.04798 16.0437 3.4333 16.2555 3.8704L16.6823 4.7507H21C21.5523 4.7507 22 5.19842 22 5.7507C22 6.30299 21.5523 6.7507 21 6.7507C14.9998 6.7507 9.00019 6.7507 3 6.7507C2.44772 6.7507 2 6.30299 2 5.7507C2 5.19842 2.44772 4.7507 3 4.7507H7.40976L7.76556 3.97016C7.97212 3.51696 8.15403 3.11782 8.33676 2.79754C8.53387 2.45207 8.76721 2.13237 9.10861 1.87046C9.57032 1.51626 10.1121 1.33669 10.6899 1.28409C11.1249 1.24449 11.5634 1.24994 12 1.25064C12.5108 1.25146 12.97 1.24902 13.3473 1.28277ZM9.60776 4.7507H14.4597C14.233 4.28331 14.088 3.98707 13.9566 3.7682C13.7643 3.44787 13.5339 3.30745 13.1691 3.27482C12.9098 3.25163 12.5719 3.2507 12.0345 3.2507C11.4837 3.2507 11.137 3.25166 10.8712 3.27585C10.4971 3.30991 10.2639 3.45568 10.0739 3.78866C9.94941 4.00687 9.81387 4.29897 9.60776 4.7507Z" fill="currentColor"></path>
</svg> <path d="M19.5262 16.5563C19.48 17.2608 19.457 17.6131 19.3256 17.6538C19.1941 17.6945 18.951 17.3851 18.4646 16.7663C17.6548 15.7361 16.4288 15.0561 15 15.0458L15 13.8397C15.0009 13.3494 14.8715 12.856 14.3955 12.6147C13.7187 12.2715 13.2059 12.7486 12.7217 13.1494C12.0856 13.6761 11.4059 14.2073 10.9179 14.8824C10.7505 15.1141 10.5 15.515 10.5 16.0002C10.5 16.4853 10.7505 16.8863 10.9179 17.1179C11.4059 17.7931 12.0856 18.3242 12.7217 18.8509C13.2025 19.249 13.7306 19.7228 14.3955 19.3857C14.8824 19.1388 15.0006 18.6361 15 18.1384V17.046C16.4914 17.0669 17.7342 18.5145 17.4633 20.2298C17.2399 21.6445 16.4446 22.6153 15.0531 22.75L8.92739 22.7499C8.1135 22.671 7.42972 22.5061 6.8176 22.129C6.25763 21.7841 5.77494 21.3251 5.40028 20.7813C4.99073 20.1869 4.78656 19.5075 4.65957 18.6917C4.53574 17.8962 4.47623 16.9003 4.40122 15.6453L3.75 4.75H20.25L19.5825 15.6564C19.5631 15.9725 19.5448 16.2721 19.5262 16.5563Z" fill="currentColor"></path>
</svg>
),
['delete', 'trash', 'bin', 'restore', 'put back', 'recover', 'undo', 'supprimer', 'corbeille', 'restaurer', 'récupérer', 'annuler'],
); );
DeleteThrowIcon.keywords = ['delete', 'trash', 'throw', 'bin', 'discard', 'waste', 'supprimer', 'jeter', 'corbeille', 'poubelle', 'éliminer'];
DeleteThrowIcon.category = 'Add + Remove';
export const DiamondMinusIcon = (props) => ( export const DeleteThrowIcon = m(
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} color={"currentColor"} fill={"none"} {...props}> (props) => (
<path fillRule="evenodd" clipRule="evenodd" d="M12.2183 1.25488C13.2671 1.30062 14.1674 1.75374 15.1099 2.48339C16.0269 3.19336 17.0619 4.2284 18.3726 5.53906L18.4604 5.62695C19.7711 6.93753 20.8062 7.97265 21.5161 8.88964C22.2457 9.83212 22.6989 10.7324 22.7446 11.7812C22.751 11.927 22.751 12.073 22.7446 12.2187C22.6989 13.2675 22.2458 14.1679 21.5161 15.1103C20.8062 16.0274 19.7711 17.0624 18.4604 18.373L18.3726 18.4609C17.0619 19.7716 16.0269 20.8066 15.1099 21.5166C14.1674 22.2463 13.2671 22.6994 12.2183 22.7451C12.0725 22.7515 11.9265 22.7514 11.7808 22.7451C10.732 22.6994 9.83163 22.2462 8.88915 21.5166C7.97216 20.8067 6.93705 19.7715 5.62646 18.4609L5.53857 18.373C4.22791 17.0624 3.19288 16.0274 2.4829 15.1103C1.75325 14.1679 1.30013 13.2675 1.25439 12.2187C1.24805 12.073 1.24805 11.927 1.25439 11.7812C1.3001 10.7324 1.75322 9.83216 2.4829 8.88964C3.19286 7.97262 4.2279 6.93759 5.53857 5.62695L5.62646 5.53906C6.9371 4.22839 7.97214 3.19335 8.88915 2.48339C9.83168 1.75371 10.7319 1.30059 11.7808 1.25488C11.9265 1.24854 12.0725 1.24854 12.2183 1.25488ZM7.99951 11C7.44722 11 6.99951 11.4477 6.99951 12C6.99951 12.5523 7.44722 13 7.99951 13H15.9995C16.5517 12.9999 16.9995 12.5522 16.9995 12C16.9995 11.4478 16.5517 11.0001 15.9995 11H7.99951Z" fill="currentColor"></path> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} color={"currentColor"} fill={"none"} {...props}>
</svg> <path fillRule="evenodd" clipRule="evenodd" d="M13.3473 1.28277C13.9124 1.33331 14.4435 1.50576 14.8996 1.84591C15.2369 2.09748 15.4712 2.40542 15.6714 2.73893C15.8569 3.04798 16.0437 3.4333 16.2555 3.8704L16.6823 4.7507H21C21.5523 4.7507 22 5.19842 22 5.7507C22 6.30299 21.5523 6.7507 21 6.7507C14.9998 6.7507 9.00019 6.7507 3 6.7507C2.44772 6.7507 2 6.30299 2 5.7507C2 5.19842 2.44772 4.7507 3 4.7507H7.40976L7.76556 3.97016C7.97212 3.51696 8.15403 3.11782 8.33676 2.79754C8.53387 2.45207 8.76721 2.13237 9.10861 1.87046C9.57032 1.51626 10.1121 1.33669 10.6899 1.28409C11.1249 1.24449 11.5634 1.24994 12 1.25064C12.5108 1.25146 12.97 1.24902 13.3473 1.28277ZM9.60776 4.7507H14.4597C14.233 4.28331 14.088 3.98707 13.9566 3.7682C13.7643 3.44787 13.5339 3.30745 13.1691 3.27482C12.9098 3.25163 12.5719 3.2507 12.0345 3.2507C11.4837 3.2507 11.137 3.25166 10.8712 3.27585C10.4971 3.30991 10.2639 3.45568 10.0739 3.78866C9.94941 4.00687 9.81387 4.29897 9.60776 4.7507Z" fill="currentColor"></path>
<path fillRule="evenodd" clipRule="evenodd" d="M19.3202 18.6984C19.4449 17.9041 19.5058 16.9096 19.5825 15.6564L20.25 4.75H3.75L4.40122 15.6453C4.47623 16.9003 4.53574 17.8962 4.65957 18.6917C4.78656 19.5075 4.99073 20.1869 5.40028 20.7813C5.77494 21.3251 6.25763 21.7841 6.8176 22.129C7.42972 22.5061 8.1135 22.671 8.92739 22.7499L15.0531 22.75C15.8661 22.6713 16.5491 22.5067 17.1608 22.1303C17.7204 21.786 18.2029 21.3278 18.5777 20.7849C18.9874 20.1915 19.1922 19.5131 19.3202 18.6984ZM11.9997 9.25C11.6457 9.25 11.3473 9.41814 11.1548 9.55057C10.9431 9.69624 10.7388 9.88452 10.5543 10.0742C10.1847 10.4541 9.78969 10.9546 9.49388 11.3319C9.18362 11.7274 8.83277 12.1892 9.08795 12.7153C9.34172 13.2385 9.91556 13.2502 10.4157 13.25L11.2497 13.25V17.0005C11.2497 17.4147 11.5855 17.7505 11.9997 17.7505C12.4139 17.7505 12.7497 17.4147 12.7497 17.0005V13.25L13.5837 13.25C14.0838 13.2502 14.6576 13.2385 14.9114 12.7153C15.1665 12.1893 14.8157 11.7273 14.5055 11.332C14.2097 10.9546 13.8146 10.4541 13.445 10.0742C13.2605 9.88452 13.0562 9.69624 12.8445 9.55057C12.652 9.41814 12.3536 9.25 11.9997 9.25Z" fill="currentColor"></path>
</svg>
),
['delete', 'trash', 'throw', 'bin', 'discard', 'waste', 'supprimer', 'jeter', 'corbeille', 'poubelle', 'éliminer'],
); );
DiamondMinusIcon.keywords = ['diamond', 'minus', 'remove', 'subtract', 'shape', 'diamant', 'moins', 'soustraire', 'forme'];
DiamondMinusIcon.category = 'Add + Remove';
export const DiamondPlusIcon = (props) => ( export const DiamondMinusIcon = m(
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} color={"currentColor"} fill={"none"} {...props}> (props) => (
<path fillRule="evenodd" clipRule="evenodd" d="M12.2183 1.25488C13.2671 1.30062 14.1674 1.75374 15.1099 2.48339C16.0269 3.19336 17.0619 4.2284 18.3726 5.53906L18.4604 5.62695C19.7711 6.93753 20.8062 7.97265 21.5161 8.88964C22.2457 9.83212 22.6989 10.7324 22.7446 11.7812C22.751 11.927 22.751 12.073 22.7446 12.2187C22.6989 13.2675 22.2458 14.1679 21.5161 15.1103C20.8062 16.0274 19.7711 17.0624 18.4604 18.373L18.3726 18.4609C17.0619 19.7716 16.0269 20.8066 15.1099 21.5166C14.1674 22.2463 13.2671 22.6994 12.2183 22.7451C12.0725 22.7515 11.9265 22.7514 11.7808 22.7451C10.732 22.6994 9.83163 22.2462 8.88915 21.5166C7.97216 20.8067 6.93705 19.7715 5.62646 18.4609L5.53857 18.373C4.22791 17.0624 3.19288 16.0274 2.4829 15.1103C1.75325 14.1679 1.30013 13.2675 1.25439 12.2187C1.24805 12.073 1.24805 11.927 1.25439 11.7812C1.3001 10.7324 1.75322 9.83216 2.4829 8.88964C3.19286 7.97262 4.2279 6.93759 5.53857 5.62695L5.62646 5.53906C6.9371 4.22839 7.97214 3.19335 8.88915 2.48339C9.83168 1.75371 10.7319 1.30059 11.7808 1.25488C11.9265 1.24854 12.0725 1.24854 12.2183 1.25488ZM11.9946 7.0039C11.4423 7.0039 10.9946 7.45162 10.9946 8.0039V10.999H7.99951C7.44722 10.999 6.99951 11.4467 6.99951 11.999C6.99963 12.5512 7.4473 12.999 7.99951 12.999H10.9946V16.0039C10.9946 16.5562 11.4423 17.0039 11.9946 17.0039C12.5469 17.0038 12.9946 16.5562 12.9946 16.0039V12.999H15.9995C16.5517 12.999 16.9994 12.5512 16.9995 11.999C16.9995 11.4467 16.5518 10.999 15.9995 10.999H12.9946V8.0039C12.9946 7.45165 12.5469 7.00396 11.9946 7.0039Z" fill="currentColor"></path> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} color={"currentColor"} fill={"none"} {...props}>
</svg> <path fillRule="evenodd" clipRule="evenodd" d="M12.2183 1.25488C13.2671 1.30062 14.1674 1.75374 15.1099 2.48339C16.0269 3.19336 17.0619 4.2284 18.3726 5.53906L18.4604 5.62695C19.7711 6.93753 20.8062 7.97265 21.5161 8.88964C22.2457 9.83212 22.6989 10.7324 22.7446 11.7812C22.751 11.927 22.751 12.073 22.7446 12.2187C22.6989 13.2675 22.2458 14.1679 21.5161 15.1103C20.8062 16.0274 19.7711 17.0624 18.4604 18.373L18.3726 18.4609C17.0619 19.7716 16.0269 20.8066 15.1099 21.5166C14.1674 22.2463 13.2671 22.6994 12.2183 22.7451C12.0725 22.7515 11.9265 22.7514 11.7808 22.7451C10.732 22.6994 9.83163 22.2462 8.88915 21.5166C7.97216 20.8067 6.93705 19.7715 5.62646 18.4609L5.53857 18.373C4.22791 17.0624 3.19288 16.0274 2.4829 15.1103C1.75325 14.1679 1.30013 13.2675 1.25439 12.2187C1.24805 12.073 1.24805 11.927 1.25439 11.7812C1.3001 10.7324 1.75322 9.83216 2.4829 8.88964C3.19286 7.97262 4.2279 6.93759 5.53857 5.62695L5.62646 5.53906C6.9371 4.22839 7.97214 3.19335 8.88915 2.48339C9.83168 1.75371 10.7319 1.30059 11.7808 1.25488C11.9265 1.24854 12.0725 1.24854 12.2183 1.25488ZM7.99951 11C7.44722 11 6.99951 11.4477 6.99951 12C6.99951 12.5523 7.44722 13 7.99951 13H15.9995C16.5517 12.9999 16.9995 12.5522 16.9995 12C16.9995 11.4478 16.5517 11.0001 15.9995 11H7.99951Z" fill="currentColor"></path>
</svg>
),
['diamond', 'minus', 'remove', 'subtract', 'shape', 'diamant', 'moins', 'soustraire', 'forme'],
); );
DiamondPlusIcon.keywords = ['diamond', 'plus', 'add', 'insert', 'shape', 'diamant', 'ajouter', 'insérer', 'forme'];
DiamondPlusIcon.category = 'Add + Remove';
export const Eraser01Icon = (props) => ( export const DiamondPlusIcon = m(
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} color={"currentColor"} fill={"none"} {...props}> (props) => (
<path fillRule="evenodd" clipRule="evenodd" d="M17.1243 3.75155C16.1193 3.24905 14.9682 3.24944 13.189 3.25004L13 3.25008L9.94358 3.25008C8.10582 3.25007 6.65019 3.25005 5.51098 3.40322C4.33856 3.56085 3.38961 3.89296 2.64124 4.64133C1.89288 5.38969 1.56076 6.33864 1.40314 7.51106C1.24997 8.65027 1.24998 10.1059 1.25 11.9437V11.9437V12.0565V12.0565C1.24998 13.8943 1.24997 15.3499 1.40314 16.4891C1.56076 17.6615 1.89288 18.6105 2.64124 19.3588C3.38961 20.1072 4.33856 20.4393 5.51098 20.5969C6.65018 20.7501 8.1058 20.7501 9.94354 20.7501H9.94359H13C13.0638 20.7501 13.1268 20.7501 13.189 20.7501C14.9682 20.7507 16.1193 20.7511 17.1243 20.2486C18.1293 19.7461 18.8196 18.8251 19.8866 17.4013C20.0128 17.233 20.14 17.0651 20.2674 16.897C20.8774 16.0919 21.4906 15.2827 21.9982 14.4107C22.4686 13.6026 22.75 12.8479 22.75 12.0001C22.75 11.1523 22.4686 10.3976 21.9982 9.58945C21.4906 8.71738 20.8773 7.90806 20.2672 7.10292C20.1399 6.9349 20.0127 6.76705 19.8866 6.59886C18.8196 5.1751 18.1293 4.25405 17.1243 3.75155ZM14.7071 9.70713C15.0976 9.31662 15.0976 8.68345 14.7071 8.29292C14.3166 7.90238 13.6835 7.90236 13.2929 8.29287L10.9998 10.5858L8.70708 8.29326C8.31655 7.90275 7.68338 7.90277 7.29287 8.29331C6.90236 8.68385 6.90238 9.31701 7.29292 9.70752L9.58554 12L7.29292 14.2925C6.90238 14.683 6.90236 15.3162 7.29287 15.7067C7.68338 16.0972 8.31655 16.0972 8.70708 15.7067L10.9998 13.4142L13.2929 15.7071C13.6835 16.0976 14.3166 16.0976 14.7071 15.7071C15.0976 15.3165 15.0976 14.6834 14.7071 14.2929L12.4141 12L14.7071 9.70713Z" fill="currentColor"></path> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} color={"currentColor"} fill={"none"} {...props}>
</svg> <path fillRule="evenodd" clipRule="evenodd" d="M12.2183 1.25488C13.2671 1.30062 14.1674 1.75374 15.1099 2.48339C16.0269 3.19336 17.0619 4.2284 18.3726 5.53906L18.4604 5.62695C19.7711 6.93753 20.8062 7.97265 21.5161 8.88964C22.2457 9.83212 22.6989 10.7324 22.7446 11.7812C22.751 11.927 22.751 12.073 22.7446 12.2187C22.6989 13.2675 22.2458 14.1679 21.5161 15.1103C20.8062 16.0274 19.7711 17.0624 18.4604 18.373L18.3726 18.4609C17.0619 19.7716 16.0269 20.8066 15.1099 21.5166C14.1674 22.2463 13.2671 22.6994 12.2183 22.7451C12.0725 22.7515 11.9265 22.7514 11.7808 22.7451C10.732 22.6994 9.83163 22.2462 8.88915 21.5166C7.97216 20.8067 6.93705 19.7715 5.62646 18.4609L5.53857 18.373C4.22791 17.0624 3.19288 16.0274 2.4829 15.1103C1.75325 14.1679 1.30013 13.2675 1.25439 12.2187C1.24805 12.073 1.24805 11.927 1.25439 11.7812C1.3001 10.7324 1.75322 9.83216 2.4829 8.88964C3.19286 7.97262 4.2279 6.93759 5.53857 5.62695L5.62646 5.53906C6.9371 4.22839 7.97214 3.19335 8.88915 2.48339C9.83168 1.75371 10.7319 1.30059 11.7808 1.25488C11.9265 1.24854 12.0725 1.24854 12.2183 1.25488ZM11.9946 7.0039C11.4423 7.0039 10.9946 7.45162 10.9946 8.0039V10.999H7.99951C7.44722 10.999 6.99951 11.4467 6.99951 11.999C6.99963 12.5512 7.4473 12.999 7.99951 12.999H10.9946V16.0039C10.9946 16.5562 11.4423 17.0039 11.9946 17.0039C12.5469 17.0038 12.9946 16.5562 12.9946 16.0039V12.999H15.9995C16.5517 12.999 16.9994 12.5512 16.9995 11.999C16.9995 11.4467 16.5518 10.999 15.9995 10.999H12.9946V8.0039C12.9946 7.45165 12.5469 7.00396 11.9946 7.0039Z" fill="currentColor"></path>
</svg>
),
['diamond', 'plus', 'add', 'insert', 'shape', 'diamant', 'ajouter', 'insérer', 'forme'],
); );
Eraser01Icon.keywords = ['eraser', 'erase', 'clear', 'delete', 'undo', 'remove', 'gomme', 'effacer', 'vider', 'supprimer'];
Eraser01Icon.category = 'Add + Remove';
export const EraserAddIcon = (props) => ( export const Eraser01Icon = m(
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} color={"currentColor"} fill={"none"} {...props}> (props) => (
<path fillRule="evenodd" clipRule="evenodd" d="M17.1243 3.75155C16.1193 3.24905 14.9682 3.24944 13.189 3.25004L13 3.25008L9.94358 3.25008C8.10582 3.25007 6.65019 3.25005 5.51098 3.40322C4.33856 3.56085 3.38961 3.89296 2.64124 4.64133C1.89288 5.38969 1.56076 6.33864 1.40314 7.51106C1.24997 8.65027 1.24998 10.1059 1.25 11.9437V11.9437V12.0565V12.0565C1.24998 13.8943 1.24997 15.3499 1.40314 16.4891C1.56076 17.6615 1.89288 18.6105 2.64124 19.3588C3.38961 20.1072 4.33856 20.4393 5.51098 20.5969C6.65018 20.7501 8.1058 20.7501 9.94354 20.7501H9.94359H13C13.0638 20.7501 13.1268 20.7501 13.189 20.7501C14.9682 20.7507 16.1193 20.7511 17.1243 20.2486C18.1293 19.7461 18.8196 18.8251 19.8866 17.4013C20.0128 17.233 20.14 17.0651 20.2674 16.897C20.8774 16.0919 21.4906 15.2827 21.9982 14.4107C22.4686 13.6026 22.75 12.8479 22.75 12.0001C22.75 11.1523 22.4686 10.3976 21.9982 9.58945C21.4906 8.71738 20.8773 7.90806 20.2672 7.10292C20.1399 6.9349 20.0127 6.76705 19.8866 6.59886C18.8196 5.1751 18.1293 4.25405 17.1243 3.75155ZM12 8C12 7.44772 11.5523 7 11 7C10.4477 7 10 7.44772 10 8V11H7C6.44772 11 6 11.4477 6 12C6 12.5523 6.44772 13 7 13H10V16C10 16.5523 10.4477 17 11 17C11.5523 17 12 16.5523 12 16V13H15C15.5523 13 16 12.5523 16 12C16 11.4477 15.5523 11 15 11H12V8Z" fill="currentColor" /> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} color={"currentColor"} fill={"none"} {...props}>
</svg> <path fillRule="evenodd" clipRule="evenodd" d="M17.1243 3.75155C16.1193 3.24905 14.9682 3.24944 13.189 3.25004L13 3.25008L9.94358 3.25008C8.10582 3.25007 6.65019 3.25005 5.51098 3.40322C4.33856 3.56085 3.38961 3.89296 2.64124 4.64133C1.89288 5.38969 1.56076 6.33864 1.40314 7.51106C1.24997 8.65027 1.24998 10.1059 1.25 11.9437V11.9437V12.0565V12.0565C1.24998 13.8943 1.24997 15.3499 1.40314 16.4891C1.56076 17.6615 1.89288 18.6105 2.64124 19.3588C3.38961 20.1072 4.33856 20.4393 5.51098 20.5969C6.65018 20.7501 8.1058 20.7501 9.94354 20.7501H9.94359H13C13.0638 20.7501 13.1268 20.7501 13.189 20.7501C14.9682 20.7507 16.1193 20.7511 17.1243 20.2486C18.1293 19.7461 18.8196 18.8251 19.8866 17.4013C20.0128 17.233 20.14 17.0651 20.2674 16.897C20.8774 16.0919 21.4906 15.2827 21.9982 14.4107C22.4686 13.6026 22.75 12.8479 22.75 12.0001C22.75 11.1523 22.4686 10.3976 21.9982 9.58945C21.4906 8.71738 20.8773 7.90806 20.2672 7.10292C20.1399 6.9349 20.0127 6.76705 19.8866 6.59886C18.8196 5.1751 18.1293 4.25405 17.1243 3.75155ZM14.7071 9.70713C15.0976 9.31662 15.0976 8.68345 14.7071 8.29292C14.3166 7.90238 13.6835 7.90236 13.2929 8.29287L10.9998 10.5858L8.70708 8.29326C8.31655 7.90275 7.68338 7.90277 7.29287 8.29331C6.90236 8.68385 6.90238 9.31701 7.29292 9.70752L9.58554 12L7.29292 14.2925C6.90238 14.683 6.90236 15.3162 7.29287 15.7067C7.68338 16.0972 8.31655 16.0972 8.70708 15.7067L10.9998 13.4142L13.2929 15.7071C13.6835 16.0976 14.3166 16.0976 14.7071 15.7071C15.0976 15.3165 15.0976 14.6834 14.7071 14.2929L12.4141 12L14.7071 9.70713Z" fill="currentColor"></path>
</svg>
),
['eraser', 'erase', 'clear', 'delete', 'undo', 'remove', 'gomme', 'effacer', 'vider', 'supprimer'],
); );
EraserAddIcon.keywords = ['eraser', 'add', 'erase', 'clear', 'plus', 'create', 'gomme', 'ajouter', 'effacer', 'créer'];
EraserAddIcon.category = 'Add + Remove';
export const Remove01Icon = (props) => ( export const EraserAddIcon = m(
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} color={"currentColor"} fill={"none"} {...props}> (props) => (
<path d="M5.00003 11L19.002 11C19.5543 11 20.002 11.4477 20.002 12C20.002 12.5523 19.5543 13 19.002 13L5.00003 13L4.89749 12.9951C4.39335 12.9438 4.00003 12.5177 4.00003 12C4.00003 11.4823 4.39335 11.0562 4.89749 11.0049L5.00003 11Z" fill="currentColor"></path> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} color={"currentColor"} fill={"none"} {...props}>
</svg> <path fillRule="evenodd" clipRule="evenodd" d="M17.1243 3.75155C16.1193 3.24905 14.9682 3.24944 13.189 3.25004L13 3.25008L9.94358 3.25008C8.10582 3.25007 6.65019 3.25005 5.51098 3.40322C4.33856 3.56085 3.38961 3.89296 2.64124 4.64133C1.89288 5.38969 1.56076 6.33864 1.40314 7.51106C1.24997 8.65027 1.24998 10.1059 1.25 11.9437V11.9437V12.0565V12.0565C1.24998 13.8943 1.24997 15.3499 1.40314 16.4891C1.56076 17.6615 1.89288 18.6105 2.64124 19.3588C3.38961 20.1072 4.33856 20.4393 5.51098 20.5969C6.65018 20.7501 8.1058 20.7501 9.94354 20.7501H9.94359H13C13.0638 20.7501 13.1268 20.7501 13.189 20.7501C14.9682 20.7507 16.1193 20.7511 17.1243 20.2486C18.1293 19.7461 18.8196 18.8251 19.8866 17.4013C20.0128 17.233 20.14 17.0651 20.2674 16.897C20.8774 16.0919 21.4906 15.2827 21.9982 14.4107C22.4686 13.6026 22.75 12.8479 22.75 12.0001C22.75 11.1523 22.4686 10.3976 21.9982 9.58945C21.4906 8.71738 20.8773 7.90806 20.2672 7.10292C20.1399 6.9349 20.0127 6.76705 19.8866 6.59886C18.8196 5.1751 18.1293 4.25405 17.1243 3.75155ZM12 8C12 7.44772 11.5523 7 11 7C10.4477 7 10 7.44772 10 8V11H7C6.44772 11 6 11.4477 6 12C6 12.5523 6.44772 13 7 13H10V16C10 16.5523 10.4477 17 11 17C11.5523 17 12 16.5523 12 16V13H15C15.5523 13 16 12.5523 16 12C16 11.4477 15.5523 11 15 11H12V8Z" fill="currentColor" />
</svg>
),
['eraser', 'add', 'erase', 'clear', 'plus', 'create', 'gomme', 'ajouter', 'effacer', 'créer'],
); );
Remove01Icon.keywords = ['remove', 'minus', 'subtract', 'reduce', 'dash', 'retirer', 'soustraire', 'réduire', 'moins'];
Remove01Icon.category = 'Add + Remove';
export const Remove02Icon = (props) => ( export const Remove01Icon = m(
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} color={"currentColor"} fill={"none"} {...props}> (props) => (
<path d="M20.7388 11.7705C20.6243 10.6358 19.6665 9.75 18.5015 9.75H5.49854C4.25643 9.75 3.24951 10.7569 3.24951 11.999C3.24951 13.2411 4.25643 14.248 5.49854 14.248H18.5015C19.7428 14.248 20.7494 13.2423 20.7505 12.001L20.7388 11.7705Z" fill="currentColor"></path> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} color={"currentColor"} fill={"none"} {...props}>
</svg> <path d="M5.00003 11L19.002 11C19.5543 11 20.002 11.4477 20.002 12C20.002 12.5523 19.5543 13 19.002 13L5.00003 13L4.89749 12.9951C4.39335 12.9438 4.00003 12.5177 4.00003 12C4.00003 11.4823 4.39335 11.0562 4.89749 11.0049L5.00003 11Z" fill="currentColor"></path>
</svg>
),
['remove', 'minus', 'subtract', 'reduce', 'dash', 'retirer', 'soustraire', 'réduire', 'moins'],
); );
Remove02Icon.keywords = ['remove', 'minus', 'subtract', 'reduce', 'dash', 'retirer', 'soustraire', 'réduire', 'moins'];
Remove02Icon.category = 'Add + Remove';
export const RemoveCircleIcon = (props) => ( export const Remove02Icon = m(
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} color={"currentColor"} fill={"none"} {...props}> (props) => (
<path d="M12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25ZM8 11C7.44771 11 7 11.4477 7 12C7 12.5523 7.44771 13 8 13H16C16.5523 13 17 12.5523 17 12C17 11.4477 16.5523 11 16 11H8Z" fill="currentColor"></path> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} color={"currentColor"} fill={"none"} {...props}>
<path d="M12 22.7501C17.9371 22.7501 22.75 17.9371 22.75 12.0001C22.75 6.063 17.9371 1.25006 12 1.25006C6.06294 1.25006 1.25 6.063 1.25 12.0001C1.25 17.9371 6.06294 22.7501 12 22.7501ZM8 13.0001C7.44772 13.0001 7 12.5523 7 12.0001C7 11.4478 7.44772 11.0001 8 11.0001H16L16.1025 11.0049C16.6067 11.0563 17 11.4824 17 12.0001C17 12.5177 16.6067 12.9438 16.1025 12.9952L16 13.0001H8Z" fill="currentColor"></path> <path d="M20.7388 11.7705C20.6243 10.6358 19.6665 9.75 18.5015 9.75H5.49854C4.25643 9.75 3.24951 10.7569 3.24951 11.999C3.24951 13.2411 4.25643 14.248 5.49854 14.248H18.5015C19.7428 14.248 20.7494 13.2423 20.7505 12.001L20.7388 11.7705Z" fill="currentColor"></path>
</svg> </svg>
),
['remove', 'minus', 'subtract', 'reduce', 'dash', 'retirer', 'soustraire', 'réduire', 'moins'],
); );
RemoveCircleIcon.keywords = ['remove', 'minus', 'subtract', 'circle', 'round', 'retirer', 'soustraire', 'cercle', 'moins'];
RemoveCircleIcon.category = 'Add + Remove';
export const RemoveCircleHalfDotIcon = (props) => ( export const RemoveCircleIcon = m(
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} color={"currentColor"} fill={"none"} {...props}> (props) => (
<path d="M2.22727 11.0228C1.68754 11.0228 1.25 11.4604 1.25 12.0001C1.25 17.9372 6.06294 22.7501 12 22.7501C17.9371 22.7501 22.75 17.9372 22.75 12.0001C22.75 6.06305 17.9371 1.25011 12 1.25011C11.4603 1.25011 11.0227 1.68765 11.0227 2.22738C11.0227 2.76711 11.4603 3.20465 12 3.20465C16.8576 3.20465 20.7955 7.14251 20.7955 12.0001C20.7955 16.8577 16.8576 20.7956 12 20.7956C7.1424 20.7956 3.20455 16.8577 3.20455 12.0001C3.20455 11.4604 2.76701 11.0228 2.22727 11.0228Z" fill="currentColor"></path> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} color={"currentColor"} fill={"none"} {...props}>
<path d="M2.40097 9.90909C2.91416 10.0757 3.46525 9.79511 3.6321 9.28207C3.88393 8.50633 4.24111 7.77697 4.68668 7.11183L4.88328 6.8303C5.2009 6.39391 5.10493 5.78221 4.66855 5.4646C4.25946 5.16695 3.69626 5.23312 3.36583 5.60202L3.30285 5.68028C2.64593 6.5829 2.12544 7.59228 1.77299 8.67795C1.60637 9.19123 1.88777 9.74233 2.40097 9.90909Z" fill="currentColor"></path> <path d="M12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25ZM8 11C7.44771 11 7 11.4477 7 12C7 12.5523 7.44771 13 8 13H16C16.5523 13 17 12.5523 17 12C17 11.4477 16.5523 11 16 11H8Z" fill="currentColor"></path>
<path d="M9.90898 2.40107C9.75267 1.92002 9.25825 1.64291 8.77424 1.74733L8.67785 1.77405C7.72806 2.08245 6.83635 2.51902 6.02375 3.06341L5.68018 3.30295C5.24379 3.62057 5.14783 4.23227 5.46544 4.66865C5.76327 5.0775 6.31843 5.18726 6.7462 4.93778L6.83019 4.88339C7.47684 4.41274 8.18966 4.02831 8.95175 3.74673L9.28101 3.63221C9.7943 3.46549 10.0757 2.91439 9.90898 2.40107Z" fill="currentColor"></path> <path d="M12 22.7501C17.9371 22.7501 22.75 17.9371 22.75 12.0001C22.75 6.063 17.9371 1.25006 12 1.25006C6.06294 1.25006 1.25 6.063 1.25 12.0001C1.25 17.9371 6.06294 22.7501 12 22.7501ZM8 13.0001C7.44772 13.0001 7 12.5523 7 12.0001C7 11.4478 7.44772 11.0001 8 11.0001H16L16.1025 11.0049C16.6067 11.0563 17 11.4824 17 12.0001C17 12.5177 16.6067 12.9438 16.1025 12.9952L16 13.0001H8Z" fill="currentColor"></path>
<path d="M7 12.0001C7 12.5524 7.44772 13.0001 8 13.0001H16L16.1025 12.9952C16.6067 12.9439 17 12.5178 17 12.0001C17 11.4824 16.6067 11.0563 16.1025 11.005L16 11.0001H8C7.44772 11.0001 7 11.4478 7 12.0001Z" fill="currentColor"></path> </svg>
</svg> ),
['remove', 'minus', 'subtract', 'circle', 'round', 'retirer', 'soustraire', 'cercle', 'moins'],
); );
RemoveCircleHalfDotIcon.keywords = ['remove', 'minus', 'subtract', 'circle', 'half', 'dot', 'retirer', 'soustraire', 'cercle', 'moitié', 'point'];
RemoveCircleHalfDotIcon.category = 'Add + Remove';
export const RemoveSquareIcon = (props) => ( export const RemoveCircleHalfDotIcon = m(
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} color={"currentColor"} fill={"none"} {...props}> (props) => (
<path d="M12.0527 22.25C14.2453 22.2501 15.9673 22.2501 17.3115 22.0694C18.6882 21.8843 19.7805 21.4969 20.6387 20.6387C21.4969 19.7805 21.8842 18.6882 22.0693 17.3116C22.25 15.9673 22.25 14.2454 22.25 12.0528V11.9473C22.25 9.75473 22.25 8.03278 22.0693 6.68852C21.8842 5.31186 21.4969 4.21957 20.6387 3.36137C19.7805 2.50318 18.6882 2.1158 17.3115 1.93071C15.9673 1.75003 14.2453 1.75003 12.0527 1.75005H11.9473C9.75468 1.75003 8.03274 1.75003 6.68848 1.93071C5.31182 2.1158 4.21953 2.50318 3.36133 3.36137C2.50313 4.21957 2.11575 5.31186 1.93066 6.68852C1.74998 8.03278 1.74999 9.75473 1.75 11.9473V12.0528C1.74999 14.2454 1.74998 15.9673 1.93066 17.3116C2.11575 18.6882 2.50313 19.7805 3.36133 20.6387C4.21953 21.4969 5.31182 21.8843 6.68848 22.0694C8.03274 22.2501 9.75468 22.2501 11.9473 22.25H12.0527ZM8 13C7.44772 13 7 12.5523 7 12C7 11.4478 7.44772 11 8 11H16L16.1025 11.0049C16.6067 11.0563 17 11.4824 17 12C17 12.5177 16.6067 12.9438 16.1025 12.9952L16 13H8Z" fill="currentColor"></path> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} color={"currentColor"} fill={"none"} {...props}>
</svg> <path d="M2.22727 11.0228C1.68754 11.0228 1.25 11.4604 1.25 12.0001C1.25 17.9372 6.06294 22.7501 12 22.7501C17.9371 22.7501 22.75 17.9372 22.75 12.0001C22.75 6.06305 17.9371 1.25011 12 1.25011C11.4603 1.25011 11.0227 1.68765 11.0227 2.22738C11.0227 2.76711 11.4603 3.20465 12 3.20465C16.8576 3.20465 20.7955 7.14251 20.7955 12.0001C20.7955 16.8577 16.8576 20.7956 12 20.7956C7.1424 20.7956 3.20455 16.8577 3.20455 12.0001C3.20455 11.4604 2.76701 11.0228 2.22727 11.0228Z" fill="currentColor"></path>
<path d="M2.40097 9.90909C2.91416 10.0757 3.46525 9.79511 3.6321 9.28207C3.88393 8.50633 4.24111 7.77697 4.68668 7.11183L4.88328 6.8303C5.2009 6.39391 5.10493 5.78221 4.66855 5.4646C4.25946 5.16695 3.69626 5.23312 3.36583 5.60202L3.30285 5.68028C2.64593 6.5829 2.12544 7.59228 1.77299 8.67795C1.60637 9.19123 1.88777 9.74233 2.40097 9.90909Z" fill="currentColor"></path>
<path d="M9.90898 2.40107C9.75267 1.92002 9.25825 1.64291 8.77424 1.74733L8.67785 1.77405C7.72806 2.08245 6.83635 2.51902 6.02375 3.06341L5.68018 3.30295C5.24379 3.62057 5.14783 4.23227 5.46544 4.66865C5.76327 5.0775 6.31843 5.18726 6.7462 4.93778L6.83019 4.88339C7.47684 4.41274 8.18966 4.02831 8.95175 3.74673L9.28101 3.63221C9.7943 3.46549 10.0757 2.91439 9.90898 2.40107Z" fill="currentColor"></path>
<path d="M7 12.0001C7 12.5524 7.44772 13.0001 8 13.0001H16L16.1025 12.9952C16.6067 12.9439 17 12.5178 17 12.0001C17 11.4824 16.6067 11.0563 16.1025 11.005L16 11.0001H8C7.44772 11.0001 7 11.4478 7 12.0001Z" fill="currentColor"></path>
</svg>
),
['remove', 'minus', 'subtract', 'circle', 'half', 'dot', 'retirer', 'soustraire', 'cercle', 'moitié', 'point'],
); );
RemoveSquareIcon.keywords = ['remove', 'minus', 'subtract', 'square', 'retirer', 'soustraire', 'carré', 'moins'];
RemoveSquareIcon.category = 'Add + Remove';
export const RestoreBinIcon = (props) => ( export const RemoveSquareIcon = m(
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} color={"currentColor"} fill={"none"} {...props}> (props) => (
<path fillRule="evenodd" clipRule="evenodd" d="M11.9936 1.25L12.0742 1.25C12.5599 1.24998 12.9881 1.24996 13.3471 1.28207C13.7345 1.31672 14.1139 1.39328 14.4874 1.58705C14.6315 1.66182 14.7693 1.74815 14.8994 1.84521C15.2367 2.09677 15.471 2.40472 15.6712 2.73822C15.8567 3.04728 16.0435 3.43259 16.2554 3.8697L16.6821 4.75H20.9998C21.5521 4.75 21.9998 5.19772 21.9998 5.75C21.9998 6.30229 21.5521 6.75 20.9998 6.75H16.0776C16.0634 6.75031 16.0491 6.75031 16.0349 6.75H8.07417C8.05951 6.75033 8.04482 6.75033 8.03011 6.75H2.99982C2.44753 6.75 1.99982 6.30229 1.99982 5.75C1.99982 5.19772 2.44753 4.75 2.99982 4.75H7.40958L7.76538 3.96946C7.97193 3.51625 8.15385 3.11712 8.33658 2.79684C8.53369 2.45137 8.76703 2.13167 9.10843 1.86975C9.23997 1.76885 9.37964 1.67901 9.52601 1.60118C9.90594 1.39917 10.2936 1.31945 10.6897 1.28339C11.057 1.24996 11.4956 1.24998 11.9936 1.25ZM9.60758 4.75H14.4595C14.2329 4.28261 14.0878 3.98637 13.9564 3.7675C13.8321 3.56034 13.7575 3.48856 13.7037 3.44841C13.6603 3.41605 13.6144 3.38727 13.5663 3.36235C13.5067 3.33143 13.4096 3.29564 13.1689 3.27411C12.9097 3.25092 12.5718 3.25 12.0343 3.25C11.4835 3.25 11.1368 3.25096 10.8711 3.27515C10.6242 3.29762 10.5254 3.33496 10.465 3.36706C10.4162 3.39301 10.3696 3.42295 10.3258 3.45659C10.2715 3.49821 10.1965 3.5727 10.0737 3.78796C9.94923 4.00617 9.81369 4.29827 9.60758 4.75Z" fill="currentColor"></path> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} color={"currentColor"} fill={"none"} {...props}>
<path fillRule="evenodd" clipRule="evenodd" d="M12.8437 15.5161C13.9458 14.1064 15.8447 13.4231 17.6837 13.9021C18.6618 14.1568 19.4875 14.704 20.0819 15.4265C20.4328 15.853 20.3716 16.4832 19.9451 16.8341C19.5186 17.185 18.8884 17.1237 18.5375 16.6972C18.2065 16.2949 17.7425 15.9841 17.1796 15.8375C15.7661 15.4694 14.3499 16.292 13.9866 17.6098C13.8866 17.9724 13.5917 18.2482 13.2233 18.3237C12.8549 18.3992 12.4752 18.2616 12.2407 17.9676L11.2181 16.6854C10.8737 16.2536 10.9446 15.6244 11.3764 15.2801C11.8081 14.9357 12.4373 15.0066 12.7817 15.4383L12.8437 15.5161ZM19.7761 18.1758C19.4078 18.2514 19.1131 18.5271 19.0132 18.8896C18.6499 20.2074 17.2337 21.03 15.8202 20.6619C15.2566 20.5151 14.7923 20.2038 14.4612 19.8009C14.1106 19.3742 13.4804 19.3125 13.0537 19.6632C12.627 20.0138 12.5654 20.644 12.916 21.0707C13.5106 21.7942 14.337 22.3423 15.3161 22.5973C17.1554 23.0764 19.0547 22.3927 20.1567 20.9824L20.2185 21.0599C20.5632 21.4914 21.1924 21.5618 21.624 21.2171C22.0555 20.8725 22.1259 20.2432 21.7813 19.8117L20.7586 18.5313C20.5239 18.2375 20.1444 18.1002 19.7761 18.1758Z" fill="currentColor"></path> <path d="M12.0527 22.25C14.2453 22.2501 15.9673 22.2501 17.3115 22.0694C18.6882 21.8843 19.7805 21.4969 20.6387 20.6387C21.4969 19.7805 21.8842 18.6882 22.0693 17.3116C22.25 15.9673 22.25 14.2454 22.25 12.0528V11.9473C22.25 9.75473 22.25 8.03278 22.0693 6.68852C21.8842 5.31186 21.4969 4.21957 20.6387 3.36137C19.7805 2.50318 18.6882 2.1158 17.3115 1.93071C15.9673 1.75003 14.2453 1.75003 12.0527 1.75005H11.9473C9.75468 1.75003 8.03274 1.75003 6.68848 1.93071C5.31182 2.1158 4.21953 2.50318 3.36133 3.36137C2.50313 4.21957 2.11575 5.31186 1.93066 6.68852C1.74998 8.03278 1.74999 9.75473 1.75 11.9473V12.0528C1.74999 14.2454 1.74998 15.9673 1.93066 17.3116C2.11575 18.6882 2.50313 19.7805 3.36133 20.6387C4.21953 21.4969 5.31182 21.8843 6.68848 22.0694C8.03274 22.2501 9.75468 22.2501 11.9473 22.25H12.0527ZM8 13C7.44772 13 7 12.5523 7 12C7 11.4478 7.44772 11 8 11H16L16.1025 11.0049C16.6067 11.0563 17 11.4824 17 12C17 12.5177 16.6067 12.9438 16.1025 12.9952L16 13H8Z" fill="currentColor"></path>
<path d="M12.0006 22.75C10.749 22.75 9.75593 22.75 8.95799 22.6734C8.13968 22.5949 7.45218 22.4307 6.83674 22.0552C6.27372 21.7117 5.78841 21.2547 5.41171 20.7133C4.99994 20.1214 4.79465 19.4448 4.66698 18.6325C4.54248 17.8404 4.48264 16.8487 4.40723 15.5991L3.81643 5.80992C3.78644 5.31291 3.77144 5.0644 3.92029 4.9072C4.06915 4.75 4.31945 4.75 4.82006 4.75H19.273C19.7743 4.75 20.0249 4.75 20.1738 4.90746C20.3227 5.06493 20.3073 5.31373 20.2765 5.81135L19.925 11.4991C19.8817 12.2001 19.86 12.5507 19.663 12.689C19.466 12.8274 19.0754 12.7157 18.2942 12.4924C18.2438 12.478 18.1931 12.4642 18.1421 12.451C16.3402 11.9842 14.4905 12.3532 13.0527 13.3362C12.8551 13.4713 12.7563 13.5389 12.6776 13.5613C12.5989 13.5838 12.451 13.5774 12.1552 13.5646C11.5702 13.5394 10.9738 13.7162 10.4801 14.1079C9.39476 14.9688 9.21667 16.5418 10.0823 17.6212L11.1105 18.9034C11.2432 19.0689 11.3096 19.1517 11.3303 19.1891C11.4011 19.3171 11.4025 19.3235 11.391 19.4692C11.3877 19.5117 11.3615 19.6144 11.3091 19.8197C11.1194 20.5639 11.2756 21.3848 11.8032 22.0235C11.9104 22.1531 12.023 22.2785 12.141 22.3991C12.2648 22.5257 12.1781 22.75 12.0006 22.75Z" fill="currentColor"></path> </svg>
</svg> ),
['remove', 'minus', 'subtract', 'square', 'retirer', 'soustraire', 'carré', 'moins'],
); );
RestoreBinIcon.keywords = ['restore', 'bin', 'recover', 'undo', 'trash', 'put back', 'restaurer', 'corbeille', 'récupérer', 'annuler', 'poubelle'];
RestoreBinIcon.category = 'Add + Remove';
export const UnavailableIcon = (props) => ( export const RestoreBinIcon = m(
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} color={"currentColor"} fill={"none"} {...props}> (props) => (
<path fillRule="evenodd" clipRule="evenodd" d="M1.25 12C1.25 5.92487 6.17487 1 12.25 1C18.3251 1 23.25 5.92487 23.25 12C23.25 18.0751 18.3251 23 12.25 23C6.17487 23 1.25 18.0751 1.25 12ZM5.29816 6.60379C4.13979 8.09394 3.45 9.96642 3.45 12C3.45 16.8601 7.38989 20.8 12.25 20.8C14.2836 20.8 16.1561 20.1102 17.6462 18.9518L5.29816 6.60379ZM6.85379 5.04816L19.2018 17.3962C20.3602 15.9061 21.05 14.0336 21.05 12C21.05 7.13989 17.1101 3.2 12.25 3.2C10.2164 3.2 8.34394 3.88979 6.85379 5.04816Z" fill="currentColor"></path> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} color={"currentColor"} fill={"none"} {...props}>
</svg> <path fillRule="evenodd" clipRule="evenodd" d="M11.9936 1.25L12.0742 1.25C12.5599 1.24998 12.9881 1.24996 13.3471 1.28207C13.7345 1.31672 14.1139 1.39328 14.4874 1.58705C14.6315 1.66182 14.7693 1.74815 14.8994 1.84521C15.2367 2.09677 15.471 2.40472 15.6712 2.73822C15.8567 3.04728 16.0435 3.43259 16.2554 3.8697L16.6821 4.75H20.9998C21.5521 4.75 21.9998 5.19772 21.9998 5.75C21.9998 6.30229 21.5521 6.75 20.9998 6.75H16.0776C16.0634 6.75031 16.0491 6.75031 16.0349 6.75H8.07417C8.05951 6.75033 8.04482 6.75033 8.03011 6.75H2.99982C2.44753 6.75 1.99982 6.30229 1.99982 5.75C1.99982 5.19772 2.44753 4.75 2.99982 4.75H7.40958L7.76538 3.96946C7.97193 3.51625 8.15385 3.11712 8.33658 2.79684C8.53369 2.45137 8.76703 2.13167 9.10843 1.86975C9.23997 1.76885 9.37964 1.67901 9.52601 1.60118C9.90594 1.39917 10.2936 1.31945 10.6897 1.28339C11.057 1.24996 11.4956 1.24998 11.9936 1.25ZM9.60758 4.75H14.4595C14.2329 4.28261 14.0878 3.98637 13.9564 3.7675C13.8321 3.56034 13.7575 3.48856 13.7037 3.44841C13.6603 3.41605 13.6144 3.38727 13.5663 3.36235C13.5067 3.33143 13.4096 3.29564 13.1689 3.27411C12.9097 3.25092 12.5718 3.25 12.0343 3.25C11.4835 3.25 11.1368 3.25096 10.8711 3.27515C10.6242 3.29762 10.5254 3.33496 10.465 3.36706C10.4162 3.39301 10.3696 3.42295 10.3258 3.45659C10.2715 3.49821 10.1965 3.5727 10.0737 3.78796C9.94923 4.00617 9.81369 4.29827 9.60758 4.75Z" fill="currentColor"></path>
<path fillRule="evenodd" clipRule="evenodd" d="M12.8437 15.5161C13.9458 14.1064 15.8447 13.4231 17.6837 13.9021C18.6618 14.1568 19.4875 14.704 20.0819 15.4265C20.4328 15.853 20.3716 16.4832 19.9451 16.8341C19.5186 17.185 18.8884 17.1237 18.5375 16.6972C18.2065 16.2949 17.7425 15.9841 17.1796 15.8375C15.7661 15.4694 14.3499 16.292 13.9866 17.6098C13.8866 17.9724 13.5917 18.2482 13.2233 18.3237C12.8549 18.3992 12.4752 18.2616 12.2407 17.9676L11.2181 16.6854C10.8737 16.2536 10.9446 15.6244 11.3764 15.2801C11.8081 14.9357 12.4373 15.0066 12.7817 15.4383L12.8437 15.5161ZM19.7761 18.1758C19.4078 18.2514 19.1131 18.5271 19.0132 18.8896C18.6499 20.2074 17.2337 21.03 15.8202 20.6619C15.2566 20.5151 14.7923 20.2038 14.4612 19.8009C14.1106 19.3742 13.4804 19.3125 13.0537 19.6632C12.627 20.0138 12.5654 20.644 12.916 21.0707C13.5106 21.7942 14.337 22.3423 15.3161 22.5973C17.1554 23.0764 19.0547 22.3927 20.1567 20.9824L20.2185 21.0599C20.5632 21.4914 21.1924 21.5618 21.624 21.2171C22.0555 20.8725 22.1259 20.2432 21.7813 19.8117L20.7586 18.5313C20.5239 18.2375 20.1444 18.1002 19.7761 18.1758Z" fill="currentColor"></path>
<path d="M12.0006 22.75C10.749 22.75 9.75593 22.75 8.95799 22.6734C8.13968 22.5949 7.45218 22.4307 6.83674 22.0552C6.27372 21.7117 5.78841 21.2547 5.41171 20.7133C4.99994 20.1214 4.79465 19.4448 4.66698 18.6325C4.54248 17.8404 4.48264 16.8487 4.40723 15.5991L3.81643 5.80992C3.78644 5.31291 3.77144 5.0644 3.92029 4.9072C4.06915 4.75 4.31945 4.75 4.82006 4.75H19.273C19.7743 4.75 20.0249 4.75 20.1738 4.90746C20.3227 5.06493 20.3073 5.31373 20.2765 5.81135L19.925 11.4991C19.8817 12.2001 19.86 12.5507 19.663 12.689C19.466 12.8274 19.0754 12.7157 18.2942 12.4924C18.2438 12.478 18.1931 12.4642 18.1421 12.451C16.3402 11.9842 14.4905 12.3532 13.0527 13.3362C12.8551 13.4713 12.7563 13.5389 12.6776 13.5613C12.5989 13.5838 12.451 13.5774 12.1552 13.5646C11.5702 13.5394 10.9738 13.7162 10.4801 14.1079C9.39476 14.9688 9.21667 16.5418 10.0823 17.6212L11.1105 18.9034C11.2432 19.0689 11.3096 19.1517 11.3303 19.1891C11.4011 19.3171 11.4025 19.3235 11.391 19.4692C11.3877 19.5117 11.3615 19.6144 11.3091 19.8197C11.1194 20.5639 11.2756 21.3848 11.8032 22.0235C11.9104 22.1531 12.023 22.2785 12.141 22.3991C12.2648 22.5257 12.1781 22.75 12.0006 22.75Z" fill="currentColor"></path>
</svg>
),
['restore', 'bin', 'recover', 'undo', 'trash', 'put back', 'restaurer', 'corbeille', 'récupérer', 'annuler', 'poubelle'],
); );
UnavailableIcon.keywords = ['unavailable', 'disabled', 'blocked', 'forbidden', 'not available', 'off', 'no', 'indisponible', 'désactivé', 'bloqué', 'interdit', 'non disponible'];
UnavailableIcon.category = 'Add + Remove';
export const WasteIcon = (props) => ( export const UnavailableIcon = m(
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} color={"currentColor"} fill={"none"} {...props}> (props) => (
<path d="M3.75 4.25H20.25L19.6973 13.1351C19.6531 13.8466 19.631 14.2024 19.4406 14.3408C19.2503 14.4792 18.8387 14.3737 18.0156 14.1625C17.6018 14.0564 17.1683 14 16.7217 14C13.8389 14 11.502 16.3505 11.502 19.25C11.502 19.5653 11.5296 19.8741 11.5826 20.1741C11.7274 20.9945 11.7998 21.4047 11.6475 21.5839C11.4951 21.7631 11.1484 21.7585 10.455 21.7493C9.94616 21.7426 9.43776 21.7241 8.93175 21.6781C8.12227 21.6046 7.44375 21.4513 6.83501 21.0998C6.2764 20.7773 5.79147 20.3462 5.41321 19.8316C4.99692 19.2654 4.78954 18.6171 4.66122 17.8445C4.5367 17.0948 4.47696 16.1578 4.40219 14.9852L4.3996 14.9446L4.39946 14.9423L3.75 4.25Z" fill="currentColor"></path> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} color={"currentColor"} fill={"none"} {...props}>
<path fillRule="evenodd" clipRule="evenodd" d="M12.5704 3.25C12.236 3.25 11.9238 3.4171 11.7383 3.6953L11.3685 4.25H18.1126L18.0072 3.93377C17.8711 3.52543 17.4889 3.25 17.0585 3.25H12.5704ZM20.2208 4.25L19.9045 3.30132C19.4962 2.07629 18.3498 1.25 17.0585 1.25H12.5704C11.5673 1.25 10.6306 1.7513 10.0742 2.5859L9.26168 3.8047C9.07622 4.0829 8.76399 4.25 8.42963 4.25H3C2.44772 4.25 2 4.69772 2 5.25C2 5.80228 2.44772 6.25 3 6.25H19.4767C19.4921 6.25036 19.5076 6.25036 19.5231 6.25H21C21.5523 6.25 22 5.80228 22 5.25C22 4.69772 21.5523 4.25 21 4.25H20.2208Z" fill="currentColor"></path> <path fillRule="evenodd" clipRule="evenodd" d="M1.25 12C1.25 5.92487 6.17487 1 12.25 1C18.3251 1 23.25 5.92487 23.25 12C23.25 18.0751 18.3251 23 12.25 23C6.17487 23 1.25 18.0751 1.25 12ZM5.29816 6.60379C4.13979 8.09394 3.45 9.96642 3.45 12C3.45 16.8601 7.38989 20.8 12.25 20.8C14.2836 20.8 16.1561 20.1102 17.6462 18.9518L5.29816 6.60379ZM6.85379 5.04816L19.2018 17.3962C20.3602 15.9061 21.05 14.0336 21.05 12C21.05 7.13989 17.1101 3.2 12.25 3.2C10.2164 3.2 8.34394 3.88979 6.85379 5.04816Z" fill="currentColor"></path>
<path fillRule="evenodd" clipRule="evenodd" d="M16.75 21.125C15.7145 21.125 14.875 20.2855 14.875 19.25C14.875 18.2145 15.7145 17.375 16.75 17.375C17.7855 17.375 18.625 18.2145 18.625 19.25C18.625 20.2855 17.7855 21.125 16.75 21.125ZM13 19.25C13 21.3211 14.6789 23 16.75 23C18.8211 23 20.5 21.3211 20.5 19.25C20.5 17.1789 18.8211 15.5 16.75 15.5C14.6789 15.5 13 17.1789 13 19.25Z" fill="currentColor"></path> </svg>
</svg> ),
['unavailable', 'disabled', 'blocked', 'forbidden', 'not available', 'off', 'no', 'indisponible', 'désactivé', 'bloqué', 'interdit', 'non disponible'],
); );
WasteIcon.keywords = ['waste', 'trash', 'bin', 'delete', 'garbage', 'remove', 'poubelle', 'corbeille', 'supprimer', 'déchets'];
WasteIcon.category = 'Add + Remove';
export const WasteRestoreIcon = (props) => ( export const WasteIcon = m(
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} color={"currentColor"} fill={"none"} {...props}> (props) => (
<path fillRule="evenodd" clipRule="evenodd" d="M12.5704 3.25C12.236 3.25 11.9238 3.4171 11.7383 3.6953L11.3685 4.25H18.1126L18.0072 3.93377C17.8711 3.52543 17.4889 3.25 17.0585 3.25H12.5704ZM20.2208 4.25L19.9045 3.30132C19.4962 2.07629 18.3498 1.25 17.0585 1.25H12.5704C11.5673 1.25 10.6306 1.7513 10.0742 2.5859L9.26168 3.8047C9.07622 4.0829 8.76399 4.25 8.42963 4.25H3C2.44772 4.25 2 4.69772 2 5.25C2 5.80228 2.44772 6.25 3 6.25H19.4767C19.4921 6.25036 19.5076 6.25036 19.5231 6.25H21C21.5523 6.25 22 5.80228 22 5.25C22 4.69772 21.5523 4.25 21 4.25H20.2208Z" fill="currentColor"></path> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} color={"currentColor"} fill={"none"} {...props}>
<path fillRule="evenodd" clipRule="evenodd" d="M12.8438 15.5161C13.9459 14.1064 15.8447 13.4231 17.6837 13.9021C18.6618 14.1568 19.4875 14.704 20.082 15.4265C20.4329 15.853 20.3716 16.4832 19.9452 16.8341C19.5187 17.185 18.8885 17.1237 18.5376 16.6972C18.2065 16.2949 17.7426 15.9841 17.1796 15.8375C15.7662 15.4694 14.3499 16.292 13.9866 17.6098C13.8867 17.9724 13.5918 18.2482 13.2234 18.3237C12.8549 18.3992 12.4753 18.2616 12.2408 17.9676L11.2182 16.6854C10.8738 16.2536 10.9447 15.6244 11.3764 15.2801C11.8082 14.9357 12.4374 15.0066 12.7818 15.4383L12.8438 15.5161ZM19.7762 18.1758C19.4079 18.2514 19.1131 18.5271 19.0132 18.8896C18.6499 20.2074 17.2337 21.03 15.8202 20.6619C15.2567 20.5151 14.7924 20.2038 14.4613 19.8009C14.1106 19.3742 13.4805 19.3125 13.0538 19.6632C12.6271 20.0138 12.5654 20.644 12.9161 21.0707C13.5106 21.7942 14.337 22.3423 15.3162 22.5973C17.1555 23.0764 19.0547 22.3927 20.1568 20.9824L20.2186 21.0599C20.5633 21.4914 21.1925 21.5618 21.624 21.2171C22.0556 20.8725 22.126 20.2432 21.7813 19.8117L20.7586 18.5313C20.524 18.2375 20.1444 18.1002 19.7762 18.1758Z" fill="currentColor"></path> <path d="M3.75 4.25H20.25L19.6973 13.1351C19.6531 13.8466 19.631 14.2024 19.4406 14.3408C19.2503 14.4792 18.8387 14.3737 18.0156 14.1625C17.6018 14.0564 17.1683 14 16.7217 14C13.8389 14 11.502 16.3505 11.502 19.25C11.502 19.5653 11.5296 19.8741 11.5826 20.1741C11.7274 20.9945 11.7998 21.4047 11.6475 21.5839C11.4951 21.7631 11.1484 21.7585 10.455 21.7493C9.94616 21.7426 9.43776 21.7241 8.93175 21.6781C8.12227 21.6046 7.44375 21.4513 6.83501 21.0998C6.2764 20.7773 5.79147 20.3462 5.41321 19.8316C4.99692 19.2654 4.78954 18.6171 4.66122 17.8445C4.5367 17.0948 4.47696 16.1578 4.40219 14.9852L4.3996 14.9446L4.39946 14.9423L3.75 4.25Z" fill="currentColor"></path>
<path d="M8.91539 22.1781C8.10146 22.1046 7.41921 21.9513 6.80713 21.5998C6.24545 21.2773 5.75786 20.8462 5.37752 20.3316C4.95895 19.7654 4.75042 19.1171 4.6214 18.3445C4.4962 17.5948 4.43613 16.6578 4.36094 15.4852L4.35834 15.4446L4.3582 15.4423L3.76995 5.81063C3.73958 5.31332 3.72439 5.06466 3.87327 4.90733C4.02215 4.75 4.27263 4.75 4.77359 4.75H19.2258C19.7274 4.75 19.9783 4.75 20.1272 4.9076C20.2761 5.06519 20.2605 5.31416 20.2294 5.81208C20.0966 7.93539 19.9972 10.0641 19.8427 12.1866C19.8121 12.6073 19.7968 12.8177 19.6666 12.8983C19.5365 12.9789 19.3246 12.892 18.9007 12.7182C18.6419 12.6121 18.3732 12.5224 18.0955 12.4505C16.2921 11.9834 14.4408 12.3533 13.0024 13.3381C12.8062 13.4724 12.7081 13.5395 12.6298 13.5618C12.5516 13.5841 12.4055 13.5776 12.1134 13.5644C11.5268 13.5379 10.9282 13.7146 10.433 14.1074C9.34768 14.9683 9.16957 16.5413 10.0352 17.6207L11.0635 18.9029C11.1952 19.0672 11.2611 19.1493 11.2816 19.1863C11.3532 19.3152 11.3544 19.3206 11.3431 19.4675C11.3398 19.5097 11.3139 19.6133 11.2619 19.8204C11.1189 20.3908 11.1979 20.9734 11.4451 21.4971C11.623 21.8741 11.712 22.0626 11.6523 22.1557C11.5927 22.2489 11.4092 22.2472 11.0422 22.2439C10.1842 22.2361 9.3613 22.2184 8.91539 22.1781Z" fill="currentColor"></path> <path fillRule="evenodd" clipRule="evenodd" d="M12.5704 3.25C12.236 3.25 11.9238 3.4171 11.7383 3.6953L11.3685 4.25H18.1126L18.0072 3.93377C17.8711 3.52543 17.4889 3.25 17.0585 3.25H12.5704ZM20.2208 4.25L19.9045 3.30132C19.4962 2.07629 18.3498 1.25 17.0585 1.25H12.5704C11.5673 1.25 10.6306 1.7513 10.0742 2.5859L9.26168 3.8047C9.07622 4.0829 8.76399 4.25 8.42963 4.25H3C2.44772 4.25 2 4.69772 2 5.25C2 5.80228 2.44772 6.25 3 6.25H19.4767C19.4921 6.25036 19.5076 6.25036 19.5231 6.25H21C21.5523 6.25 22 5.80228 22 5.25C22 4.69772 21.5523 4.25 21 4.25H20.2208Z" fill="currentColor"></path>
</svg> <path fillRule="evenodd" clipRule="evenodd" d="M16.75 21.125C15.7145 21.125 14.875 20.2855 14.875 19.25C14.875 18.2145 15.7145 17.375 16.75 17.375C17.7855 17.375 18.625 18.2145 18.625 19.25C18.625 20.2855 17.7855 21.125 16.75 21.125ZM13 19.25C13 21.3211 14.6789 23 16.75 23C18.8211 23 20.5 21.3211 20.5 19.25C20.5 17.1789 18.8211 15.5 16.75 15.5C14.6789 15.5 13 17.1789 13 19.25Z" fill="currentColor"></path>
</svg>
),
['waste', 'trash', 'bin', 'delete', 'garbage', 'remove', 'poubelle', 'corbeille', 'supprimer', 'déchets'],
);
export const WasteRestoreIcon = m(
(props) => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} color={"currentColor"} fill={"none"} {...props}>
<path fillRule="evenodd" clipRule="evenodd" d="M12.5704 3.25C12.236 3.25 11.9238 3.4171 11.7383 3.6953L11.3685 4.25H18.1126L18.0072 3.93377C17.8711 3.52543 17.4889 3.25 17.0585 3.25H12.5704ZM20.2208 4.25L19.9045 3.30132C19.4962 2.07629 18.3498 1.25 17.0585 1.25H12.5704C11.5673 1.25 10.6306 1.7513 10.0742 2.5859L9.26168 3.8047C9.07622 4.0829 8.76399 4.25 8.42963 4.25H3C2.44772 4.25 2 4.69772 2 5.25C2 5.80228 2.44772 6.25 3 6.25H19.4767C19.4921 6.25036 19.5076 6.25036 19.5231 6.25H21C21.5523 6.25 22 5.80228 22 5.25C22 4.69772 21.5523 4.25 21 4.25H20.2208Z" fill="currentColor"></path>
<path fillRule="evenodd" clipRule="evenodd" d="M12.8438 15.5161C13.9459 14.1064 15.8447 13.4231 17.6837 13.9021C18.6618 14.1568 19.4875 14.704 20.082 15.4265C20.4329 15.853 20.3716 16.4832 19.9452 16.8341C19.5187 17.185 18.8885 17.1237 18.5376 16.6972C18.2065 16.2949 17.7426 15.9841 17.1796 15.8375C15.7662 15.4694 14.3499 16.292 13.9866 17.6098C13.8867 17.9724 13.5918 18.2482 13.2234 18.3237C12.8549 18.3992 12.4753 18.2616 12.2408 17.9676L11.2182 16.6854C10.8738 16.2536 10.9447 15.6244 11.3764 15.2801C11.8082 14.9357 12.4374 15.0066 12.7818 15.4383L12.8438 15.5161ZM19.7762 18.1758C19.4079 18.2514 19.1131 18.5271 19.0132 18.8896C18.6499 20.2074 17.2337 21.03 15.8202 20.6619C15.2567 20.5151 14.7924 20.2038 14.4613 19.8009C14.1106 19.3742 13.4805 19.3125 13.0538 19.6632C12.6271 20.0138 12.5654 20.644 12.9161 21.0707C13.5106 21.7942 14.337 22.3423 15.3162 22.5973C17.1555 23.0764 19.0547 22.3927 20.1568 20.9824L20.2186 21.0599C20.5633 21.4914 21.1925 21.5618 21.624 21.2171C22.0556 20.8725 22.126 20.2432 21.7813 19.8117L20.7586 18.5313C20.524 18.2375 20.1444 18.1002 19.7762 18.1758Z" fill="currentColor"></path>
<path d="M8.91539 22.1781C8.10146 22.1046 7.41921 21.9513 6.80713 21.5998C6.24545 21.2773 5.75786 20.8462 5.37752 20.3316C4.95895 19.7654 4.75042 19.1171 4.6214 18.3445C4.4962 17.5948 4.43613 16.6578 4.36094 15.4852L4.35834 15.4446L4.3582 15.4423L3.76995 5.81063C3.73958 5.31332 3.72439 5.06466 3.87327 4.90733C4.02215 4.75 4.27263 4.75 4.77359 4.75H19.2258C19.7274 4.75 19.9783 4.75 20.1272 4.9076C20.2761 5.06519 20.2605 5.31416 20.2294 5.81208C20.0966 7.93539 19.9972 10.0641 19.8427 12.1866C19.8121 12.6073 19.7968 12.8177 19.6666 12.8983C19.5365 12.9789 19.3246 12.892 18.9007 12.7182C18.6419 12.6121 18.3732 12.5224 18.0955 12.4505C16.2921 11.9834 14.4408 12.3533 13.0024 13.3381C12.8062 13.4724 12.7081 13.5395 12.6298 13.5618C12.5516 13.5841 12.4055 13.5776 12.1134 13.5644C11.5268 13.5379 10.9282 13.7146 10.433 14.1074C9.34768 14.9683 9.16957 16.5413 10.0352 17.6207L11.0635 18.9029C11.1952 19.0672 11.2611 19.1493 11.2816 19.1863C11.3532 19.3152 11.3544 19.3206 11.3431 19.4675C11.3398 19.5097 11.3139 19.6133 11.2619 19.8204C11.1189 20.3908 11.1979 20.9734 11.4451 21.4971C11.623 21.8741 11.712 22.0626 11.6523 22.1557C11.5927 22.2489 11.4092 22.2472 11.0422 22.2439C10.1842 22.2361 9.3613 22.2184 8.91539 22.1781Z" fill="currentColor"></path>
</svg>
),
['waste', 'trash', 'restore', 'bin', 'recover', 'undo', 'poubelle', 'restaurer', 'corbeille', 'récupérer', 'annuler'],
); );
WasteRestoreIcon.keywords = ['waste', 'trash', 'restore', 'bin', 'recover', 'undo', 'poubelle', 'restaurer', 'corbeille', 'récupérer', 'annuler'];
WasteRestoreIcon.category = 'Add + Remove';