@iswa/jsx
Version:
international sign writing alphabet in jsx
26 lines (23 loc) • 1.42 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: 31,
height: 28
}, props), /*#__PURE__*/React.createElement("path", {
d: "M30 9.9V0h-9.9l2.011 2.01h5.878V7.89L30 9.899zM25 21l5.5-5.5L25 10v1.414l4.086 4.086L25 19.586V21z"
}), /*#__PURE__*/React.createElement("path", {
d: "M12 5c0 7.18 5.82 13 13 13v-1c-6.627 0-12-5.373-12-12V3h-1v2z"
}), /*#__PURE__*/React.createElement("path", {
d: "M13 5c0 6.627 5.373 12 12 12v-3a9 9 0 01-9-9V3h-3v2z",
fill: "#fff"
}), /*#__PURE__*/React.createElement("path", {
d: "M16 5a9 9 0 009 9v-1a8 8 0 01-8-8V3h-1v2zM0 14l5.5-5.5L11 14H9.586L5.5 9.914 1.414 14H0zM16 27C8.82 27 3 21.18 3 14h1c0 6.627 5.373 12 12 12h2v1h-2z"
}), /*#__PURE__*/React.createElement("path", {
d: "M16 26C9.373 26 4 20.627 4 14h3a9 9 0 009 9h2v3h-2z",
fill: "#fff"
}), /*#__PURE__*/React.createElement("path", {
d: "M26.042 5.373L3.414 28 2 26.586 24.627 3.958l1.415 1.415z"
}), /*#__PURE__*/React.createElement("path", {
d: "M16 23a9 9 0 01-9-9h1a8 8 0 008 8h2v1h-2z"
}));
export default SvgComponent;