UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 836 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 CableCarBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M251.81 29.89a12 12 0 00-13.92-9.7l-224 40A12 12 0 0016 84a11.77 11.77 0 002.12-.19L116 66.33V92H64a36 36 0 00-36 36v64a36 36 0 0036 36h128a36 36 0 0036-36v-64a36 36 0 00-36-36h-52V62.05l102.11-18.24a12 12 0 009.7-13.92zM108 156v-40h40v40zm-44-40h20v40H52v-28a12 12 0 0112-12zm128 88H64a12 12 0 01-12-12v-12h152v12a12 12 0 01-12 12zm12-76v28h-32v-40h20a12 12 0 0112 12z" })); exports.default = CableCarBold;