iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 769 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 CableCarFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M247.87 30.59a8 8 0 00-9.28-6.46l-224 40A8 8 0 0016 80a8.6 8.6 0 001.42-.12L120 61.56V96H64a32 32 0 00-32 32v64a32 32 0 0032 32h128a32 32 0 0032-32v-64a32 32 0 00-32-32h-56V58.7l105.4-18.82a8 8 0 006.47-9.29zM104 160v-48h48v48zm-40-48h24v48H48v-32a16 16 0 0116-16zm144 16v32h-40v-48h24a16 16 0 0116 16z" }));
exports.default = CableCarFill;