@semcore/icon
Version:
Semrush Icon Component
41 lines (40 loc) • 2.28 kB
JavaScript
"use strict";
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
var _react = _interopRequireDefault(require("react"));
var _core = require("@semcore/core");
var _icon = _interopRequireDefault(require("@semcore/icon"));
var _excluded = ["width", "height", "viewBox"];
function SecurityNo(_ref, ref) {
var _ref$width = _ref.width,
width = _ref$width === void 0 ? '16' : _ref$width,
_ref$height = _ref.height,
height = _ref$height === void 0 ? '16' : _ref$height,
_ref$viewBox = _ref.viewBox,
viewBox = _ref$viewBox === void 0 ? '0 0 16 16' : _ref$viewBox,
props = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
return /*#__PURE__*/_react["default"].createElement(_icon["default"], (0, _extends2["default"])({
ref: ref,
"data-name": "SecurityNo",
"data-group": "m",
width: width,
height: height,
viewBox: viewBox
}, props), /*#__PURE__*/_react["default"].createElement("path", {
fillRule: "evenodd",
d: "M14.707 1.71A1 1 0 0 0 13.293.295l-12 12a1 1 0 1 0 1.414 1.415l.854-.855c1.443 1.402 3.149 2.512 3.962 3.007a.91.91 0 0 0 .954 0c1.358-.827 5.209-3.371 6.159-6.12.646-1.87.273-5.02.087-6.163a.953.953 0 0 0-.534-.702l-.438-.211.956-.956Zm-2.454 2.454-7.275 7.274c.195.187.402.375.621.564A22.662 22.662 0 0 0 8 13.802a22.66 22.66 0 0 0 2.4-1.8c1.191-1.03 2.05-2.034 2.345-2.89.203-.585.28-1.757.248-2.784a18.924 18.924 0 0 0-.164-1.887l-.576-.277Z",
clipRule: "evenodd",
shapeRendering: "geometricPrecision"
}), /*#__PURE__*/_react["default"].createElement("path", {
d: "m8.434.102 1.583.763-1.499 1.498L8 2.113 3.17 4.44c-.069.516-.14 1.185-.162 1.887-.017.498-.007 1.031.031 1.514l-1.73 1.73c-.569-1.885-.213-4.884-.031-5.993a.953.953 0 0 1 .533-.702L7.566.102a1 1 0 0 1 .868 0Z",
shapeRendering: "geometricPrecision"
}));
}
SecurityNo.displayName = 'SecurityNo';
var _default = (0, _core.createBaseComponent)(SecurityNo);
exports["default"] = _default;