@semcore/icon
Version:
Semrush Icon Component
30 lines • 1.75 kB
JavaScript
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 RootSecurityNo({
width = '16',
height = '16',
viewBox = '0 0 16 16',
...props
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
"data-name": "SecurityNo",
"data-group": "m",
width: width,
height: height,
viewBox: viewBox
}, props), /*#__PURE__*/React.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.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"
}));
}
RootSecurityNo.displayName = 'SecurityNo';
const SecurityNo = createBaseComponent(RootSecurityNo);
export { SecurityNo as default };