@icongo/sti
Version:
Super Tiny Icons
59 lines (58 loc) • 2.17 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.STIAmberframework = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var STIAmberframework = function STIAmberframework(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Amber Framework",
viewBox: "0 0 512 512"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#f3c095",
d: "m87 161 169-95-125 206-44 79z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#fffefc",
d: "M256 446 87 351l44-79L256 66l169 95v190z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#e67e25",
d: "m425 161-54 42 54 148V161zm-54 42-240 69 185 86 55-155zm-240 69-44 79 169 95-125-174z"
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fillOpacity: 0.9,
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#e57d25",
d: "M256 446 131 272l185 86z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#e67e26",
d: "m316 358 55-155 54 148z"
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fillOpacity: 0.8,
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#e68025",
d: "M131 272 256 66l115 137z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#e47e27",
d: "M87 351V161l44 111z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#e68025",
d: "m256 446 60-88 109-7z"
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#e67e24",
d: "M371 203 256 66l169 95z"
})]
}));
};
exports.STIAmberframework = STIAmberframework;