UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

24 lines (21 loc) 1.72 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: "M.719 0L0 .719 28.281 29l.719-.719L.719 0zM14.5 16l-7 7-7-7h14z" }), /*#__PURE__*/React.createElement("path", { d: "M14.5 9a5.467 5.467 0 00-3.875 1.625A5.467 5.467 0 009 14.5V16h1v-1.5c0-1.151.434-2.309 1.313-3.188A4.493 4.493 0 0114.5 10H20V9h-5.5z" }), /*#__PURE__*/React.createElement("path", { d: "M14.5 6c-2.175 0-4.34.84-6 2.5a8.462 8.462 0 00-2.5 6V16h3v-1.5c0-1.407.551-2.801 1.625-3.875A5.467 5.467 0 0114.5 9H20V6h-5.5z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M14.5 5c-2.43 0-4.864.927-6.719 2.781A9.473 9.473 0 005 14.5V16h1v-1.5c0-2.175.84-4.34 2.5-6a8.462 8.462 0 016-2.5H20V5h-5.5zM23.5 25l-7 7-7-7h14zM23.5 18a5.467 5.467 0 00-3.875 1.625A5.467 5.467 0 0018 23.5V25h1v-1.5c0-1.151.434-2.309 1.313-3.188A4.493 4.493 0 0123.5 19H29v-1h-5.5z" }), /*#__PURE__*/React.createElement("path", { d: "M23.5 15c-2.175 0-4.34.84-6 2.5a8.462 8.462 0 00-2.5 6V25h3v-1.5c0-1.407.551-2.801 1.625-3.875A5.467 5.467 0 0123.5 18H29v-3h-5.5z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M23.5 14c-2.43 0-4.864.927-6.719 2.781A9.473 9.473 0 0014 23.5V25h1v-1.5c0-2.175.84-4.34 2.5-6a8.462 8.462 0 016-2.5H29v-1h-5.5z" })); export default SvgComponent;