@iswa/jsx
Version:
international sign writing alphabet in jsx
31 lines (28 loc) • 1.71 kB
JavaScript
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: "M5 16C5 9.925 9.925 5 16 5v1C10.477 6 6 10.477 6 16v2H5v-2z"
}), /*#__PURE__*/React.createElement("path", {
d: "M6.364 3.536L26.87 24.042l.707-.707L7.071 2.828l-.707.708zM15.998 11.002V-.002L21.5 5.5l-5.502 5.502zm.994-2.408L20.086 5.5l-3.072-3.071-.022 6.165z"
}), /*#__PURE__*/React.createElement("path", {
d: "M0 9.9V0h9.9L0 9.9zm1.016-2.431L7.47 1.016H1.016V7.47z"
}), /*#__PURE__*/React.createElement("path", {
d: "M2.828 7.071l20.507 20.506.707-.707L3.536 6.364l-.708.707z"
}), /*#__PURE__*/React.createElement("path", {
d: "M1.016 7.469V1.016H7.47L1.016 7.47zM16.992 8.594l.022-6.165L20.086 5.5l-3.094 3.094z",
fill: "#fff"
}), /*#__PURE__*/React.createElement("path", {
d: "M24 13c-6.075 0-11 4.925-11 11h1c0-5.523 4.477-10 10-10h2v-1h-2z"
}), /*#__PURE__*/React.createElement("path", {
d: "M3.536 6.364L24.042 26.87l2.828-2.828L6.364 3.536 3.536 6.364z",
fill: "#fff"
}), /*#__PURE__*/React.createElement("path", {
d: "M19.002 23.998H7.998L13.5 29.5l5.502-5.502zm-2.408.994L13.5 28.086l-3.071-3.072 6.165-.022z"
}), /*#__PURE__*/React.createElement("path", {
d: "M16.594 24.992l-6.165.022 3.071 3.072 3.094-3.094z",
fill: "#fff"
}));
export default SvgComponent;