// This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT. import { createElement, forwardRef } from 'react'; import { IconBase } from '../icon'; var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M6.37569 2.03105C7.32526 1.27139 8.67454 1.27139 9.62411 2.03104L14.1241 5.63104C14.7409 6.12445 15.0999 6.87147 15.0999 7.6613V13.5001C15.0999 14.3837 14.3836 15.1001 13.4999 15.1001H10.3273C9.78751 15.1001 9.3499 14.6624 9.3499 14.1226V12.5501C9.3499 11.8045 8.74549 11.2001 7.9999 11.2001C7.25432 11.2001 6.6499 11.8045 6.6499 12.5501V14.1226C6.6499 14.6624 6.2123 15.1001 5.67248 15.1001H2.4999C1.61625 15.1001 0.899902 14.3837 0.899902 13.5001V7.6613C0.899902 6.87147 1.25894 6.12445 1.87569 5.63105L6.37569 2.03105Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] }; export var HomeFillSingle = forwardRef(function (props, ref) { return createElement(IconBase, Object.assign({}, props, { id: 'home-fill-single', ref: ref, icon: element, })); }); HomeFillSingle.displayName = 'HomeFillSingle'; export default HomeFillSingle; //# sourceMappingURL=home-fill-single.js.map