UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

26 lines (23 loc) 1.84 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: 35, height: 35 }, props), /*#__PURE__*/React.createElement("path", { d: "M9.513 17.347L5.978 13.81l.707-.707 2.828 2.829 2.829-2.829.707.707-3.536 3.536zM11.193 10.187a4.006 4.006 0 00-1.194 2.829h1.017a3.009 3.009 0 013.005-3.006h1.989l.022-.994-2.01-.022c-1.106 0-2.106.47-2.83 1.193z" }), /*#__PURE__*/React.createElement("path", { d: "M9.778 8.773a5.99 5.99 0 00-1.767 4.243h1.016a4.99 4.99 0 014.994-4.994h1.989V7.005H14.02a5.99 5.99 0 00-4.243 1.768z" }), /*#__PURE__*/React.createElement("path", { d: "M14.01 8.005a5 5 0 00-5 5h1a4 4 0 014-4h2v-1h-2z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M20.513 17.342l-3.535-3.536.707-.707 2.828 2.828 2.829-2.828.707.707-3.536 3.536zM22.193 10.182a4.006 4.006 0 00-1.194 2.828h1.017a3.009 3.009 0 013.005-3.005h1.989l.022-.994-2.01-.022c-1.106 0-2.106.47-2.83 1.193z" }), /*#__PURE__*/React.createElement("path", { d: "M20.778 8.768a5.99 5.99 0 00-1.767 4.242h1.016a4.99 4.99 0 014.994-4.994h1.989V7H25.02a5.99 5.99 0 00-4.243 1.768z" }), /*#__PURE__*/React.createElement("path", { d: "M25.01 8a5 5 0 00-5 5h1a4 4 0 014-4h2V8h-2z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M17.5 0C7.835 0 0 7.835 0 17.5S7.835 35 17.5 35 35 27.165 35 17.5 27.165 0 17.5 0zm0 2C26.06 2 33 8.94 33 17.5 33 26.06 26.06 33 17.5 33 8.94 33 2 26.06 2 17.5 2 8.94 8.94 2 17.5 2z" })); export default SvgComponent;