iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 936 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 Bridge3 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.33 12.871a7.78 7.78 0 0115.34 0H22a.75.75 0 01.25 1.457l-.455.161a3 3 0 00-1.893 2.026l-.153.55a.75.75 0 01-1.472-.2V14.37H5.723v2.493a.75.75 0 01-1.473.2l-.152-.549a3 3 0 00-1.892-2.026l-.456-.16A.75.75 0 012 12.87h2.33zm1.526 0h2.15V9.32a6.275 6.275 0 00-2.15 3.552zM9.506 8.4v4.471h1.744V7.93a6.235 6.235 0 00-1.744.47zm3.244-.47v4.941h1.744V8.4a6.235 6.235 0 00-1.744-.47zm3.244 1.39v3.551h2.15a6.275 6.275 0 00-2.15-3.551z", fill: "#323544" }));
exports.default = Bridge3;