UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 663 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const HomeIcon = (props) => React.createElement("svg", { "aria-label": "hand icon", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M21 13.856V22h-7V17a2 2 0 1 0-4 0v5H3v-8.144L1.723 15.19.277 13.81 12 1.553 23.723 13.81l-1.446 1.382L21 13.856zm-8.077-8.444L12 4.5l-.923.912L5 11.765v8.236h3V17a4 4 0 0 1 8 0v3h3v-8.235l-6.077-6.353z" })); exports.default = HomeIcon;