Files
nobat724_front/components/icons/AText.js
T

31 lines
2.1 KiB
JavaScript

function AText() {
return (
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="25"
viewBox="0 0 24 25"
fill="none"
>
<g clipPath="url(#clip0_209_1147)">
<path
d="M16.5 6.5C17.4183 6.49987 18.2999 6.86065 18.9546 7.50454C19.6093 8.14842 19.9848 9.02383 20 9.942C20.09 10.807 20.077 12.083 19.492 13.556C18.894 15.062 17.728 16.704 15.6 18.3C15.495 18.3788 15.3754 18.4361 15.2482 18.4687C15.121 18.5013 14.9886 18.5085 14.8586 18.49C14.596 18.4524 14.3591 18.3122 14.2 18.1C14.0409 17.8878 13.9726 17.6211 14.0101 17.3586C14.0476 17.096 14.1878 16.8591 14.4 16.7C15.964 15.527 16.86 14.387 17.373 13.39C16.8921 13.5135 16.3903 13.5333 15.9011 13.448C15.4119 13.3626 14.9465 13.1742 14.5358 12.8952C14.125 12.6162 13.7783 12.2529 13.5187 11.8296C13.2592 11.4063 13.0926 10.9326 13.0302 10.44C12.9678 9.94732 13.0109 9.44705 13.1567 8.97237C13.3025 8.49769 13.5476 8.05946 13.8758 7.6868C14.204 7.31415 14.6077 7.01559 15.0602 6.81097C15.5126 6.60635 16.0034 6.50034 16.5 6.5ZM7.50001 6.5C8.41831 6.49987 9.29987 6.86065 9.9546 7.50454C10.6093 8.14842 10.9848 9.02383 11 9.942C11.09 10.807 11.077 12.083 10.492 13.556C9.89501 15.062 8.72801 16.704 6.60001 18.3C6.49496 18.3788 6.37541 18.4361 6.24819 18.4687C6.12098 18.5013 5.98859 18.5085 5.85859 18.49C5.59604 18.4524 5.35914 18.3122 5.20001 18.1C5.04088 17.8878 4.97256 17.6211 5.01006 17.3586C5.04757 17.096 5.18784 16.8591 5.40001 16.7C6.96401 15.527 7.86001 14.387 8.37301 13.39C7.89205 13.5135 7.39031 13.5333 6.90113 13.448C6.41194 13.3626 5.94651 13.1742 5.53575 12.8952C5.12499 12.6162 4.77831 12.2529 4.51873 11.8296C4.25915 11.4063 4.09262 10.9326 4.0302 10.44C3.96778 9.94732 4.01091 9.44705 4.1567 8.97237C4.3025 8.49769 4.54763 8.05946 4.87582 7.6868C5.20401 7.31415 5.60774 7.01559 6.06019 6.81097C6.51263 6.60635 7.00345 6.50034 7.50001 6.5Z"
fill="#D15B56"
/>
</g>
<defs>
<clipPath id="clip0_209_1147">
<rect
width="24"
height="24"
fill="white"
transform="translate(0 0.5)"
/>
</clipPath>
</defs>
</svg>
);
}
export default AText;