UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

21 lines (18 loc) 1.4 kB
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } import React from "react"; const SvgComponent = props => /*#__PURE__*/React.createElement("svg", _extends({ width: 23, height: 27 }, props), /*#__PURE__*/React.createElement("path", { d: "M18 6.063V7.28c2.43 1.918 4 4.881 4 8.219C22 21.299 17.299 26 11.5 26S1 21.299 1 15.5c0-3.412 1.635-6.426 4.156-8.344l-.718-.718C1.74 8.541 0 11.814 0 15.5 0 21.851 5.149 27 11.5 27S23 21.851 23 15.5c0-3.93-1.993-7.37-5-9.438z" }), /*#__PURE__*/React.createElement("path", { d: "M5.156 7.156C2.636 9.074 1 12.088 1 15.5 1 21.299 5.701 26 11.5 26S22 21.299 22 15.5c0-3.338-1.57-6.301-4-8.219v4.5a7.42 7.42 0 011 3.719 7.5 7.5 0 11-15 0c0-2.58 1.298-4.87 3.281-6.219L5.156 7.156z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M7.281 9.281A7.512 7.512 0 004 15.5a7.5 7.5 0 1015 0 7.42 7.42 0 00-1-3.719V15.5a6.5 6.5 0 11-13 0c0-2.308 1.218-4.315 3.031-5.469l-.719-.75h-.03z" }), /*#__PURE__*/React.createElement("path", { d: "M12 13L5.5 6.5 12 0v13z" }), /*#__PURE__*/React.createElement("path", { d: "M18 13l-6.5-6.5L18 0v13z" })); export default SvgComponent;