@geist-ui/react
Version:
Modern and minimalist React UI library.
27 lines (25 loc) • 1.1 kB
JavaScript
import _JSXStyle from "../styled-jsx.es.js";
import React from 'react';
var SnippetIconComponent = function SnippetIconComponent() {
return /*#__PURE__*/React.createElement("svg", {
viewBox: "0 0 24 24",
stroke: "currentColor",
strokeWidth: "1.5",
strokeLinecap: "round",
strokeLinejoin: "round",
fill: "none",
shapeRendering: "geometricPrecision",
style: {
color: 'currentcolor'
},
className: "jsx-418323402"
}, /*#__PURE__*/React.createElement("path", {
d: "M8 17.929H6c-1.105 0-2-.912-2-2.036V5.036C4 3.91 4.895 3 6 3h8c1.105 0 2 .911 2 2.036v1.866m-6 .17h8c1.105 0 2 .91 2 2.035v10.857C20 21.09 19.105 22 18 22h-8c-1.105 0-2-.911-2-2.036V9.107c0-1.124.895-2.036 2-2.036z",
className: "jsx-418323402"
}), /*#__PURE__*/React.createElement(_JSXStyle, {
id: "418323402"
}, "svg.jsx-418323402{width:calc(var(--snippet-font-size) * 1.69);height:calc(var(--snippet-font-size) * 1.69);}"));
};
SnippetIconComponent.displayName = 'GeistSnippetIcon';
var SnippetIcon = /*#__PURE__*/React.memo(SnippetIconComponent);
export default SnippetIcon;