UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

16 lines (13 loc) 1.06 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: 39, height: 44 }, props), /*#__PURE__*/React.createElement("path", { d: "M17.5 9C7.835 9 0 16.835 0 26.5S7.835 44 17.5 44 35 36.165 35 26.5 27.165 9 17.5 9zm0 2C26.06 11 33 17.94 33 26.5 33 35.06 26.06 42 17.5 42 8.94 42 2 35.06 2 26.5 2 17.94 8.94 11 17.5 11zM23.737 7.485h7.071V6.47h-6.055V.414h-1.016v7.071z" }), /*#__PURE__*/React.createElement("path", { d: "M26.919 5.01l-.707-.707L30.455.061l.707.707-4.243 4.242zM31.515 15.263h7.071v-1.016h-6.054V8.192h-1.017v7.071z" }), /*#__PURE__*/React.createElement("path", { d: "M34.697 12.789l-.707-.708 4.243-4.242.707.707-4.243 4.243z" })); export default SvgComponent;