UNPKG

@s-ui/react-icons

Version:

ReactJS SUI SVG iconset

31 lines 1.3 kB
import React from 'react'; import { jsx as _jsx } from "react/jsx-runtime"; export default function (_ref) { var _ref$size = _ref.size, size = _ref$size === void 0 ? 32 : _ref$size, _ref$strokeColor = _ref.strokeColor, strokeColor = _ref$strokeColor === void 0 ? 'blue' : _ref$strokeColor, _ref$strokeWidth = _ref.strokeWidth, strokeWidth = _ref$strokeWidth === void 0 ? 0 : _ref$strokeWidth, _ref$fillColor = _ref.fillColor, fillColor = _ref$fillColor === void 0 ? '#bada55' : _ref$fillColor, _ref$svgClass = _ref.svgClass, svgClass = _ref$svgClass === void 0 ? 'sui-SVGicon' : _ref$svgClass; var inlineStyling = { fill: fillColor, stroke: strokeColor, strokeWidth: strokeWidth }; return /*#__PURE__*/_jsx("svg", { className: svgClass, height: size, style: inlineStyling, viewBox: "0 0 16 16", width: size, xmlns: "http://www.w3.org/2000/svg", children: /*#__PURE__*/_jsx("path", { fillRule: "nonzero", d: "M2 13.993c0 .003 3.998.005 11.993.007.003 0 .005-3.998.007-11.993 0-.003-3.998-.005-11.993-.007C2.004 2 2.002 5.998 2 13.993zM1 2.007C1 1.45 1.45 1 2.007 1h11.986C14.55 1 15 1.45 15 2.007v11.986C15 14.55 14.55 15 13.993 15H2.007C1.45 15 1 14.55 1 13.993V2.007z" }) }); }