@semcore/icon
Version:
Semrush Icon Component
27 lines • 1.28 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 RootLockYes({
width = '24',
height = '24',
viewBox = '0 0 24 24',
...props
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
"data-name": "LockYes",
"data-group": "l",
width: width,
height: height,
viewBox: viewBox
}, props), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M17.96 8h2a2 2 0 0 1 2 2v9a4 4 0 0 1-4 4h-12a4 4 0 0 1-4-4v-9a2 2 0 0 1 2-2h2V7a6 6 0 1 1 12 0v1ZM9.132 4.172A4 4 0 0 0 7.96 7v1h8V7a4 4 0 0 0-6.828-2.828Zm10.242 16.242A2 2 0 0 0 19.96 19v-9h-16v9a2 2 0 0 0 2 2h12a2 2 0 0 0 1.414-.586Zm-6.707-2.707A1 1 0 0 1 10.96 17v-3a1 1 0 0 1 2 0v3a1 1 0 0 1-.293.707Z",
shapeRendering: "geometricPrecision"
}));
}
RootLockYes.displayName = 'LockYes';
const LockYes = createBaseComponent(RootLockYes);
export { LockYes as default };