@ozen-ui/icons
Version:
A collection of icons
11 lines (10 loc) • 2.4 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var ProfileSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("g", { clipPath: "url(#clip0_135_29872)" },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.07692 1.75C1.99027 1.75 1.90714 1.78443 1.84581 1.84576C1.78448 1.90711 1.75 1.99034 1.75 2.07717V5.23327C1.75 9.66821 4.20579 12.7852 7.88377 14.2286C7.95864 14.2571 8.04137 14.2571 8.11624 14.2286C11.7972 12.784 14.25 9.66881 14.25 5.2225V2.07717C14.25 1.99034 14.2155 1.90711 14.1542 1.84576C14.0929 1.78443 14.0097 1.75 13.9231 1.75H2.07692ZM0.785033 0.785225C1.12763 0.442546 1.59234 0.25 2.07692 0.25H13.9231C14.4077 0.25 14.8724 0.442546 15.215 0.785225C15.5576 1.1279 15.75 1.59263 15.75 2.07717V5.2225C15.75 10.3302 12.8768 13.9728 8.66153 15.626L8.65775 15.6275C8.23446 15.7909 7.76554 15.7908 7.34225 15.6275L7.33847 15.626C3.12743 13.9745 0.25 10.3308 0.25 5.23327V2.07717C0.25 1.59263 0.442437 1.1279 0.785033 0.785225Z", fill: "currentColor" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.82589 5.57805C4.82589 3.84324 6.26603 2.40442 8.00011 2.40442C9.73466 2.40442 11.1743 3.86078 11.1743 5.57805C11.1743 7.29532 9.73466 8.75167 8.00011 8.75167C6.26603 8.75167 4.82589 7.31285 4.82589 5.57805ZM8.00011 3.90442C7.09391 3.90442 6.32589 4.67221 6.32589 5.57805C6.32589 6.48388 7.09391 7.25167 8.00011 7.25167C8.90164 7.25167 9.67433 6.47149 9.67433 5.57805C9.67433 4.6846 8.90164 3.90442 8.00011 3.90442ZM7.99973 10.3673C6.46771 10.3664 5.01631 11.1527 4.16399 12.4346C3.93466 12.7796 3.46913 12.8733 3.12419 12.644C2.77926 12.4146 2.68554 11.9491 2.91487 11.6042C4.04131 9.90986 5.95875 8.86605 8.00066 8.86732C10.1373 8.86748 11.9871 9.95953 13.0842 11.603C13.3142 11.9475 13.2214 12.4132 12.8769 12.6432C12.5324 12.8732 12.0667 12.7803 11.8367 12.4358C11.001 11.184 9.6059 10.3673 7.99973 10.3673Z", fill: "currentColor" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "clip0_135_29872" },
React.createElement("rect", { width: "16", height: "16", fill: "currentColor" }))))); });
ProfileSIcon.displayName = 'ProfileSIcon';