UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

12 lines (9 loc) 1.32 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: 22, height: 10 }, props), /*#__PURE__*/React.createElement("path", { d: "M11.89 5l.72.719L10.827 7.5l1.781 1.781-.718.719-2.5-2.5 2.5-2.5zM11.5.031c.862.02 1.697.062 2.5.157v.968c-.79-.079-1.628-.14-2.5-.156V.031zm-1 0v1c-.881.014-1.704.048-2.5.125V.22C8.806.126 9.63.048 10.5.03zm4.5.281a18.83 18.83 0 013 .72v.905c-.81-.28-1.838-.524-3-.687V.312zM7 .345v.937c-1.173.16-2.184.409-3 .688v-.907c.897-.3 1.9-.543 3-.718zm12 1.062c1.859.806 3 1.899 3 3.094 0 1.395-1.562 2.649-4 3.469V5.062c1.25-.429 2-.967 2-1.562 0-.405-.384-.786-1-1.125v-.969zM3 1.438v.937c-.623.336-1 .719-1 1.125 0 .595.75 1.133 2 1.563v2.906C1.562 7.149 0 5.895 0 4.5c0-1.19 1.149-2.267 3-3.063zm14 3.937V8.25c-1.199.32-2.538.546-4 .656V5.937c1.516-.095 2.881-.283 4-.562zm-11.969 0c1.113.275 2.467.467 3.969.563v2.968a21.995 21.995 0 01-4-.656V5.375c.01.003.021-.003.031 0z" })); export default SvgComponent;