@iswa/jsx
Version:
international sign writing alphabet in jsx
26 lines (23 loc) • 1.82 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: "M10.504 6.653L6.968 10.19l.707.707 2.829-2.829 2.828 2.829.707-.707-3.535-3.536zM12.183 13.813a4.006 4.006 0 01-1.193-2.829h1.016a3.009 3.009 0 003.005 3.006H17l.022.994-2.01.022a4.006 4.006 0 01-2.83-1.193z"
}), /*#__PURE__*/React.createElement("path", {
d: "M10.769 15.227A5.99 5.99 0 019 10.984h1.016a4.99 4.99 0 004.994 4.994H17v1.017h-1.989a5.99 5.99 0 01-4.242-1.768z"
}), /*#__PURE__*/React.createElement("path", {
d: "M15 15.995a5 5 0 01-5-5h1a4 4 0 004 4h2v1h-2z",
fill: "#fff"
}), /*#__PURE__*/React.createElement("path", {
d: "M21.504 6.658l-3.536 3.536.707.707 2.829-2.828 2.828 2.828.707-.707-3.535-3.536zM23.183 13.818a4.006 4.006 0 01-1.193-2.828h1.016a3.009 3.009 0 003.005 3.005H28l.022.994-2.01.022a4.006 4.006 0 01-2.83-1.193z"
}), /*#__PURE__*/React.createElement("path", {
d: "M21.769 15.232A5.99 5.99 0 0120 10.99h1.016a4.99 4.99 0 004.994 4.994H28V17h-1.989a5.99 5.99 0 01-4.242-1.768z"
}), /*#__PURE__*/React.createElement("path", {
d: "M26 16a5 5 0 01-5-5h1a4 4 0 004 4h2v1h-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;