iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 861 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 SignPostLeft = (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 2.596a.75.75 0 00-.75.75v1H7.469a2.25 2.25 0 00-1.495.568l-2.813 2.5a2.25 2.25 0 000 3.363l2.813 2.5a2.25 2.25 0 001.495.569h4.933v8a.75.75 0 001.5 0v-8h6.25a2.25 2.25 0 002.25-2.25v-5a2.25 2.25 0 00-2.25-2.25h-6.25v-1a.75.75 0 00-.75-.75zm7 9.75H7.469a.75.75 0 01-.499-.19l-2.812-2.5a.75.75 0 010-1.12l2.812-2.5a.75.75 0 01.499-.19h12.683a.75.75 0 01.75.75v5a.75.75 0 01-.75.75z", fill: "#323544" }));
exports.default = SignPostLeft;