@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: "M6.364 26.464L26.87 5.958l.707.707L7.071 27.172l-.707-.708z"
}), /*#__PURE__*/React.createElement("path", {
d: "M17 24c0-6.075-4.925-11-11-11v1c5.523 0 10 4.477 10 10v2h1v-2z"
}), /*#__PURE__*/React.createElement("path", {
d: "M2.828 22.929L23.335 2.423l.707.707L3.536 23.636l-.708-.707zM6.002 19.002V7.998L.5 13.5l5.502 5.502zm-.994-2.408L1.914 13.5l3.072-3.071.022 6.165z"
}), /*#__PURE__*/React.createElement("path", {
d: "M0 20.1V30h9.9L0 20.1zm1.016 2.431l6.453 6.453H1.016V22.53z"
}), /*#__PURE__*/React.createElement("path", {
d: "M1.016 22.531v6.453H7.47L1.016 22.53zM5.008 16.594l-.022-6.165L1.914 13.5l3.094 3.094z",
fill: "#fff"
}), /*#__PURE__*/React.createElement("path", {
d: "M25 16c0-6.075-4.925-11-11-11v1c5.523 0 10 4.477 10 10v2h1v-2z"
}), /*#__PURE__*/React.createElement("path", {
d: "M3.536 23.636L24.042 3.13l2.828 2.828L6.364 26.464l-2.828-2.828z",
fill: "#fff"
}), /*#__PURE__*/React.createElement("path", {
d: "M14.002 11.002V-.002L8.5 5.5l5.502 5.502zm-.994-2.408L9.914 5.5l3.072-3.071.022 6.165z"
}), /*#__PURE__*/React.createElement("path", {
d: "M13.008 8.594l-.022-6.165L9.914 5.5l3.094 3.094z",
fill: "#fff"
}));
export default SvgComponent;