UNPKG

box-ui-elements

Version:
28 lines 750 B
import * as React from 'react'; import AccessibleSVG from '../accessible-svg'; const IconAccepted = ({ className = '', color = '#26C281', height = 16, title, width = 16 }) => /*#__PURE__*/React.createElement(AccessibleSVG, { className: `icon-accepted ${className}`, height: height, title: title, viewBox: "0 0 16 16", width: width }, /*#__PURE__*/React.createElement("g", { fill: "none", fillRule: "evenodd" }, /*#__PURE__*/React.createElement("circle", { cx: 8, cy: 8, fill: color, r: 8 }), /*#__PURE__*/React.createElement("path", { d: "M7.051 9.253L4.965 7.172 3.75 8.423l3.301 3.327 5.699-5.751-1.235-1.249-4.464 4.503z", fill: "#FFF" }))); export default IconAccepted; //# sourceMappingURL=IconAccepted.js.map