UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

21 lines (18 loc) 1.08 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: 19, height: 21 }, props), /*#__PURE__*/React.createElement("path", { d: "M0 11.1V21h9.9l-2.011-2.01H2.01V13.11L0 11.101zM6 0L.5 5.5 6 11V9.586L1.914 5.5 6 1.414V0z" }), /*#__PURE__*/React.createElement("path", { d: "M19 16C19 8.82 13.18 3 6 3v1c6.627 0 12 5.373 12 12v2h1v-2z" }), /*#__PURE__*/React.createElement("path", { d: "M4.15 15.435L17.587 2 19 3.414 5.565 16.849l-1.414-1.414z" }), /*#__PURE__*/React.createElement("path", { d: "M18 16C18 9.373 12.627 4 6 4v3a9 9 0 019 9v2h3v-2z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M15 16a9 9 0 00-9-9v1a8 8 0 018 8v2h1v-2z" })); export default SvgComponent;