UNPKG

@blockstack/ui

Version:

Blockstack UI components built using React and styled-components with styled-system.

35 lines (31 loc) 1.01 kB
import { objectWithoutPropertiesLoose as _objectWithoutPropertiesLoose } from '../_virtual/_rollupPluginBabelHelpers.js'; import { createElement } from 'react'; import { Svg } from '../svg/index.esm.js'; var CheckmarkIcon = function CheckmarkIcon(_ref) { var _ref$size = _ref.size, size = _ref$size === void 0 ? 72 : _ref$size, _ref$color = _ref.color, color = _ref$color === void 0 ? 'currentColor' : _ref$color, props = _objectWithoutPropertiesLoose(_ref, ["size", "color"]); return createElement(Svg, Object.assign({ width: size, height: size, fill: "none", viewBox: "0 0 72 72" }, props), createElement("circle", { cx: "36", cy: "36", r: "34.5", fill: "#fff", stroke: color, strokeWidth: "3" }), createElement("path", { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "3", d: "M21 37l10 10 20-22" })); }; export { CheckmarkIcon }; //# sourceMappingURL=checkmark-icon.esm.js.map