UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 662 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 Signpost = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-signpost", viewBox: "0 0 16 16", ...props }, React.createElement("path", { d: "M7 1.414V4H2a1 1 0 00-1 1v4a1 1 0 001 1h5v6h2v-6h3.532a1 1 0 00.768-.36l1.933-2.32a.5.5 0 000-.64L13.3 4.36a1 1 0 00-.768-.36H9V1.414a1 1 0 00-2 0M12.532 5l1.666 2-1.666 2H2V5z" })); exports.default = Signpost;