@iswa/jsx
Version:
international sign writing alphabet in jsx
36 lines (33 loc) • 2.1 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: 23,
height: 39
}, props), /*#__PURE__*/React.createElement("path", {
d: "M13 7v32h-2V7h2z"
}), /*#__PURE__*/React.createElement("path", {
d: "M2.494 15.343c5.077-5.077 13.308-5.077 18.385 0l-.707.707c-4.687-4.686-12.285-4.686-16.971 0l-1.414 1.414-.707-.707 1.414-1.414z"
}), /*#__PURE__*/React.createElement("path", {
d: "M3.201 16.05c4.686-4.686 12.284-4.686 16.97 0l-2.12 2.122a9 9 0 00-12.729 0l-1.414 1.414-2.121-2.122L3.2 16.05z",
fill: "#fff"
}), /*#__PURE__*/React.createElement("path", {
d: "M5.322 18.172a9 9 0 0112.728 0l-.707.707a8 8 0 00-11.314 0l-1.414 1.414-.707-.707 1.414-1.414z"
}), /*#__PURE__*/React.createElement("path", {
d: "M15.219 21L23 13.219V21h-7.781zm2.406-1H22v-4.344L17.625 20zM19 7l-7-7-7 7h14zm-2.438-1H7.438L12 1.437 16.563 6z"
}), /*#__PURE__*/React.createElement("path", {
d: "M16.563 6L12 1.437 7.437 6h9.125zM17.625 20L22 15.656V20h-4.375z",
fill: "#fff"
}), /*#__PURE__*/React.createElement("path", {
d: "M20.506 27.343c-5.077-5.077-13.308-5.077-18.385 0l.707.707c4.687-4.686 12.285-4.686 16.971 0l1.414 1.414.707-.707-1.414-1.414z"
}), /*#__PURE__*/React.createElement("path", {
d: "M19.799 28.05c-4.686-4.686-12.284-4.686-16.97 0l2.12 2.122a9 9 0 0112.729 0l1.414 1.414 2.121-2.122L19.8 28.05z",
fill: "#fff"
}), /*#__PURE__*/React.createElement("path", {
d: "M17.678 30.172a9 9 0 00-12.728 0l.707.707a8 8 0 0111.314 0l1.414 1.414.707-.707-1.414-1.414z"
}), /*#__PURE__*/React.createElement("path", {
d: "M7.781 33L0 25.219V33h7.781zm-2.406-1H1v-4.344L5.375 32z"
}), /*#__PURE__*/React.createElement("path", {
d: "M5.375 32L1 27.656V32h4.375z",
fill: "#fff"
}));
export default SvgComponent;