UNPKG

@s-ui/react-icons

Version:

ReactJS SUI SVG iconset

37 lines 2.48 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__*/_jsxs("svg", { className: svgClass, height: size, style: inlineStyling, viewBox: "0 0 15 16", width: size, xmlns: "http://www.w3.org/2000/svg", children: [/*#__PURE__*/_jsx("path", { d: "M8.77166 0.488972C9.00836 0.346748 9.31554 0.423336 9.45776 0.660037C9.58814 0.877012 9.53464 1.15321 9.3425 1.30728L9.2867 1.34614L6.71508 2.89112L8.00279 5.03417C8.13316 5.25115 8.07967 5.52734 7.88753 5.68142L7.83173 5.72027C7.61475 5.85065 7.33856 5.79716 7.18448 5.60502L7.14563 5.54921L5.60051 2.97771C5.47014 2.76073 5.52363 2.48454 5.71577 2.33046L5.77158 2.29161L8.77166 0.488972Z" }), /*#__PURE__*/_jsx("path", { d: "M5.52949 2.74008C5.51849 2.46416 5.73325 2.23156 6.00918 2.22056C8.90608 2.10509 11.649 3.52644 13.234 5.974C13.96 7.18163 14.3508 8.55617 14.3724 9.95797C14.3766 10.2341 14.1563 10.4614 13.8801 10.4656C13.604 10.4699 13.3768 10.2495 13.3725 9.97338C13.3536 8.7474 13.0118 7.54534 12.3859 6.50342C11.0017 4.36655 8.59297 3.11837 6.04901 3.21977C5.77308 3.23077 5.54049 3.016 5.52949 2.74008Z" }), /*#__PURE__*/_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.83366 7.16645H7.83366C8.47799 7.16645 9.00033 7.68878 9.00033 8.33312V14.3331C9.00033 14.9774 8.47799 15.4998 7.83366 15.4998H1.83366C1.18933 15.4998 0.666992 14.9774 0.666992 14.3331V8.33312C0.666992 7.68878 1.18933 7.16645 1.83366 7.16645ZM7.83366 8.16645H1.83366C1.74161 8.16645 1.66699 8.24107 1.66699 8.33312V14.3331C1.66699 14.4252 1.74161 14.4998 1.83366 14.4998H7.83366C7.92571 14.4998 8.00033 14.4252 8.00033 14.3331V8.33312C8.00033 8.24107 7.92571 8.16645 7.83366 8.16645Z" })] }); }