@iswa/jsx
Version:
international sign writing alphabet in jsx
12 lines (9 loc) • 752 B
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: 17,
height: 16
}, props), /*#__PURE__*/React.createElement("path", {
d: "M0 7.281l2.5-2.5 2.5 2.5L4.281 8 2.5 6.219.719 8 0 7.281zM2 10h2v2H2v-2zm2-9h2v2H4V1zm0 12h2v2H4v-2zM8 0h2v2H8V0zm0 14h2v2H8v-2zm4-13h2v2h-2V1zm0 12h2v2h-2v-2zm2-9h2v2h-2V4zm0 6h2v2h-2v-2zm1-3h2v2h-2V7z"
}));
export default SvgComponent;