@iswa/jsx
Version:
international sign writing alphabet in jsx
28 lines (25 loc) • 1.47 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: 32,
height: 28
}, props), /*#__PURE__*/React.createElement("path", {
d: "M0 9.9V0h9.9L7.888 2.01H2.01V7.89L0 9.899zM1 17l5.5 5.5L12 17h-1.414L6.5 21.086 2.414 17H1z"
}), /*#__PURE__*/React.createElement("path", {
d: "M17 4C9.82 4 4 9.82 4 17h1c0-6.627 5.373-12 12-12h2V4h-2z"
}), /*#__PURE__*/React.createElement("path", {
d: "M3.958 5.373L26.586 28 28 26.586 5.373 3.958 3.958 5.373z"
}), /*#__PURE__*/React.createElement("path", {
d: "M17 5C10.373 5 5 10.373 5 17h3a9 9 0 019-9h2V5h-2z",
fill: "#fff"
}), /*#__PURE__*/React.createElement("path", {
d: "M17 8a9 9 0 00-9 9h1a8 8 0 018-8h2V8h-2zM26 10l5.5 5.5L26 21v-1.414l4.086-4.086L26 11.414V10z"
}), /*#__PURE__*/React.createElement("path", {
d: "M13 26c0-7.18 5.82-13 13-13v1c-6.627 0-12 5.373-12 12v2h-1v-2z"
}), /*#__PURE__*/React.createElement("path", {
d: "M14 26c0-6.627 5.373-12 12-12v3a9 9 0 00-9 9v2h-3v-2z",
fill: "#fff"
}), /*#__PURE__*/React.createElement("path", {
d: "M17 26a9 9 0 019-9v1a8 8 0 00-8 8v2h-1v-2z"
}));
export default SvgComponent;