UNPKG

@uiw/icons

Version:

The premium icon font for uiw Component Library.

14 lines 944 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { jsx as _jsx } from "react/jsx-runtime"; export var MinusCircle = props => /*#__PURE__*/_jsx("svg", _extends({ viewBox: "0 0 20 20", width: "16px", height: "16px" }, props, { className: "w-icon " + (props.className ? props.className : ''), children: /*#__PURE__*/_jsx("path", { d: "M10,0 C15.5228475,0 20,4.4771525 20,10 C20,15.5228475 15.5228475,20 10,20 C4.4771525,20 0,15.5228475 0,10 C0,4.4771525 4.4771525,0 10,0 Z M14.4545455,9.09090909 L6.27272727,9.09090909 C5.82085793,9.09090909 5.45454545,9.45722157 5.45454545,9.90909091 C5.45454545,10.3609602 5.82085793,10.7272727 6.27272727,10.7272727 L6.27272727,10.7272727 L14.4545455,10.7272727 C14.9064148,10.7272727 15.2727273,10.3609602 15.2727273,9.90909091 C15.2727273,9.45722157 14.9064148,9.09090909 14.4545455,9.09090909 L14.4545455,9.09090909 Z", fillRule: "evenodd" }) }));