UNPKG

web-toolkit

Version:

A GTK inspired toolkit designed to build awesome web apps

26 lines (21 loc) 1.04 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("path", { d: "M8 1a7 7 0 100 14A7 7 0 008 1zM6 5c.558 0 1.031.473 1.031 1.031V7c0 .558-.473 1-1.031 1-.558 0-1-.442-1-1v-.969C5 5.473 5.442 5 6 5zm4 0c.558 0 1 .473 1 1.031V7c0 .558-.442 1-1 1s-1-.442-1-1v-.969C9 5.473 9.442 5 10 5zM4 9l4 1 4-1c.083.59-.16 1.054-.671 1.168L10 10.5l1.309.327c.715.192.691.75.691 1.173l-4-1-4 1c-.065-.631.037-.983.52-1.13L6 10.5l-1.504-.335C4.02 10.037 3.916 9.484 4 9z", fill: "#474747" })); } var _default = SvgComponent; exports.default = _default; //# sourceMappingURL=face-shutmouth-symbolic.js.map