UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 949 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UserCircleFilledMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.UserCircleFilledMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M22 12a9.97 9.97 0 0 1-2.773 6.911A9.97 9.97 0 0 1 12.03 22h-.058a9.97 9.97 0 0 1-7.198-3.089A10 10 0 1 1 22 12m-3.939 5A7.84 7.84 0 0 0 12 14.143 7.84 7.84 0 0 0 5.939 17 7.84 7.84 0 0 0 12 19.857 7.84 7.84 0 0 0 18.061 17M12 12.714a3.572 3.572 0 1 0 0-7.143 3.572 3.572 0 0 0 0 7.143", clipRule: "evenodd" }))); }); exports.UserCircleFilledMIcon.displayName = 'UserCircleFilledMIcon';