@iswa/jsx
Version:
international sign writing alphabet in jsx
12 lines (9 loc) • 1.17 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: 18,
height: 18
}, props), /*#__PURE__*/React.createElement("path", {
d: "M1 8v2h2V8H1zm3 0v2h3V8H4zm4 0v2h3V8H8zm4 0v2h3V8h-3zm4 0v2h2V8h-2zM.969 10.875L.45 12.807l1.962.526.518-1.932-1.962-.526zm2.928.785l-.518 1.931 2.898.777.517-1.932-2.897-.776zm3.863 1.035l-.517 1.932 2.898.776.517-1.932-2.898-.776zm3.864 1.035l-.518 1.932 2.898.776.518-1.931-2.898-.777zm3.864 1.035l-.518 1.932 2.506.672.517-1.932-2.505-.672zM.451 5.193L.97 7.125l1.962-.526-.518-1.932-1.962.526zM3.38 4.41l.518 1.931 2.897-.776-.517-1.932-2.898.777zm3.864-1.036l.517 1.932 2.898-.776-.517-1.932-2.898.776zm3.863-1.035l.518 1.932 2.898-.777-.518-1.931-2.898.776zm3.864-1.035l.518 1.932 2.505-.672-.517-1.932-2.506.672z"
}));
export default SvgComponent;