@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 855 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var UserStrokePlusSIcon = 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: "M12.5 1.25a.75.75 0 0 1 .75.75v.75H14a.75.75 0 0 1 0 1.5h-.75V5a.75.75 0 0 1-1.5 0v-.75H11a.75.75 0 0 1 0-1.5h.75V2a.75.75 0 0 1 .75-.75M2.325 13.25h7.35a3.751 3.751 0 0 0-7.35 0M.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 14M6 2.75A1.875 1.875 0 1 0 6 6.5a1.875 1.875 0 0 0 0-3.75M2.625 4.625a3.375 3.375 0 1 1 6.75 0 3.375 3.375 0 0 1-6.75 0", clipRule: "evenodd" }))); });
UserStrokePlusSIcon.displayName = 'UserStrokePlusSIcon';