@icongo/sti
Version:
Super Tiny Icons
27 lines • 812 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 STIDigidentity = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 25,
"aria-label": "Digidentity",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_jsx("path", {
stroke: "#00e864",
d: "m213 296-96 95zm43-40h.1"
}), /*#__PURE__*/_jsx("path", {
stroke: "#000",
d: "M256 63v135m0 116v135M63 256h135m116 0h135M119 119l96 96m82 82 96 96m0-274-96 96"
})]
}));
export { STIDigidentity };