@icongo/sti
Version:
Super Tiny Icons
38 lines (37 loc) • 1.42 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.STIBackbone = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var STIBackbone = function STIBackbone(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "#0071b5",
"aria-label": "Backbone",
viewBox: "0 0 512 512"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
stroke: "#848484",
strokeWidth: 2,
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M380 102v167l-124 70v-48l83-47v-74l-83 47v-44l124-71"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#002a41",
d: "M132 102v167l124 70v-48l-83-47v-74l83 47v-44l-124-71m248 308V243l-124-70v48l83 47v71l-83-48v48l124 71"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M132 410V243l124-70v48l-83 47v71l83-48v48l-124 71"
})]
})]
}));
};
exports.STIBackbone = STIBackbone;