UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

15 lines (12 loc) 1.63 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: 11, height: 7 }, props), /*#__PURE__*/React.createElement("path", { d: "M7.5 0C10 0 11 2.5 11 2.5V7S9 4 7.5 4c-1 0-1.5 3-4 3S0 4.5 0 4.5V0s2 3 3.5 3c1 0 1.5-3 4-3zm0 1.063c-.537.022-1.037.335-1.469.656-.367.273-.615.678-.906 1.031-.25.303-.407.7-.719.938-.26.197-.58.348-.906.374-.404.034-.827-.093-1.188-.28A3.849 3.849 0 01.907 2.5v1.844c.257.306.594.769 1 1.031.474.306 1.03.586 1.594.563.537-.023 1.037-.336 1.469-.657.367-.273.615-.678.906-1.031.25-.303.407-.7.719-.938.26-.197.58-.348.906-.374.404-.034.827.093 1.188.28A3.849 3.849 0 0110.094 4.5V2.656c-.257-.306-.594-.769-1-1.031-.474-.306-1.03-.586-1.594-.563z" }), /*#__PURE__*/React.createElement("path", { d: "M7.5 1.063c.564-.024 1.12.256 1.594.562.406.262.743.725 1 1.031V4.5a3.849 3.849 0 00-1.406-1.281c-.36-.188-.784-.315-1.188-.281-.325.026-.647.177-.906.374-.312.238-.47.635-.719.938-.291.353-.539.758-.906 1.031-.432.32-.932.634-1.469.657-.564.023-1.12-.257-1.594-.563-.406-.262-.743-.725-1-1.031V2.5c.34.52.843.988 1.406 1.281.36.188.784.315 1.188.281.325-.026.647-.177.906-.375.312-.237.47-.634.719-.937.291-.353.539-.758.906-1.031.432-.32.932-.634 1.469-.657z", fill: "#fff" })); export default SvgComponent;