UNPKG

@jfstech/icons-react

Version:

<p align="center"> <a href="https://jfstech.uk" target="_blank"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/JFS-Tech/icons/HEAD/.github/logo-dark.svg"> <source media="(prefers-color

24 lines 1.04 kB
import * as React from "react"; function UserProfileSquareIcon({ title, titleId, ...props }, svgRef) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", strokeWidth: 1.5, stroke: "currentColor", "aria-hidden": "true", "data-slot": "icon", ref: svgRef, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("path", { d: "M4.2 19.8c.344-.385 2.658-2.202 3.808-3.098A2.38 2.38 0 0 1 9.47 16.2h5.047c.537 0 1.056.183 1.488.502 1.485 1.094 2.877 1.909 4.394 3.098M6 21.6h12a3.6 3.6 0 0 0 3.6-3.6V6A3.6 3.6 0 0 0 18 2.4H6A3.6 3.6 0 0 0 2.4 6v12A3.6 3.6 0 0 0 6 21.6Zm9.439-12.328c0-1.831-1.547-3.328-3.44-3.328-1.892 0-3.438 1.497-3.438 3.328 0 1.832 1.547 3.328 3.439 3.328s3.438-1.496 3.438-3.328Z" })); } const ForwardRef = /*#__PURE__*/ React.forwardRef(UserProfileSquareIcon); export default ForwardRef;