iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 822 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 CableCarLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M245.91 31a6 6 0 00-7-4.85L15 66.1A6 6 0 0016 78a6.53 6.53 0 001.07-.09L122 59.17V98H64a30 30 0 00-30 30v64a30 30 0 0030 30h128a30 30 0 0030-30v-64a30 30 0 00-30-30h-58V57l107.05-19.09a6 6 0 004.86-6.91zM102 162v-52h52v52zm-38-52h26v52H46v-34a18 18 0 0118-18zm128 100H64a18 18 0 01-18-18v-18h164v18a18 18 0 01-18 18zm18-82v34h-44v-52h26a18 18 0 0118 18z" }));
exports.default = CableCarLight;