@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 986 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var HouseMIcon = 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.4697 2.46967C11.7626 2.17678 12.2374 2.17678 12.5303 2.46967L23.5303 13.4697C23.8232 13.7626 23.8232 14.2374 23.5303 14.5303C23.2374 14.8232 22.7626 14.8232 22.4697 14.5303L19.75 11.8107V21C19.75 21.4142 19.4142 21.75 19 21.75H5C4.58579 21.75 4.25 21.4142 4.25 21V11.8107L1.53033 14.5303C1.23744 14.8232 0.762563 14.8232 0.46967 14.5303C0.176777 14.2374 0.176777 13.7626 0.46967 13.4697L4.46917 9.47017C4.4695 9.46984 4.46984 9.4695 4.47017 9.46917L11.4697 2.46967ZM5.75 10.3107V20.25H18.25V10.3107L12 4.06066L5.75 10.3107Z", fill: "currentColor" }))); });
HouseMIcon.displayName = 'HouseMIcon';