UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 967 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UserMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.UserMIcon = (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: "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" }))); }); exports.UserMIcon.displayName = 'UserMIcon';