UNPKG

@semcore/icon

Version:
26 lines 1.18 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 Key({ width = '16', height = '16', viewBox = '0 0 16 16', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "Key", "data-group": "m", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11 0a5 5 0 0 0-4.172 7.757L.292 14.293a1 1 0 1 0 1.415 1.414L3 14.414l1.293 1.294a1 1 0 0 0 1.414-1.415L4.414 13l1.084-1.084.792.792a1 1 0 0 0 1.414-1.414l-.792-.792 1.33-1.33A5 5 0 1 0 11 0Zm0 2a3 3 0 1 0 0 6 3 3 0 0 0 0-6Z", shapeRendering: "geometricPrecision" })); } Key.displayName = 'Key'; export default createBaseComponent(Key);