@iswa/jsx
Version:
international sign writing alphabet in jsx
24 lines (21 loc) • 1.21 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: 24,
height: 26
}, props), /*#__PURE__*/React.createElement("path", {
d: "M10 10V8.5L6.5 5 10 1.5V0L5 5l5 5zM15 3a9 9 0 019 9v6h-1v-6a8 8 0 00-8-8h-5V3h5z"
}), /*#__PURE__*/React.createElement("path", {
d: "M15 4a8 8 0 018 8v6h-2v-6a6 6 0 00-6-6h-5V4h5z",
fill: "#fff"
}), /*#__PURE__*/React.createElement("path", {
d: "M15 6a6 6 0 016 6v6h-1v-6a5 5 0 00-5-5h-5V6h5zM5 18v-1.5L1.5 13 5 9.5V8l-5 5 5 5z"
}), /*#__PURE__*/React.createElement("path", {
d: "M10 11a9 9 0 019 9v6h-1v-6a8 8 0 00-8-8H5v-1h5z"
}), /*#__PURE__*/React.createElement("path", {
d: "M10 12a8 8 0 018 8v6h-2v-6a6 6 0 00-6-6H5v-2h5z",
fill: "#fff"
}), /*#__PURE__*/React.createElement("path", {
d: "M10 14a6 6 0 016 6v6h-1v-6a5 5 0 00-5-5H5v-1h5z"
}));
export default SvgComponent;