@ozen-ui/icons
Version:
A collection of icons
10 lines (9 loc) • 2.38 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var BuildingSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("g", { clipPath: "url(#clip0_318_82)" },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99658 1.89687L2.28187 5.639H13.718L8.00327 1.89687C8.00218 1.89662 8.00106 1.89648 7.99993 1.89648C7.9988 1.89648 7.99767 1.89662 7.99658 1.89687ZM7.23195 0.605621C7.46472 0.46869 7.72987 0.396484 7.99993 0.396484C8.26999 0.396484 8.53513 0.46869 8.7679 0.605621C8.77825 0.611707 8.78845 0.61804 8.79849 0.624615L15.165 4.79354C15.7008 5.14672 15.8704 5.76713 15.6592 6.29845C15.4575 6.80629 14.9524 7.139 14.3646 7.139H14.1346V11.5621H14.4615C14.8032 11.5621 15.131 11.6978 15.3726 11.9395C15.6142 12.1811 15.75 12.5088 15.75 12.8505V14.4659C15.75 14.8077 15.6142 15.1354 15.3726 15.377C15.131 15.6187 14.8032 15.7544 14.4615 15.7544H1.5384C1.19668 15.7544 0.868955 15.6187 0.627321 15.377C0.385687 15.1354 0.249939 14.8077 0.249939 14.4659V12.8505C0.249939 12.5088 0.385687 12.1811 0.627321 11.9395C0.868955 11.6978 1.19668 11.5621 1.5384 11.5621H1.86528V7.139H1.6353C1.04741 7.139 0.542403 6.80629 0.340611 6.29845C0.129491 5.76713 0.299026 5.14672 0.834869 4.79355L0.836736 4.79232L7.20137 0.624615C7.21141 0.61804 7.22161 0.611707 7.23195 0.605621ZM3.36528 7.139V11.5621H5.45473V7.139H3.36528ZM6.95473 7.139V11.5621H9.04522V7.139H6.95473ZM10.5452 7.139V11.5621H12.6346V7.139H10.5452ZM13.3809 13.0621H9.79884C9.79763 13.0621 9.79642 13.0621 9.79522 13.0621C9.79401 13.0621 9.7928 13.0621 9.79159 13.0621H6.20836C6.20715 13.0621 6.20594 13.0621 6.20473 13.0621C6.20352 13.0621 6.20231 13.0621 6.2011 13.0621H2.6189C2.6177 13.0621 2.61649 13.0621 2.61528 13.0621C2.61407 13.0621 2.61286 13.0621 2.61165 13.0621H1.74994V14.2544H14.25V13.0621H13.3882C13.387 13.0621 13.3858 13.0621 13.3846 13.0621C13.3833 13.0621 13.3821 13.0621 13.3809 13.0621Z", fill: "currentColor" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "clip0_318_82" },
React.createElement("rect", { width: "16", height: "16", fill: "currentColor" }))))); });
BuildingSIcon.displayName = 'BuildingSIcon';