@ozen-ui/icons
Version:
A collection of icons
8 lines (7 loc) • 2.19 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var ProfileMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.97363 9.00807C8.97363 7.3493 10.3168 6.00461 11.9736 6.00461C13.6305 6.00461 14.9736 7.3493 14.9736 9.00807C14.9736 10.6668 13.6305 12.0115 11.9736 12.0115C10.3168 12.0115 8.97363 10.6668 8.97363 9.00807ZM13.4736 9.00807C13.4736 8.17868 12.8021 7.50634 11.9736 7.50634C11.1452 7.50634 10.4736 8.17868 10.4736 9.00807C10.4736 9.83745 11.1452 10.5098 11.9736 10.5098C12.8021 10.5098 13.4736 9.83745 13.4736 9.00807Z", fill: "currentColor" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.00977 15.289C8.00977 13.5315 9.21054 13.0376 12.0002 13.0376C14.7963 13.0376 16.0061 13.5317 16.0061 15.289C16.0061 16.5545 13.7993 18.5217 12.0076 18.5208C10.2195 18.52 8.00977 16.5518 8.00977 15.289ZM12.4437 14.5428L12.0002 14.5393C9.96388 14.5393 9.50977 14.7261 9.50977 15.289C9.50977 15.6809 11.0117 17.0186 12.0083 17.0191C13.0075 17.0196 14.5061 15.6837 14.5061 15.289C14.5061 14.7723 14.1099 14.5707 12.4437 14.5428Z", fill: "currentColor" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.6048 2.06593C11.81 1.99743 12.0286 1.98373 12.2392 2.02483L12.3953 2.06593L19.1473 4.06471C19.672 4.23981 19.9737 4.71723 20.002 5.25193L20 13.4418C20 16.472 17.5917 19.225 14.9479 20.6679L14.689 20.8033L12.5602 21.8695C12.2523 22.0237 11.8966 22.043 11.5768 21.9275L11.4421 21.8697L9.30995 20.8029C6.60157 19.4478 4.10944 16.7482 4.0032 13.7344L3.99805 13.4418L4.00005 5.25379C4.00005 4.70006 4.35706 4.26259 4.85476 4.06657L11.6048 2.06593ZM12 3.51737L5.50005 5.43391L5.49805 13.4418C5.49805 15.9136 7.59515 18.1533 9.74691 19.3369L9.98051 19.4595L12 20.4699L14.0179 19.4602C16.2252 18.3547 18.3995 16.1609 18.4949 13.7057L18.5 13.4418L18.502 5.43205L12 3.51737Z", fill: "currentColor" }))); });
ProfileMIcon.displayName = 'ProfileMIcon';