@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.69 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var BuildingMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.8921 3.98099L3.92986 9.19486H20.0701L12.1079 3.98099C12.0746 3.96363 12.0376 3.95453 12 3.95453C11.9624 3.95453 11.9254 3.96363 11.8921 3.98099ZM11.1212 2.69383C11.3876 2.53715 11.691 2.45453 12 2.45453C12.309 2.45453 12.6124 2.53715 12.8787 2.69383C12.8891 2.69992 12.8993 2.70625 12.9093 2.71282L21.0942 8.07249C21.6978 8.47028 21.8827 9.15992 21.6485 9.74931C21.4236 10.3152 20.8571 10.6949 20.183 10.6949H19.673V16.8102H20.3077C20.6902 16.8102 21.0571 16.9622 21.3276 17.2327C21.598 17.5032 21.75 17.87 21.75 18.2525V20.3295C21.75 20.712 21.598 21.0788 21.3276 21.3493C21.0571 21.6198 20.6902 21.7718 20.3077 21.7718H3.69237C3.30985 21.7718 2.94299 21.6198 2.6725 21.3493C2.40202 21.0788 2.25006 20.712 2.25006 20.3295V18.2525C2.25006 17.87 2.40202 17.5032 2.6725 17.2327C2.94299 16.9622 3.30984 16.8102 3.69237 16.8102H4.32696V10.6949H3.81694C3.14291 10.6949 2.57636 10.3152 2.35149 9.74931C2.1173 9.15992 2.30222 8.47028 2.90575 8.07249L2.90762 8.07126L11.0907 2.71282C11.1007 2.70625 11.1109 2.69992 11.1212 2.69383ZM5.82696 10.6949V16.8102H8.94189V10.6949H5.82696ZM10.4419 10.6949V16.8102H13.5582V10.6949H10.4419ZM15.0582 10.6949V16.8102H18.173V10.6949H15.0582ZM3.75006 18.3102V20.2718H20.25V18.3102H3.75006Z", fill: "currentColor" }))); });
BuildingMIcon.displayName = 'BuildingMIcon';