UNPKG

@ozen-ui/icons

Version:

A collection of icons

10 lines (9 loc) 1.59 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ProfileMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.ProfileMIcon = (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: "M8.974 9.008a3 3 0 0 1 3-3.003c1.656 0 3 1.344 3 3.003a3 3 0 0 1-3 3.004c-1.657 0-3-1.345-3-3.004m4.5 0a1.5 1.5 0 1 0-3.002-.002 1.5 1.5 0 0 0 3.002.002M8.01 15.289c0-1.758 1.2-2.251 3.99-2.251 2.796 0 4.006.494 4.006 2.251 0 1.266-2.207 3.233-3.998 3.232-1.788-.001-3.998-1.97-3.998-3.232m4.434-.746L12 14.539c-2.036 0-2.49.187-2.49.75 0 .392 1.502 1.73 2.498 1.73 1 0 2.498-1.335 2.498-1.73 0-.517-.396-.718-2.062-.746", clipRule: "evenodd" }), react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.605 2.066c.205-.069.424-.082.634-.041l.156.04 6.752 2c.525.175.827.652.855 1.187L20 13.442c0 3.03-2.408 5.783-5.052 7.226l-.259.135-2.129 1.066a1.25 1.25 0 0 1-.983.058l-.135-.057-2.132-1.067c-2.708-1.355-5.2-4.055-5.307-7.069l-.005-.292L4 5.254c0-.554.357-.991.855-1.187zM12 3.517 5.5 5.434l-.002 8.008c0 2.472 2.097 4.711 4.249 5.895l.234.122L12 20.47l2.018-1.009c2.207-1.105 4.381-3.3 4.477-5.754l.005-.264.002-8.01z", clipRule: "evenodd" }))); }); exports.ProfileMIcon.displayName = 'ProfileMIcon';