UNPKG

@semcore/icon

Version:
29 lines 1.75 kB
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } import React from 'react'; import { createBaseComponent } from '@semcore/core'; import Icon from '@semcore/icon'; function SecurityNo({ 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" })); } SecurityNo.displayName = 'SecurityNo'; export default createBaseComponent(SecurityNo);