UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

14 lines (11 loc) 1.47 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: 35, height: 35 }, props), /*#__PURE__*/React.createElement("path", { d: "M21.19 34.625c.473-.092.944-.261 1.414-.442 1.225-.456 2.909-1.113 4.199-1.193.977-.06 2.894.464 2.894.464 1.04.34 2.223.12 3.05-.707.826-.827 1.046-2.01.707-3.05 0 0-.525-1.917-.464-2.894.08-1.284.717-3.001 1.17-4.22.173-.47.34-.939.465-1.393-3.729-1.382-8.075-.632-11.07 2.364-2.997 2.996-3.747 7.342-2.365 11.071zm1.016-1.812c-.601-2.867.182-5.971 2.409-8.198 2.221-2.221 5.314-3.021 8.176-2.43-.463 1.444-1.086 3.378-1.06 4.286.033 1.211.795 3.536.795 3.536a1.993 1.993 0 01-.486 2.033 1.993 1.993 0 01-2.033.486s-2.325-.762-3.536-.796c-.905-.025-2.822.621-4.265 1.083z" }), /*#__PURE__*/React.createElement("path", { d: "M17.5 0C7.835 0 0 7.835 0 17.5S7.835 35 17.5 35c1.264 0 2.5-.12 3.688-.375-.15-.476-.218-.978-.313-1.469-1.09.235-2.215.344-3.375.344-8.837 0-16-7.163-16-16s7.163-16 16-16 16 7.163 16 16c0 1.16-.11 2.285-.344 3.375.498.062.984.207 1.469.313C34.879 20 35 18.764 35 17.5 35 7.835 27.165 0 17.5 0z" })); export default SvgComponent;