@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 774 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var UserFilledSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M15.75 8a7.73 7.73 0 0 1-2.149 5.356 7.73 7.73 0 0 1-5.579 2.394h-.044a7.73 7.73 0 0 1-5.579-2.394A7.75 7.75 0 1 1 15.75 8m-3.052 3.875A6.08 6.08 0 0 0 8 9.661a6.08 6.08 0 0 0-4.698 2.214A6.08 6.08 0 0 0 8 14.089a6.08 6.08 0 0 0 4.698-2.214M8 8.554a2.768 2.768 0 1 0 0-5.536 2.768 2.768 0 0 0 0 5.536", clipRule: "evenodd" }))); });
UserFilledSIcon.displayName = 'UserFilledSIcon';