UNPKG

web-toolkit

Version:

A GTK inspired toolkit designed to build awesome web apps

59 lines (54 loc) 1.78 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", { fill: "#2e3436" }, /*#__PURE__*/React.createElement("path", { d: "M14.994 16h1v-1l-7-7-1 1z", fillRule: "evenodd" }), /*#__PURE__*/React.createElement("path", { d: "M6.994.586l-.707.707-5 5L.58 7l1.414 1.414.707-.707 5-5L8.408 2z", 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", shapePadding: 0, isolation: "auto", mixBlendMode: "normal" }, color: "#000", fontWeight: 400, fontFamily: "sans-serif", overflow: "visible", fillRule: "evenodd" }), /*#__PURE__*/React.createElement("path", { d: "M6.752 15.243a6 6 0 010-8.486 6 6 0 018.485 0L10.994 11z" }), /*#__PURE__*/React.createElement("path", { d: "M1.922 6.995l5.7 4.433 3.8-3.8L6.994 2z", fillRule: "evenodd" }))); } var _default = SvgComponent; exports.default = _default; //# sourceMappingURL=view-pin-symbolic.js.map