UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 916 B
"use strict"; 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 Stoplights = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-stoplights", viewBox: "0 0 16 16", ...props }, React.createElement("path", { d: "M8 5a1.5 1.5 0 100-3 1.5 1.5 0 000 3m0 4a1.5 1.5 0 100-3 1.5 1.5 0 000 3m1.5 2.5a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0" }), React.createElement("path", { d: "M4 2a2 2 0 012-2h4a2 2 0 012 2h2c-.167.5-.8 1.6-2 2v2h2c-.167.5-.8 1.6-2 2v2h2c-.167.5-.8 1.6-2 2v1a2 2 0 01-2 2H6a2 2 0 01-2-2v-1c-1.2-.4-1.833-1.5-2-2h2V8c-1.2-.4-1.833-1.5-2-2h2V4c-1.2-.4-1.833-1.5-2-2zm2-1a1 1 0 00-1 1v11a1 1 0 001 1h4a1 1 0 001-1V2a1 1 0 00-1-1z" })); exports.default = Stoplights;