UNPKG

@semcore/icon

Version:
27 lines 1.17 kB
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 RootKey({ 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" })); } RootKey.displayName = 'Key'; const Key = createBaseComponent(RootKey); export { Key as default };