@semcore/icon
Version:
Semrush Icon Component
26 lines • 1.66 kB
JavaScript
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 LockNo({
width = '16',
height = '16',
viewBox = '0 0 16 16',
...props
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
"data-name": "LockNo",
"data-group": "m",
width: width,
height: height,
viewBox: viewBox
}, props), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M6.057 5v1.069h6.025A2 2 0 0 1 14 8.007v2.997a3.98 3.98 0 0 1-1.177 2.825A4.027 4.027 0 0 1 9.983 15H6.017a4.027 4.027 0 0 1-2.84-1.17A3.986 3.986 0 0 1 2 11.003V8.067c0-.53.212-1.039.588-1.413a2.014 2.014 0 0 1 1.42-.585v-1.07c0-.71.19-1.406.549-2.019a4.007 4.007 0 0 1 1.499-1.467 4.033 4.033 0 0 1 4.058.07 1.002 1.002 0 0 1 .469 1.012 1.004 1.004 0 0 1-1.513.696 2.016 2.016 0 0 0-2.736.717A1.99 1.99 0 0 0 6.057 5Zm5.437 7.417c.376-.375.588-.883.588-1.413l-.01-2.937H4.099v2.937c0 .53.211 1.038.588 1.413.377.374.887.585 1.42.585h3.967c.532 0 1.043-.21 1.42-.585ZM8.805 11.7a1.007 1.007 0 0 1-1.714-.706v-1a1 1 0 0 1 .294-.706 1.007 1.007 0 0 1 1.715.707v.999a.993.993 0 0 1-.295.706Z",
shapeRendering: "geometricPrecision"
}));
}
LockNo.displayName = 'LockNo';
export default createBaseComponent(LockNo);