UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

17 lines (14 loc) 1.52 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: 24, height: 34 }, props), /*#__PURE__*/React.createElement("path", { d: "M19.75.406l-8.719 8.688-5.906-5.219-1.063 1.063 13.813 12.187A8.988 8.988 0 0120.5 23.5a9 9 0 11-18 0c0-2.485.996-4.746 2.625-6.375l2.781-2.781-1.125-1-2.718 2.719A10.486 10.486 0 001 23.5C1 29.299 5.701 34 11.5 34S22 29.299 22 23.5c0-2.9-1.162-5.537-3.063-7.438l-6.78-5.968 8.655-8.625L19.75.406z" }), /*#__PURE__*/React.createElement("path", { d: "M20.813 1.469l-8.657 8.625 2.281 2 8.5-8.5-2.125-2.125zM4.063 4.937L1.938 7.063 15.75 19.25a5.992 5.992 0 011.75 4.25 6 6 0 01-12 0c0-1.657.664-3.164 1.75-4.25l2.938-2.906-2.282-2-2.781 2.781A8.988 8.988 0 002.5 23.5a9 9 0 1018 0 8.988 8.988 0 00-2.625-6.375L4.062 4.937z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M22.938 3.594l-8.5 8.5 1.124.969L24 4.655l-1.063-1.062zm-21 3.469L.875 8.124l9.313 8.219L7.25 19.25A5.992 5.992 0 005.5 23.5a6 6 0 0012 0 5.992 5.992 0 00-1.75-4.25L1.937 7.062zm9.374 10.25l3.376 3A4.494 4.494 0 0116 23.5a4.5 4.5 0 01-9 0c0-1.243.498-2.373 1.313-3.188l3-3z" })); export default SvgComponent;