iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 826 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 CableCarThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M243.94 31.3a4 4 0 00-4.64-3.24l-224 40A4 4 0 0016 76a4.14 4.14 0 00.7-.06L124 56.78V100H64a28 28 0 00-28 28v64a28 28 0 0028 28h128a28 28 0 0028-28v-64a28 28 0 00-28-28h-60V55.35l108.7-19.41a4 4 0 003.24-4.64zM100 164v-56h56v56zm-36-56h28v56H44v-36a20 20 0 0120-20zm128 104H64a20 20 0 01-20-20v-20h168v20a20 20 0 01-20 20zm20-84v36h-48v-56h28a20 20 0 0120 20z" }));
exports.default = CableCarThin;