UNPKG

@semcore/icon

Version:
27 lines 1.45 kB
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); } import React from 'react'; import { createBaseComponent } from '@semcore/core'; import Icon from '../../lib/esm/index.mjs'; function RootShowNo({ width = '16', height = '16', viewBox = '0 0 16 16', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "ShowNo", "data-group": "m", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.615 14.921A.998.998 0 0 0 2 15a.998.998 0 0 0 .71-.3l1.573-1.572a8.45 8.45 0 0 0 3.723.879 8.45 8.45 0 0 0 7.927-5.633 1 1 0 0 0 .002-.728A8.4 8.4 0 0 0 13.42 3.99l1.284-1.284a1 1 0 1 0-1.42-1.41L1.292 13.292a1 1 0 0 0 0 1.41 1 1 0 0 0 .324.22Zm10.382-9.508L9.93 7.48a2 2 0 0 1-2.455 2.456l-1.677 1.677a6.4 6.4 0 0 0 8.134-3.605 6.4 6.4 0 0 0-1.935-2.595ZM8.001 2.006a8.4 8.4 0 0 1 1.458.127L7.566 4.026a6.4 6.4 0 0 0-5.62 4.313 1.001 1.001 0 1 1-1.89-.66 8.4 8.4 0 0 1 7.945-5.673Z", shapeRendering: "geometricPrecision" })); } RootShowNo.displayName = 'ShowNo'; const ShowNo = createBaseComponent(RootShowNo); export { ShowNo as default };