UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

32 lines (29 loc) 1.75 kB
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: 28, height: 32 }, props), /*#__PURE__*/React.createElement("path", { d: "M17 28C9.82 28 4 22.18 4 15h1c0 6.627 5.373 12 12 12h2v1h-2z" }), /*#__PURE__*/React.createElement("path", { d: "M17 27c-6.627 0-12-5.373-12-12h3a9 9 0 009 9h2v3h-2z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M17 24a9 9 0 01-9-9h1a8 8 0 008 8h2v1h-2zM12 15H1l5.5-5.5L12 15zm-2.408-.994L6.5 10.914l-3.07 3.07 6.162.022zM0 22.1V32h9.9L0 22.1zm1.016 2.431l6.453 6.453H1.016V24.53z" }), /*#__PURE__*/React.createElement("path", { d: "M1.016 24.531v6.453H7.47L1.016 24.53zM9.592 14.006l-6.162-.022 3.07-3.07 3.092 3.092z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M26 19c-7.18 0-13-5.82-13-13h1c0 6.627 5.373 12 12 12h2v1h-2z" }), /*#__PURE__*/React.createElement("path", { d: "M26 18c-6.627 0-12-5.373-12-12h3a9 9 0 009 9h2v3h-2z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M3.958 26.627L26.586 4 28 5.414 5.373 28.042l-1.415-1.415z" }), /*#__PURE__*/React.createElement("path", { d: "M26 15a9 9 0 01-9-9h1a8 8 0 008 8h2v1h-2zM21 6H10L15.5.5 21 6zm-2.408-.994L15.5 1.914l-3.07 3.07 6.162.022z" }), /*#__PURE__*/React.createElement("path", { d: "M18.592 5.006l-6.162-.022 3.07-3.07 3.092 3.092z", fill: "#fff" })); export default SvgComponent;