react-icon-library
Version:
A library of SVG icons for use in reactJS projects
13 lines • 1.58 kB
JavaScript
import React from 'react';
export default function BuildingModern12(props) {
return (<svg id="Bold" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} {...props}>
<title>building-modern-1</title>
<path d="M6.5,12.434a1,1,0,0,0-1.57-.821l-.011.007L.45,14.932l-.009.007A1,1,0,0,0,0,15.768V23a1,1,0,0,0,1,1h.25a.25.25,0,0,0,.25-.25V17a.5.5,0,0,1,1,0v6.75a.25.25,0,0,0,.25.25h1A.25.25,0,0,0,4,23.75V17a.5.5,0,0,1,1,0v6.75a.25.25,0,0,0,.25.25H5.5a1,1,0,0,0,1-1Z"/>
<rect x={18} y="14.5" width={6} height={3} rx="0.25" ry="0.25"/>
<rect x={18} y="18.5" width={6} height="2.5" rx="0.25" ry="0.25"/>
<path d="M23.591,13.5a.251.251,0,0,0,.222-.134.248.248,0,0,0-.017-.258A.823.823,0,0,0,23.707,13l-2-2a1,1,0,0,0-1.414,0l-2,2a.831.831,0,0,0-.09.108.25.25,0,0,0,.206.392Z"/>
<path d="M18,23a1,1,0,0,0,1,1h4a1,1,0,0,0,1-1v-.75a.25.25,0,0,0-.25-.25h-5.5a.25.25,0,0,0-.25.25Z"/>
<path d="M8.086,6.1A2,2,0,0,0,7.5,7.518V23a1,1,0,0,0,1,1H16a1,1,0,0,0,1-1V7.518A2,2,0,0,0,16.414,6.1L13.4,3.336a.5.5,0,0,1-.146-.353V1a1,1,0,0,0-2,0V2.983a.5.5,0,0,1-.147.353ZM15,10.321a.25.25,0,0,1-.381.213L11.66,8.713a.25.25,0,0,1,.131-.463H14.75A.25.25,0,0,1,15,8.5Zm-5.5-.142a.249.249,0,0,1,.381-.212L13.346,12.1a.249.249,0,0,1,.011.418l-3.465,2.4a.25.25,0,0,1-.392-.205Zm5.108,3.9a.25.25,0,0,1,.258-.016A.253.253,0,0,1,15,14.29v4.791a.25.25,0,0,1-.389.208l-3.526-2.35a.25.25,0,0,1,0-.414ZM9.75,22a.25.25,0,0,1-.25-.25v-3a.25.25,0,0,1,.389-.208l5.1,3.4a.03.03,0,0,1,.014.026.031.031,0,0,1-.032.031Z"/>
</svg>);
}
//# sourceMappingURL=BuildingModern1.2.js.map