@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.04 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var HouseSIcon = 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("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.4697 1.46955C7.76259 1.17665 8.23746 1.17665 8.53036 1.46955L13.4328 6.37203C13.4373 6.37642 13.4418 6.38085 13.4462 6.38535L15.6213 8.56052C15.9142 8.85341 15.9142 9.32829 15.6213 9.62118C15.3284 9.91407 14.8536 9.91407 14.5607 9.62118L13.6592 8.71972V13.9999C13.6592 14.4142 13.3234 14.7499 12.9092 14.7499H3.09094C2.67673 14.7499 2.34094 14.4142 2.34094 13.9999V8.71962L1.43939 9.62118C1.14649 9.91407 0.671621 9.91407 0.378728 9.62118C0.0858343 9.32829 0.0858343 8.85341 0.378728 8.56052L7.4697 1.46955ZM3.84094 7.21962V13.2499H12.1592V7.21972L8.00003 3.06054L3.84094 7.21962Z", fill: "currentColor" }))); });
HouseSIcon.displayName = 'HouseSIcon';