UNPKG

web-toolkit

Version:

A GTK inspired toolkit designed to build awesome web apps

60 lines (55 loc) 2 kB
"use strict"; var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard"); Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var React = _interopRequireWildcard(require("react")); function SvgComponent(props) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: "1em", height: "1em" }, props), /*#__PURE__*/React.createElement("g", { color: "#000", fill: "#2e3436" }, /*#__PURE__*/React.createElement("path", { style: { marker: "none" }, d: "M5.969 7.969A2.969 2.969 0 013 10.937 2.969 2.969 0 01.031 7.97 2.969 2.969 0 013.001 5a2.969 2.969 0 012.968 2.969zM15.937 12.969a2.969 2.969 0 01-2.968 2.969A2.969 2.969 0 0110 12.967 2.969 2.969 0 0112.969 10a2.969 2.969 0 012.968 2.969zM15.937 2.969a2.969 2.969 0 01-2.968 2.969A2.969 2.969 0 0110 2.967 2.969 2.969 0 0112.969 0a2.969 2.969 0 012.968 2.969z", overflow: "visible" }), /*#__PURE__*/React.createElement("path", { d: "M12.613 2.146L.748 7.924l11.854 5.969.9-1.788-8.248-4.15 8.236-4.012z", style: { lineHeight: "normal", fontVariantLigatures: "normal", fontVariantPosition: "normal", fontVariantCaps: "normal", fontVariantNumeric: "normal", fontVariantAlternates: "normal", fontFeatureSettings: "normal", textIndent: 0, textAlign: "start", textDecorationLine: "none", textDecorationStyle: "solid", textDecorationColor: "#000", textTransform: "none", textOrientation: "mixed", whiteSpace: "normal", shapePadding: 0, isolation: "auto", mixBlendMode: "normal", solidColor: "#000", solidOpacity: 1, marker: "none" }, fontWeight: 400, fontFamily: "sans-serif", overflow: "visible" }))); } var _default = SvgComponent; exports.default = _default; //# sourceMappingURL=send-to-symbolic.js.map