UNPKG

@astraicons/react

Version:

A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.

25 lines 940 B
import * as React from "react"; import { forwardRef } from "react"; const Building2Icon = ({ title, titleId, ...props }, ref) => /*#__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", ref: ref, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("path", { d: "M5 3.5c0-.244.241-.414.47-.332l10.875 3.884A4 4 0 0 1 19 10.819V20.5a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5z" }), /*#__PURE__*/React.createElement("path", { strokeLinecap: "round", d: "M3 21h18M10 21v-4a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v4M9 9h1M9 13h1M14 9h1M14 13h1M14 6V3.333A.333.333 0 0 0 13.667 3h-3.334a.333.333 0 0 0-.333.333V4.43" })); const ForwardRef = forwardRef(Building2Icon); export default ForwardRef;