UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

26 lines (23 loc) 1.82 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: "M15 18h-5v-1h4v-4h1v5zM11.125 11.75c0 1.024.375 2.063 1.156 2.844l.719-.719a3.009 3.009 0 010-4.25l1.406-1.406-.687-.719-1.438 1.406a4.006 4.006 0 00-1.156 2.844z" }), /*#__PURE__*/React.createElement("path", { d: "M9.125 11.75a5.99 5.99 0 001.75 4.25l.719-.719a4.99 4.99 0 010-7.062L13 6.813l-.719-.72L10.875 7.5a5.99 5.99 0 00-1.75 4.25z" }), /*#__PURE__*/React.createElement("path", { d: "M11.574 8.215a5 5 0 000 7.071l.707-.707a4 4 0 010-5.657l1.414-1.414-.707-.707-1.414 1.414z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M26 18h-5v-1h4v-4h1v5zM22.125 11.75c0 1.024.375 2.063 1.156 2.844l.719-.719a3.009 3.009 0 010-4.25l1.406-1.406-.687-.719-1.438 1.406a4.006 4.006 0 00-1.156 2.844z" }), /*#__PURE__*/React.createElement("path", { d: "M20.125 11.75a5.99 5.99 0 001.75 4.25l.718-.719a4.99 4.99 0 010-7.062L24 6.813l-.719-.72L21.875 7.5a5.99 5.99 0 00-1.75 4.25z" }), /*#__PURE__*/React.createElement("path", { d: "M22.574 8.215a5 5 0 000 7.071l.707-.707a4 4 0 010-5.657l1.414-1.414-.707-.707-1.414 1.414z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M17.5 0C7.835 0 0 7.835 0 17.5S7.835 35 17.5 35 35 27.165 35 17.5 27.165 0 17.5 0zm0 1.5c8.837 0 16 7.163 16 16s-7.163 16-16 16-16-7.163-16-16 7.163-16 16-16z" })); export default SvgComponent;