@uiw/icons
Version:
The premium icon font for uiw Component Library.
5 lines (4 loc) • 814 B
JavaScript
import React from 'react';
export const StopO = props => (
<svg viewBox="0 0 20 20" width="16px" height="16px" {...props} className={`w-icon ${props.className ? props.className : ''}`}><path d="M10,0 C4.47767857,0 0,4.47767857 0,10 C0,15.5223214 4.47767857,20 10,20 C15.5223214,20 20,15.5223214 20,10 C20,4.47767857 15.5223214,0 10,0 Z M10,18.3035714 C5.41517857,18.3035714 1.69642857,14.5848214 1.69642857,10 C1.69642857,8.01339286 2.39508929,6.1875 3.56026786,4.75892857 L15.2410714,16.4397321 C13.8125,17.6049107 11.9866071,18.3035714 10,18.3035714 Z M16.4397321,15.2410714 L4.75892857,3.56026786 C6.1875,2.39508929 8.01339286,1.69642857 10,1.69642857 C14.5848214,1.69642857 18.3035714,5.41517857 18.3035714,10 C18.3035714,11.9866071 17.6049107,13.8125 16.4397321,15.2410714 Z" fillRule="evenodd" /></svg>
);