@icongo/sti
Version:
Super Tiny Icons
21 lines • 683 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 STITerraform = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Terraform",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_jsx("path", {
fill: "#7B42BC",
d: "m224 159 98 56v113l-98-56V159zM115 95v113l98 56V152l-98-57zm109 303 98 56V342l-98-56v113zm109-182v113l98-56V160l-98 56z"
})]
}));
export { STITerraform };