iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 964 B
JavaScript
;
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 SignsPost2 = (props) => React.createElement("svg", { viewBox: "0 0 25 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M13.152 3.346a.75.75 0 10-1.5 0v6h-5.09a1.75 1.75 0 00-1.162.442l-1.688 1.5a1.75 1.75 0 000 2.616l1.688 1.5c.32.284.734.442 1.163.442h5.09v6a.75.75 0 001.5 0V15.13v-4.285h5.091a1.75 1.75 0 001.163-.442l1.687-1.5a1.75 1.75 0 000-2.616l-1.687-1.5a1.75 1.75 0 00-1.163-.442h-5.092v-1zm-1.5 7.5v3.5h-5.09a.25.25 0 01-.166-.063l-1.687-1.5a.25.25 0 010-.374l1.687-1.5a.25.25 0 01.166-.063h5.09zm1.501-5h5.091a.25.25 0 01.166.063l1.688 1.5a.25.25 0 010 .374l-1.688 1.5a.25.25 0 01-.166.063h-5.09v-3.5z", fill: "#323544" }));
exports.default = SignsPost2;