UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

21 lines (18 loc) 1.1 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: 19 }, props), /*#__PURE__*/React.createElement("path", { d: "M10.4 0H.5v9.899l2.01-2.01V2.01H8.39L10.399 0zM17.5 1L23 6.5 17.5 12v-1.414l4.086-4.087L17.5 2.413V1z" }), /*#__PURE__*/React.createElement("path", { d: "M4.5 17c0-7.18 5.82-13 13-13v1c-6.627 0-12 5.372-12 12v2h-1v-2z" }), /*#__PURE__*/React.createElement("path", { d: "M6.065 4.15L19.5 17.585 18.086 19 4.651 5.564 6.065 4.15z" }), /*#__PURE__*/React.createElement("path", { d: "M5.5 17c0-6.628 5.373-12 12-12v3a9 9 0 00-9 9v2h-3v-2z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M8.5 17a9 9 0 019-9v1a8 8 0 00-8 8v2h-1v-2z" })); export default SvgComponent;