UNPKG

@s-ui/react-icons

Version:

ReactJS SUI SVG iconset

30 lines 1.53 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: "M3 0c-.28 0-.54.1-.72.28-.18.18-.28.44-.28.72 0 .28.18.48.28.72.03.06.03.16.03.28h-2.31v6h2.31c0-.12-.01-.22-.03-.28-.1-.24-.28-.44-.28-.72 0-.28.1-.54.28-.72.18-.18.44-.28.72-.28.28 0 .54.1.72.28.18.18.28.44.28.72 0 .28-.18.48-.28.72-.03.06-.03.16-.03.28h2.31v-2.31c.12 0 .22.01.28.03.24.1.44.28.72.28.28 0 .54-.1.72-.28.18-.18.28-.44.28-.72 0-.28-.1-.54-.28-.72-.18-.18-.44-.28-.72-.28-.28 0-.48.18-.72.28-.06.03-.16.03-.28.03v-2.31h-2.31c0-.12.01-.22.03-.28.1-.24.28-.44.28-.72 0-.28-.1-.54-.28-.72-.18-.18-.44-.28-.72-.28z" }) }); }