UNPKG

@semcore/icon

Version:
29 lines 1.77 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 = '24', height = '24', viewBox = '0 0 24 24', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "SecurityNo", "data-group": "l", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", d: "M21.707 2.708a1 1 0 0 0-1.414-1.414l-17 17a1 1 0 1 0 1.414 1.414l2.126-2.126c2.024 2.048 4.643 3.673 5.697 4.289.291.17.649.17.94 0 1.6-.935 6.805-4.195 8.062-7.73.868-2.442.305-7.216.08-8.734a.966.966 0 0 0-.551-.731l-.9-.422 1.546-1.546Zm-3.05 3.05L8.32 16.096c.403.381.85.769 1.328 1.165 1.236 1.024 2.509 2.041 3.353 2.56.844-.519 2.117-1.536 3.353-2.56 1.606-1.33 2.857-2.559 3.294-3.79.298-.838.395-2.495.336-4.092-.044-1.2-.169-2.343-.272-3.127l-1.054-.494Z", clipRule: "evenodd", shapeRendering: "geometricPrecision" }), /*#__PURE__*/React.createElement("path", { d: "M13.425 1.096 15.91 2.26l-1.504 1.504L13 3.105 6.29 6.252a34.383 34.383 0 0 0-.273 3.127 20.15 20.15 0 0 0 .068 2.709L4.363 13.81c-.715-2.52-.19-6.95.025-8.403a.965.965 0 0 1 .551-.731l7.636-3.58a1 1 0 0 1 .85 0Z", shapeRendering: "geometricPrecision" })); } SecurityNo.displayName = 'SecurityNo'; export default createBaseComponent(SecurityNo);