@blockstack/ui
Version:
Blockstack UI components built using React and styled-components with styled-system.
39 lines (35 loc) • 1.06 kB
JavaScript
import { objectWithoutPropertiesLoose as _objectWithoutPropertiesLoose } from '../_virtual/_rollupPluginBabelHelpers.js';
import { createElement } from 'react';
import { Svg } from '../svg/index.esm.js';
var FailedIcon = function FailedIcon(_ref) {
var _ref$size = _ref.size,
size = _ref$size === void 0 ? 64 : _ref$size,
props = _objectWithoutPropertiesLoose(_ref, ["size"]);
return createElement(Svg, Object.assign({
width: size,
height: size,
viewBox: "0 0 64 64",
fill: "none"
}, props), createElement("circle", {
cx: "32",
cy: "32",
r: "30",
stroke: "#D4001A",
strokeWidth: "4",
strokeLinecap: "round"
}), createElement("path", {
d: "M23 41L40.9995 23",
stroke: "#D4001A",
strokeWidth: "4",
strokeLinecap: "round",
strokeLinejoin: "round"
}), createElement("path", {
d: "M41 41L23.0005 23",
stroke: "#D4001A",
strokeWidth: "4",
strokeLinecap: "round",
strokeLinejoin: "round"
}));
};
export { FailedIcon };
//# sourceMappingURL=failed-icon.esm.js.map