UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

31 lines (28 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: 28, height: 30 }, props), /*#__PURE__*/React.createElement("path", { d: "M24.002 13c-6.075 0-11 4.925-11 11h1c0-5.523 4.477-10 10-10h2v-1h-2z" }), /*#__PURE__*/React.createElement("path", { d: "M6.366 3.536l20.506 20.506.707-.707L7.073 2.828l-.707.708zM19.004 23.998H8l5.502 5.502 5.502-5.502zm-2.408.994l-3.094 3.094-3.071-3.072 6.165-.022z" }), /*#__PURE__*/React.createElement("path", { d: "M.002 9.9V0h9.9l-9.9 9.9zM1.02 7.468L7.47 1.016H1.019V7.47z" }), /*#__PURE__*/React.createElement("path", { d: "M2.83 7.071l20.507 20.506.707-.707L3.538 6.364l-.707.707z" }), /*#__PURE__*/React.createElement("path", { d: "M1.019 7.469V1.016H7.47L1.019 7.47zM16.596 24.992l-6.165.022 3.071 3.072 3.094-3.094z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M16.002 5c-6.075 0-11 4.925-11 11h1c0-5.523 4.477-10 10-10h2V5h-2z" }), /*#__PURE__*/React.createElement("path", { d: "M3.538 6.364L24.044 26.87l2.828-2.828L6.366 3.536 3.538 6.364z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M11.004 15.998H0L5.502 21.5l5.502-5.502zm-2.408.994l-3.094 3.094-3.071-3.072 6.165-.022z" }), /*#__PURE__*/React.createElement("path", { d: "M8.596 16.992l-6.165.022 3.071 3.072 3.094-3.094z", fill: "#fff" })); export default SvgComponent;