UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

22 lines (19 loc) 1.65 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 14v5h-1v-4h-4v-1h5z" }), /*#__PURE__*/React.createElement("path", { d: "M10 19c1.38 0 2.626-.564 3.531-1.469l-.687-.687A4.01 4.01 0 0110 18a4 4 0 110-8c1.568 0 2.907.905 3.563 2.219l.874-.438C13.616 10.147 11.954 9 10 9a5 5 0 100 10z" }), /*#__PURE__*/React.createElement("path", { d: "M10 17c.828 0 1.582-.332 2.125-.875l-.719-.719A1.982 1.982 0 0110 16a2 2 0 111.781-2.906l.875-.438C12.161 11.681 11.17 11 10 11a3 3 0 000 6zM30 14v5h-1v-4h-4v-1h5z" }), /*#__PURE__*/React.createElement("path", { d: "M25 19c1.38 0 2.626-.564 3.531-1.469l-.687-.687A4.01 4.01 0 0125 18a4 4 0 110-8c1.568 0 2.907.905 3.563 2.219l.875-.438C28.614 10.147 26.953 9 25 9a5 5 0 100 10z" }), /*#__PURE__*/React.createElement("path", { d: "M25 17c.828 0 1.582-.332 2.125-.875l-.719-.719A1.982 1.982 0 0125 16a2 2 0 111.781-2.906l.875-.438C27.161 11.681 26.17 11 25 11a3 3 0 000 6z" }), /*#__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 2C26.06 2 33 8.94 33 17.5 33 26.06 26.06 33 17.5 33 8.94 33 2 26.06 2 17.5 2 8.94 8.94 2 17.5 2z" })); export default SvgComponent;