UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 873 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UserStrokeSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.UserStrokeSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), react_1.default.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" }))); }); exports.UserStrokeSIcon.displayName = 'UserStrokeSIcon';