UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

18 lines (15 loc) 1.19 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: 46, height: 46 }, props), /*#__PURE__*/React.createElement("path", { d: "M17.5 11C7.835 11 0 18.835 0 28.5S7.835 46 17.5 46 35 38.165 35 28.5 27.165 11 17.5 11zm0 1.5c8.837 0 16 7.163 16 16s-7.163 16-16 16-16-7.163-16-16 7.163-16 16-16zM30.444 0v7.071h-1.017V1.016h-6.054V0h7.07z" }), /*#__PURE__*/React.createElement("path", { d: "M27.969 3.182l-.707-.707-4.243 4.243.707.707 4.243-4.243zM38.222 7.778v7.071h-1.017V8.795h-6.054V7.778h7.07z" }), /*#__PURE__*/React.createElement("path", { d: "M35.747 10.96l-.707-.707-4.243 4.243.707.707 4.243-4.243zM46 15.556v7.071h-1.016v-6.054h-6.055v-1.017H46z" }), /*#__PURE__*/React.createElement("path", { d: "M43.525 18.738l-.707-.707-4.243 4.243.707.707 4.243-4.243z" })); export default SvgComponent;