@icongo/sti
Version:
Super Tiny Icons
30 lines • 974 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var STIBackbone = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "#0071b5",
"aria-label": "Backbone",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_jsxs("g", {
stroke: "#848484",
strokeWidth: 2,
children: [/*#__PURE__*/_jsx("path", {
d: "M380 102v167l-124 70v-48l83-47v-74l-83 47v-44l124-71"
}), /*#__PURE__*/_jsx("path", {
fill: "#002a41",
d: "M132 102v167l124 70v-48l-83-47v-74l83 47v-44l-124-71m248 308V243l-124-70v48l83 47v71l-83-48v48l124 71"
}), /*#__PURE__*/_jsx("path", {
d: "M132 410V243l124-70v48l-83 47v71l83-48v48l-124 71"
})]
})]
}));
export { STIBackbone };