iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 852 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 SignStopLightsFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-sign-stop-lights-fill", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M8 6a1 1 0 100-2 1 1 0 000 2m0 3a1 1 0 100-2 1 1 0 000 2m1 2a1 1 0 11-2 0 1 1 0 012 0" }),
React.createElement("path", { d: "M9.05.435c-.58-.58-1.52-.58-2.1 0L.436 6.95c-.58.58-.58 1.519 0 2.098l6.516 6.516c.58.58 1.519.58 2.098 0l6.516-6.516c.58-.58.58-1.519 0-2.098zM6 4a1 1 0 011-1h2a1 1 0 011 1v8a1 1 0 01-1 1H7a1 1 0 01-1-1z" }));
exports.default = SignStopLightsFill;