UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

22 lines (19 loc) 1.79 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: 29, height: 32 }, props), /*#__PURE__*/React.createElement("path", { d: "M12.5 0l7 7h-14l7-7zm0 1.406L7.937 6h9.125L12.5 1.406zM13 17.5v14l-7-7 7-7zm-1 2.438L7.406 24.5 12 29.063v-9.125zM5.5 14a5.467 5.467 0 003.875-1.625A5.467 5.467 0 0011 8.5V7h-1v1.5a4.493 4.493 0 01-1.313 3.188A4.493 4.493 0 015.5 13H0v1h5.5zM20 17.5a5.467 5.467 0 01-1.625 3.875A5.467 5.467 0 0114.5 23H13v-1h1.5a4.493 4.493 0 003.188-1.313A4.493 4.493 0 0019 17.5V12h1v5.5z" }), /*#__PURE__*/React.createElement("path", { d: "M5.5 17c2.175 0 4.34-.84 6-2.5a8.462 8.462 0 002.5-6V7h-3v1.5a5.467 5.467 0 01-1.625 3.875A5.467 5.467 0 015.5 14H0v3h5.5zM23 17.5c0 2.175-.84 4.34-2.5 6a8.462 8.462 0 01-6 2.5H13v-3h1.5a5.467 5.467 0 003.875-1.625A5.467 5.467 0 0020 17.5V12h3v5.5z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M.719 3L29 31.281l-.719.719L0 3.719.719 3z" }), /*#__PURE__*/React.createElement("path", { d: "M24 17.5c0 2.43-.927 4.864-2.781 6.719A9.473 9.473 0 0114.5 27H13v-1h1.5c2.175 0 4.34-.84 6-2.5a8.462 8.462 0 002.5-6V12h1v5.5zM5.5 18c2.43 0 4.864-.927 6.719-2.781A9.473 9.473 0 0015 8.5V7h-1v1.5c0 2.175-.84 4.34-2.5 6a8.462 8.462 0 01-6 2.5H0v1h5.5z" }), /*#__PURE__*/React.createElement("path", { d: "M12.5 1.406L17.063 6H7.938L12.5 1.406zM12 19.938v9.125L7.406 24.5 12 19.937z", fill: "#fff" })); export default SvgComponent;