mirror of
https://github.com/imezx/Warp.git
synced 2025-04-25 15:40:02 +00:00
14 lines
No EOL
647 B
JavaScript
14 lines
No EOL
647 B
JavaScript
import React from 'react';
|
|
export function ControlKeyIcon() {
|
|
return /*#__PURE__*/React.createElement("svg", {
|
|
width: "15",
|
|
height: "15",
|
|
className: "DocSearch-Control-Key-Icon"
|
|
}, /*#__PURE__*/React.createElement("path", {
|
|
d: "M4.505 4.496h2M5.505 5.496v5M8.216 4.496l.055 5.993M10 7.5c.333.333.5.667.5 1v2M12.326 4.5v5.996M8.384 4.496c1.674 0 2.116 0 2.116 1.5s-.442 1.5-2.116 1.5M3.205 9.303c-.09.448-.277 1.21-1.241 1.203C1 10.5.5 9.513.5 8V7c0-1.57.5-2.5 1.464-2.494.964.006 1.134.598 1.24 1.342M12.553 10.5h1.953",
|
|
strokeWidth: "1.2",
|
|
stroke: "currentColor",
|
|
fill: "none",
|
|
strokeLinecap: "square"
|
|
}));
|
|
} |