UNPKG

@icongo/bts

Version:
27 lines (26 loc) 958 B
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.BTSPortfolio = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var BTSPortfolio = function BTSPortfolio(props) { return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", stroke: "currentcolor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, viewBox: "0 0 32 32" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M29 17v11H3V17M2 8h28v8s-6 4-14 4-14-4-14-4V8Zm14 14v-4m4-10s0-4-4-4-4 4-4 4" }) })); }; exports.BTSPortfolio = BTSPortfolio;