UNPKG

@s-ui/react-icons

Version:

ReactJS SUI SVG iconset

30 lines 1.2 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 8 8", width: size, xmlns: "http://www.w3.org/2000/svg", children: /*#__PURE__*/_jsx("path", { d: "M1 0v1c3.32 0 6 2.68 6 6h1c0-3.86-3.14-7-7-7zm0 2v1c2.21 0 4 1.79 4 4h1c0-2.76-2.24-5-5-5zm0 2v1c1.11 0 2 .89 2 2h1c0-1.65-1.35-3-3-3zm0 2c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z" }) }); }