UNPKG

@s-ui/react-icons

Version:

ReactJS SUI SVG iconset

33 lines 1.45 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 24 24", width: size, xmlns: "http://www.w3.org/2000/svg", children: /*#__PURE__*/_jsx("g", { fillRule: "evenodd", children: /*#__PURE__*/_jsx("path", { d: "M21.74 15.11L15.62 3.89a4.12 4.12 0 0 0-7.24 0L2.26 15.11a4.12 4.12 0 0 0 3.62 6.1h12.24a4.12 4.12 0 0 0 3.62-6.1zm-1.36 3.31a2.6 2.6 0 0 1-2.26 1.28H5.88a2.62 2.62 0 0 1-2.3-3.88L9.7 4.61a2.62 2.62 0 0 1 4.61 0l6.12 11.22a2.61 2.61 0 0 1-.05 2.6v-.01zM12 13.25a.75.75 0 0 0 .75-.75v-5a.75.75 0 1 0-1.5 0v5a.75.75 0 0 0 .75.75zm0 3.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2z" }) }) }); }