src/components/FileSelector/icons/error.js
import React from 'react';
export default function ErrorIcon() {
return (
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1">
<g id="components" stroke="none" strokeWidth="1" fill="none" fillRule="evenodd">
<g
id="Components-FileSelector-"
transform="translate(-427.000000, -1145.000000)"
fillRule="nonzero"
>
<g id="Group-48" transform="translate(419.000000, 1113.000000)">
<g id="error" transform="translate(8.000000, 32.000000)">
<circle
id="Oval"
fill="currentColor"
cx="11.9766316"
cy="11.9766316"
r="11.9766316"
/>
<path
d="M23.9532105,11.9766316 C23.9532105,18.5637895 18.5637368,23.9532632 11.9765789,23.9532632 C8.15905263,23.9532632 4.79063158,22.2316316 2.61984211,19.4620526 C4.64089474,21.1088421 7.26078947,22.0819474 10.1052105,22.0819474 C16.6923684,22.0819474 22.0818421,16.6924737 22.0818421,10.1053158 C22.0818421,7.26089474 21.1087368,4.641 19.4619474,2.61994737 C22.2315789,4.79063158 23.9532105,8.15905263 23.9532105,11.9766316 Z"
id="OvalPartialShape"
fill="#000"
fillOpacity=".102"
/>
<path
d="M11.1896408,12.9417222 L10.8851718,8.38606813 C10.8280895,7.49822182 10.8,6.86083308 10.8,6.47426317 C10.8,5.94805843 10.9379187,5.53746339 11.2133046,5.24274899 C11.4890518,4.94704108 11.8526804,4.8 12.3025647,4.8 C12.8480076,4.8 13.212991,4.98858831 13.3965214,5.36576493 C13.5800518,5.74330283 13.6722686,6.28739094 13.6722686,6.99676479 C13.6722686,7.41548864 13.6499595,7.8409865 13.606064,8.271181 L13.1968237,12.9603282 C13.1525669,13.5185965 13.0575502,13.9464427 12.9112317,14.2448602 C12.7652744,14.5425552 12.5239392,14.6913123 12.1883098,14.6913123 C11.8456355,14.6913123 11.6080034,14.5477034 11.4752329,14.2587695 C11.3417398,13.9707388 11.2464521,13.531422 11.1896408,12.9417222 Z M12.2453921,19.2 C11.8584609,19.2 11.5204832,19.075268 11.2325428,18.8249007 C10.9439702,18.5748045 10.8,18.2243626 10.8,17.7742073 C10.8,17.3808634 10.9379187,17.0462276 11.2133046,16.7701191 C11.4890518,16.4943719 11.8270295,16.3564532 12.2265152,16.3564532 C12.6262719,16.3564532 12.9663269,16.4940107 13.2488481,16.7701191 C13.531008,17.0458663 13.6722686,17.3807731 13.6722686,17.7742073 C13.6722686,18.2179499 13.5296532,18.5664047 13.2436999,18.8202041 C12.9584691,19.0731906 12.6259106,19.2 12.2453921,19.2 Z"
id="Shape"
fill="#FFFFFF"
/>
</g>
</g>
</g>
</g>
</svg>
);
}