@iswa/jsx
Version:
international sign writing alphabet in jsx
26 lines (23 loc) • 1.8 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: 35,
height: 35
}, props), /*#__PURE__*/React.createElement("path", {
d: "M5.658 10.504l3.536-3.536.707.707-2.828 2.829L9.9 13.332l-.707.707-3.536-3.535zM12.818 12.183A4.006 4.006 0 009.99 10.99v1.016a3.009 3.009 0 013.005 3.005V17l.994.022.022-2.01c0-1.105-.47-2.105-1.193-2.83z"
}), /*#__PURE__*/React.createElement("path", {
d: "M14.232 10.769A5.99 5.99 0 009.99 9v1.016a4.99 4.99 0 014.994 4.994V17H16v-1.989a5.99 5.99 0 00-1.768-4.242z"
}), /*#__PURE__*/React.createElement("path", {
d: "M15 15a5 5 0 00-5-5v1a4 4 0 014 4v2h1v-2z",
fill: "#fff"
}), /*#__PURE__*/React.createElement("path", {
d: "M18.658 10.504l3.536-3.536.707.707-2.828 2.829 2.828 2.828-.707.707-3.536-3.535zM25.818 12.183a4.006 4.006 0 00-2.828-1.193v1.016a3.009 3.009 0 013.005 3.005V17l.994.022.022-2.01c0-1.105-.47-2.105-1.193-2.83z"
}), /*#__PURE__*/React.createElement("path", {
d: "M27.232 10.769A5.99 5.99 0 0022.99 9v1.016a4.99 4.99 0 014.994 4.994V17H29v-1.989a5.99 5.99 0 00-1.768-4.242z"
}), /*#__PURE__*/React.createElement("path", {
d: "M28 15a5 5 0 00-5-5v1a4 4 0 014 4v2h1v-2z",
fill: "#fff"
}), /*#__PURE__*/React.createElement("path", {
d: "M17.5 0C7.835 0 0 7.835 0 17.5S7.835 35 17.5 35 35 27.165 35 17.5 27.165 0 17.5 0zm0 2C26.06 2 33 8.94 33 17.5 33 26.06 26.06 33 17.5 33 8.94 33 2 26.06 2 17.5 2 8.94 8.94 2 17.5 2z"
}));
export default SvgComponent;