@iswa/jsx
Version:
international sign writing alphabet in jsx
20 lines (17 loc) • 1.27 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: 35,
height: 48
}, props), /*#__PURE__*/React.createElement("path", {
d: "M9.531 14.938C3.875 17.837 0 23.706 0 30.5 0 40.165 7.835 48 17.5 48S35 40.165 35 30.5c0-6.793-3.875-12.663-9.531-15.563l-.688 1.344C29.95 18.934 33.5 24.291 33.5 30.5c0 8.837-7.163 16-16 16s-16-7.163-16-16c0-6.208 3.55-11.566 8.719-14.219l-.688-1.343z"
}), /*#__PURE__*/React.createElement("path", {
d: "M7 11l5-5 .719.719L8.438 11l4.28 4.281L12 16l-5-5z"
}), /*#__PURE__*/React.createElement("path", {
d: "M11 9v1h6V9h-6zM11 12v1h6v-1h-6zM24 5l-5-5-.719.719L22.563 5 18.28 9.281 19 10l5-5z"
}), /*#__PURE__*/React.createElement("path", {
d: "M20 3v1h-6V3h6zM20 6v1h-6V6h6zM24 17l-5-5-.719.719L22.563 17l-4.282 4.281L19 22l5-5z"
}), /*#__PURE__*/React.createElement("path", {
d: "M20 15v1h-6v-1h6zM20 18v1h-6v-1h6z"
}));
export default SvgComponent;