UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.41 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MinusCircleFilledSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.MinusCircleFilledSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 15.75C10.0554 15.75 12.0267 14.9335 13.4801 13.4801C14.9335 12.0267 15.75 10.0554 15.75 8C15.75 5.94457 14.9335 3.97333 13.4801 2.51992C12.0267 1.06652 10.0554 0.25 8 0.25C5.94457 0.25 3.97333 1.06652 2.51992 2.51992C1.06652 3.97333 0.25 5.94457 0.25 8C0.25 10.0554 1.06652 12.0267 2.51992 13.4801C3.97333 14.9335 5.94457 15.75 8 15.75ZM4.67857 7.16964C4.45835 7.16964 4.24714 7.25713 4.09142 7.41285C3.9357 7.56857 3.84821 7.77978 3.84821 8C3.84821 8.22022 3.9357 8.43143 4.09142 8.58715C4.24714 8.74287 4.45835 8.83036 4.67857 8.83036H11.3214C11.5417 8.83036 11.7529 8.74287 11.9086 8.58715C12.0643 8.43143 12.1518 8.22022 12.1518 8C12.1518 7.77978 12.0643 7.56857 11.9086 7.41285C11.7529 7.25713 11.5417 7.16964 11.3214 7.16964H4.67857Z", fill: "currentColor" }))); }); exports.MinusCircleFilledSIcon.displayName = 'MinusCircleFilledSIcon';