UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

12 lines (9 loc) 1.27 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: 10, height: 23 }, props), /*#__PURE__*/React.createElement("path", { d: "M5 10.11l-.719-.72L2.5 11.173.719 9.39 0 10.109l2.5 2.5 2.5-2.5zM9.969 11a28.785 28.785 0 00-.094-2h-.969c.047.646.053 1.307.063 2h1zm0 1h-1c-.01.693-.016 1.354-.063 2h.969c.057-.648.082-1.316.094-2zM9.78 8a22.592 22.592 0 00-.594-3h-.874c.214.863.382 1.88.5 3h.968zm0 7h-.969a22.374 22.374 0 01-.5 3h.876c.243-.905.459-1.933.593-3zM8.906 4C8.081 1.556 6.862 0 5.5 0 4.335 0 3.268 1.144 2.469 3h2.937c.332-.618.7-1 1.094-1 .574 0 1.11.764 1.531 2h.875zm0 15h-.875c-.422 1.236-.957 2-1.531 2-.394 0-.762-.382-1.094-1H2.47c.799 1.856 1.866 3 3.031 3 1.362 0 2.581-1.556 3.406-4zM4.97 4H2.094c-.476 1.409-.805 3.12-.969 5h2.969c.146-2.016.45-3.758.875-5zm0 15c-.424-1.242-.73-2.984-.875-5H1.125c.164 1.88.493 3.591.969 5h2.875z" })); export default SvgComponent;