* fix(ui): split icons from SVG.tsx components * fix(ui): split icons from SVG.tsx components * fix(ui): split icons from SVG.tsx components
19 lines
1.7 KiB
TypeScript
19 lines
1.7 KiB
TypeScript
|
|
/* Auto-generated, do not edit */
|
|
import React from 'react';
|
|
|
|
interface Props {
|
|
size?: number | string;
|
|
width?: number | string;
|
|
height?: number | string;
|
|
fill?: string;
|
|
}
|
|
|
|
function List_arrow(props: Props) {
|
|
const { size = 14, width = size, height = size, fill = '' } = props;
|
|
return (
|
|
<svg preserveAspectRatio="none" viewBox="0 0 338 247" width={ `${ width }px` } height={ `${ height }px` } ><path d="m260.695 120.004-1.29-.764 1.29.764ZM337.938.008l-15.364 7.997 14.608 9.307.756-17.304ZM147.764 210.533l-1.056 1.066 1.056-1.066ZM1.136 246.494c15.445-1.408 33.125-1.007 51.104-.905 17.926.101 36.122-.097 52.4-2.747 16.27-2.649 30.811-7.774 41.287-17.672 10.525-9.946 16.759-24.527 16.759-45.666h-3c0 20.506-6.021 34.227-15.819 43.485-9.848 9.305-23.701 14.286-39.709 16.892-16 2.604-33.966 2.809-51.901 2.708-17.883-.101-35.763-.508-51.393.917l.272 2.988Zm145.572-34.895c6.319 6.26 14.176 8.174 22.945 6.375 8.68-1.781 18.247-7.19 28.282-15.504 20.085-16.641 42.501-45.306 64.051-81.702l-2.581-1.528c-21.473 36.264-43.681 64.595-63.384 80.92-9.86 8.169-18.979 13.235-26.972 14.875-7.904 1.622-14.706-.095-20.229-5.567l-2.112 2.131Zm115.278-90.831c54.766-92.492 52.962-82.74 69.951-108.55l-2.506-1.649c-16.82 25.553-15.232 16.13-70.026 108.671l2.581 1.528Zm-99.3 58.736c0-1.051-.102-1.975-.335-2.749-.231-.769-.627-1.5-1.293-1.999-1.453-1.088-3.159-.444-4.313.284-2.441 1.542-5.298 5.158-7.689 9.371-2.423 4.271-4.524 9.428-5.304 14.279-.771 4.793-.305 9.678 2.956 12.909l2.112-2.131c-2.225-2.204-2.823-5.845-2.106-10.302.708-4.4 2.648-9.216 4.951-13.274 2.336-4.116 4.892-7.185 6.682-8.315.962-.608 1.076-.297.914-.419-.02-.015.097.062.217.462.12.396.208 1.003.208 1.884h3Z"/></svg>
|
|
);
|
|
}
|
|
|
|
export default List_arrow;
|