@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 988 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var BuildingMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.892 3.981 3.93 9.195h16.14L12.108 3.98a.23.23 0 0 0-.216 0m-.77-1.287a1.73 1.73 0 0 1 1.787.019l8.185 5.36c.604.397.789 1.087.554 1.676-.224.566-.79.946-1.465.946h-.51v6.115h.635a1.44 1.44 0 0 1 1.442 1.443v2.076a1.443 1.443 0 0 1-1.442 1.443H3.692A1.44 1.44 0 0 1 2.25 20.33v-2.077a1.44 1.44 0 0 1 1.442-1.443h.635v-6.115h-.51c-.674 0-1.24-.38-1.466-.946-.234-.59-.049-1.279.555-1.677h.002l8.183-5.36zm-5.295 8v6.116h3.115v-6.115zm4.615 0v6.116h3.116v-6.115zm4.616 0v6.116h3.115v-6.115zM3.75 18.31v1.962h16.5V18.31z", clipRule: "evenodd" }))); });
BuildingMIcon.displayName = 'BuildingMIcon';