UNPKG

wix-style-react

Version:
15 lines (13 loc) 981 B
import React from 'react'; export default ({ className }) => ( <svg xmlns="http://www.w3.org/2000/svg" fill="currentcolor" viewBox="0 0 15 15" width="12" height="12" className={className} > <path d="M8,12 L8,14 L6,14 L6.001,12 L8,12 Z M7.5001,1.0002 C8.1301,1.0002 8.6741,1.0832 9.1631,1.2552 C10.8591,1.8512 12.0001,3.3552 12.0001,5.0002 C12.0001,6.0452 11.5431,7.0242 10.6801,7.8332 C10.3151,8.1732 9.9811,8.4022 9.6281,8.6452 C9.4461,8.7702 9.2531,8.9022 9.0391,9.0642 C8.0241,9.8292 7.9961,10.9892 7.9961,11.0002 L5.9961,11.0002 L5.99690593,10.9569167 C6.00688222,10.6387911 6.13823333,8.7468 7.8341,7.4672 C8.0741,7.2862 8.2921,7.1362 8.4961,6.9962 C8.8101,6.7812 9.0581,6.6102 9.3121,6.3722 C9.6261,6.0792 10.0001,5.6032 10.0001,5.0002 C10.0001,4.2042 9.3971,3.4572 8.5001,3.1422 C8.2301,3.0482 7.8941,3.0002 7.5001,3.0002 C6.1211,3.0002 5.0001,4.3452 5.0001,6.0002 L3.0001,6.0002 C3.0001,3.2432 5.0181,1.0002 7.5001,1.0002 Z" /> </svg> );