UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

12 lines (9 loc) 783 B
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: 25, height: 26 }, props), /*#__PURE__*/React.createElement("path", { d: "M12 11v15h8V11h-8zm-2.125.094C-.013 11.973 0 19 0 19c0 5.193 6.59 6.498 10 6.844v-1.907C3.012 23.392 3 20 3 20c0-3.493 4.352-4.558 7-4.875v-4.031c-.039.003-.086-.004-.125 0zM17 0h2v9h-2zM23.656 5.344L20 9h2.813l2.25-2.25-1.407-1.406z" })); export default SvgComponent;