UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

26 lines (23 loc) 1.82 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: "M24.496 6.653l3.536 3.536-.707.707-2.829-2.829-2.828 2.829-.707-.707 3.535-3.536zM22.817 13.813a4.006 4.006 0 001.193-2.829h-1.016a3.009 3.009 0 01-3.005 3.006H18l-.022.994 2.01.022c1.105 0 2.105-.47 2.83-1.193z" }), /*#__PURE__*/React.createElement("path", { d: "M24.231 15.227A5.99 5.99 0 0026 10.984h-1.016a4.99 4.99 0 01-4.994 4.994H18v1.017h1.989a5.99 5.99 0 004.242-1.768z" }), /*#__PURE__*/React.createElement("path", { d: "M20 15.995a5 5 0 005-5h-1a4 4 0 01-4 4h-2v1h2z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M13.496 6.658l3.536 3.536-.707.707-2.829-2.828-2.828 2.828-.707-.707 3.535-3.536zM11.817 13.818a4.006 4.006 0 001.193-2.828h-1.016a3.009 3.009 0 01-3.005 3.005H7l-.022.994 2.01.022c1.105 0 2.105-.47 2.83-1.193z" }), /*#__PURE__*/React.createElement("path", { d: "M13.231 15.232A5.99 5.99 0 0015 10.99h-1.016a4.99 4.99 0 01-4.994 4.994H7V17h1.989a5.99 5.99 0 004.242-1.768z" }), /*#__PURE__*/React.createElement("path", { d: "M9 16a5 5 0 005-5h-1a4 4 0 01-4 4H7v1h2z", 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;