UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 846 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var UserCircleOutlineMIcon = 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: "M5.106 5.106a9.75 9.75 0 1 1 13.788 13.788A9.75 9.75 0 0 1 5.106 5.106M12 3.75a8.25 8.25 0 0 0-6.025 13.886 7.67 7.67 0 0 1 12.05 0A8.25 8.25 0 0 0 12 3.75m4.903 14.885a6.174 6.174 0 0 0-9.806 0 8.25 8.25 0 0 0 9.806 0m-7.88-11.69a4.212 4.212 0 1 1 5.955 5.956 4.212 4.212 0 0 1-5.956-5.956M12 7.212a2.712 2.712 0 1 0 0 5.423 2.712 2.712 0 0 0 0-5.423", clipRule: "evenodd" }))); }); UserCircleOutlineMIcon.displayName = 'UserCircleOutlineMIcon';