@iswa/jsx
Version:
international sign writing alphabet in jsx
32 lines (29 loc) • 1.74 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: "M28 11c0 7.18-5.82 13-13 13v-1c6.627 0 12-5.373 12-12V9h1v2z"
}), /*#__PURE__*/React.createElement("path", {
d: "M27 11c0 6.627-5.373 12-12 12v-3a9 9 0 009-9V9h3v2z",
fill: "#fff"
}), /*#__PURE__*/React.createElement("path", {
d: "M24 11a9 9 0 01-9 9v-1a8 8 0 008-8V9h1v2zM15 16v11l-5.5-5.5L15 16zm-.994 2.408L10.914 21.5l3.07 3.07.022-6.162zM22.1 28H32v-9.9L22.1 28zm2.431-1.016l6.453-6.453v6.453H24.53z"
}), /*#__PURE__*/React.createElement("path", {
d: "M24.531 26.984h6.453V20.53l-6.453 6.453zM14.006 18.408l-.022 6.162-3.07-3.07 3.092-3.092z",
fill: "#fff"
}), /*#__PURE__*/React.createElement("path", {
d: "M19 2c0 7.18-5.82 13-13 13v-1c6.627 0 12-5.373 12-12V0h1v2z"
}), /*#__PURE__*/React.createElement("path", {
d: "M18 2c0 6.627-5.373 12-12 12v-3a9 9 0 009-9V0h3v2z",
fill: "#fff"
}), /*#__PURE__*/React.createElement("path", {
d: "M26.627 24.042L4 1.414 5.414 0l22.628 22.627-1.415 1.415z"
}), /*#__PURE__*/React.createElement("path", {
d: "M15 2a9 9 0 01-9 9v-1a8 8 0 008-8V0h1v2zM6 7v11L.5 12.5 6 7zm-.994 2.408L1.914 12.5l3.07 3.07.022-6.162z"
}), /*#__PURE__*/React.createElement("path", {
d: "M5.006 9.408l-.022 6.162-3.07-3.07 3.092-3.092z",
fill: "#fff"
}));
export default SvgComponent;