iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 830 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 SignNoParking = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-sign-no-parking", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M8 16A8 8 0 108 0a8 8 0 000 16m5.29-3.416L9.63 8.923C10.5 8.523 11 7.66 11 6.586c0-1.482-.955-2.584-2.538-2.584H5.5v.79L3.416 2.71a7 7 0 019.874 9.874m-.706.707A7 7 0 012.71 3.417l2.79 2.79V12h1.283V9.164h1.674zM8.726 8.019L6.777 6.07v-.966H8.27c.893 0 1.419.539 1.419 1.482 0 .769-.35 1.273-.963 1.433m-1.949-.534l.59.59h-.59z" }));
exports.default = SignNoParking;