UNPKG

@s-ui/react-icons

Version:

ReactJS SUI SVG iconset

36 lines 1.42 kB
import React from 'react'; import { jsx as _jsx } from "react/jsx-runtime"; import { jsxs as _jsxs } 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 24 24", width: size, xmlns: "http://www.w3.org/2000/svg", children: /*#__PURE__*/_jsxs("g", { fillRule: "evenodd", children: [/*#__PURE__*/_jsx("path", { d: "M1.25 19.5h21.5V7h-6.518l-1.5-2.25H9.268L7.768 7H1.25v12.5zM16.768 6h6.982v14.5H.25V6h6.982l1.5-2.25h6.536l1.5 2.25z" }), /*#__PURE__*/_jsx("path", { d: "M12 16.75a4.25 4.25 0 1 1 0-8.5 4.25 4.25 0 0 1 0 8.5zm0-1a3.25 3.25 0 1 0 0-6.5 3.25 3.25 0 0 0 0 6.5z" })] }) }); }