UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 759 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var UserFilledMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), React.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" }))); }); UserFilledMIcon.displayName = 'UserFilledMIcon';