UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

20 lines (17 loc) 1.29 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: 14 }, props), /*#__PURE__*/React.createElement("path", { d: "M7 0a7 7 0 000 14c2.31 0 4.407-.882 6-2.313l-1.344-1.5C10.416 11.305 8.8 12 7 12A5 5 0 017 2a3 3 0 010 6 1 1 0 010-2h1V4H7a3 3 0 000 6A5 5 0 107 0z" }), /*#__PURE__*/React.createElement("path", { d: "M7 2a5 5 0 000 10c1.8 0 3.416-.696 4.656-1.813L10.312 8.72A4.947 4.947 0 017 10a3 3 0 010-6h1v2H7a1 1 0 000 2 3 3 0 000-6z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M22 0a7 7 0 000 14c2.31 0 4.407-.882 6-2.313l-1.344-1.5C25.416 11.305 23.8 12 22 12a5 5 0 110-10 3 3 0 010 6 1 1 0 110-2h1V4h-1a3 3 0 000 6 5 5 0 100-10z" }), /*#__PURE__*/React.createElement("path", { d: "M22 2a5 5 0 100 10c1.8 0 3.416-.696 4.656-1.813L25.313 8.72A4.947 4.947 0 0122 10a3 3 0 010-6h1v2h-1a1 1 0 100 2 3 3 0 000-6z", fill: "#fff" })); export default SvgComponent;