@iswa/jsx
Version:
international sign writing alphabet in jsx
14 lines (11 loc) • 1.39 kB
JavaScript
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: 10,
height: 23
}, props), /*#__PURE__*/React.createElement("path", {
d: "M5 10.891l.719.719L7.5 9.829l1.781 1.78.719-.718-2.5-2.5-2.5 2.5zM.031 12c.012.684.037 1.352.094 2h.969c-.047-.646-.053-1.307-.063-2h-1zm0-1h1c.01-.693.016-1.354.063-2H.125a28.789 28.789 0 00-.094 2zm.188 4c.134 1.067.35 2.095.594 3h.875a22.373 22.373 0 01-.5-3h-.97zm0-7h.969c.117-1.12.285-2.137.5-3H.813c-.244.905-.46 1.933-.594 3zm.875 11c.825 2.444 2.044 4 3.406 4 1.165 0 2.232-1.144 3.031-3H4.594c-.332.618-.7 1-1.094 1-.574 0-1.11-.764-1.531-2h-.875zm0-15h.875c.422-1.236.957-2 1.531-2 .394 0 .762.382 1.094 1H7.53C6.732 1.144 5.665 0 4.5 0 3.138 0 1.919 1.556 1.094 4zM5.03 19h2.875c.39-1.152.661-2.516.844-4H5.812c-.165 1.59-.429 2.97-.78 4zm0-15c.352 1.03.616 2.41.782 4H8.75c-.183-1.484-.455-2.848-.844-4H5.031z"
}), /*#__PURE__*/React.createElement("path", {
d: "M5 13.891l.719.719L7.5 12.829l1.781 1.78.719-.718-2.5-2.5-2.5 2.5z"
}));
export default SvgComponent;