@iswa/jsx
Version:
international sign writing alphabet in jsx
39 lines (36 loc) • 2.2 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: 22,
height: 35
}, props), /*#__PURE__*/React.createElement("path", {
d: "M13 7v28h1V7h-1zM8 7v28h1V7H8z"
}), /*#__PURE__*/React.createElement("path", {
d: "M9 7v28h4V7H9z",
fill: "#fff"
}), /*#__PURE__*/React.createElement("path", {
d: "M20.506 15.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 16.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 16.05z",
fill: "#fff"
}), /*#__PURE__*/React.createElement("path", {
d: "M17.678 18.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 21L0 13.219V21h7.781zm-2.406-1H1v-4.344L5.375 20zM4 7l7-7 7 7H4zm2.438-1h9.125L11 1.437 6.437 6z"
}), /*#__PURE__*/React.createElement("path", {
d: "M6.438 6L11 1.437 15.563 6H6.437zM5.375 20L1 15.656V20h4.375z",
fill: "#fff"
}), /*#__PURE__*/React.createElement("path", {
d: "M1.494 26.343c5.077-5.077 13.308-5.077 18.385 0l-.707.707c-4.687-4.686-12.285-4.686-16.971 0L.787 28.464l-.707-.707 1.414-1.414z"
}), /*#__PURE__*/React.createElement("path", {
d: "M2.201 27.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.122L2.2 27.05z",
fill: "#fff"
}), /*#__PURE__*/React.createElement("path", {
d: "M4.322 29.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: "M14.219 32L22 24.219V32h-7.781zm2.406-1H21v-4.344L16.625 31z"
}), /*#__PURE__*/React.createElement("path", {
d: "M16.625 31L21 26.656V31h-4.375z",
fill: "#fff"
}));
export default SvgComponent;