UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 707 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var UserStrokeSIcon = 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: "M8 2.75A1.875 1.875 0 1 0 8 6.5a1.875 1.875 0 0 0 0-3.75M4.625 4.625a3.375 3.375 0 1 1 6.75 0 3.375 3.375 0 0 1-6.75 0m-.3 8.625h7.35a3.751 3.751 0 0 0-7.35 0M2.75 14a5.25 5.25 0 1 1 10.5 0 .75.75 0 0 1-.75.75h-9a.75.75 0 0 1-.75-.75", clipRule: "evenodd" }))); }); UserStrokeSIcon.displayName = 'UserStrokeSIcon';