@iswa/jsx
Version:
international sign writing alphabet in jsx
20 lines (17 loc) • 2.77 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: 11,
height: 15
}, props), /*#__PURE__*/React.createElement("path", {
d: "M3.5 0C1 0 0 2.5 0 2.5V7s2-3 3.5-3c1 0 1.5 3 4 3S11 4.5 11 4.5V0S9 3 7.5 3c-1 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 0010.094 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 00.907 4.5V2.656c.257-.306.594-.769 1-1.031.474-.306 1.03-.586 1.594-.563z"
}), /*#__PURE__*/React.createElement("path", {
d: "M3.5 1.063c-.564-.024-1.12.256-1.594.562-.406.262-.743.725-1 1.031V4.5c.34-.52.843-.988 1.406-1.281.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"
}), /*#__PURE__*/React.createElement("path", {
d: "M3.5 8C1 8 0 10.5 0 10.5V15s2-3 3.5-3c1 0 1.5 3 4 3s3.5-2.5 3.5-2.5V8s-2 3-3.5 3c-1 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 001.406-1.282v1.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 00.907 12.5v-1.844c.257-.306.594-.769 1-1.031.474-.306 1.03-.586 1.594-.563z"
}), /*#__PURE__*/React.createElement("path", {
d: "M3.5 9.063c-.564-.024-1.12.256-1.594.562-.406.262-.743.725-1 1.031V12.5c.34-.52.843-.988 1.406-1.281.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.656.564.024 1.12-.256 1.594-.562.406-.262.743-.725 1-1.031V10.5c-.34.52-.843.988-1.406 1.281-.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-.656z",
fill: "#fff"
}));
export default SvgComponent;