iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 814 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 SignNoLeftTurn = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-sign-no-left-turn", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M0 8a8 8 0 1016 0A8 8 0 000 8m3.416 5.29l5.988-5.987c.362.274.596.708.596 1.197V11h1V8.5c0-.765-.344-1.45-.885-1.908l3.176-3.176a7 7 0 01-9.874 9.874zm-.707-.706a7 7 0 019.874-9.874L9.196 6.097A2.5 2.5 0 008.5 6H7V4.534a.25.25 0 00-.41-.192L4.23 6.308a.25.25 0 000 .384l2.36 1.966.026.02zM8.293 7L7 8.293V7z" }));
exports.default = SignNoLeftTurn;