UNPKG

@cleartrip/bento-icons

Version:

Icon Library for Bento Component Library

26 lines (25 loc) 929 B
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } import React from "react"; export function CircleSelected(props) { return /*#__PURE__*/React.createElement("svg", _extends({ viewBox: "0 0 22 22" }, props), /*#__PURE__*/React.createElement("g", { fill: "none", fillRule: "evenodd", stroke: "currentColor", transform: "translate(1 1)" }, /*#__PURE__*/React.createElement("circle", { cx: 10, cy: 10, r: 10, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2 }), /*#__PURE__*/React.createElement("circle", { cx: 10, cy: 10, r: 2.5, fill: "currentColor", strokeWidth: 5 }))); }