UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

14 lines (11 loc) 1.11 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: 7 }, props), /*#__PURE__*/React.createElement("path", { d: "M10.891 2l.719.719L9.829 4.5l1.78 1.781-.718.719-2.5-2.5 2.5-2.5zM22.344 0c.42.466.656.977.656 1.5 0 1.165-1.144 2.232-3 3.031V1.594c.618-.332 1-.7 1-1.094a.835.835 0 00-.188-.5h1.532zM2.187 0A.835.835 0 002 .5c0 .394.382.762 1 1.094V4.53C1.144 3.732 0 2.665 0 1.5 0 .977.236.466.656 0h1.531zM19 2.031v2.875c-1.152.39-2.516.661-4 .844V2.812c1.59-.165 2.97-.429 4-.78zm-15 0c1.03.352 2.41.616 4 .781V5.75c-1.484-.183-2.848-.455-4-.844V2.031z" }), /*#__PURE__*/React.createElement("path", { d: "M13.891 2l.719.719L12.829 4.5l1.78 1.781-.718.719-2.5-2.5 2.5-2.5z" })); export default SvgComponent;