UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

19 lines (16 loc) 1.36 kB
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: 23, height: 27 }, props), /*#__PURE__*/React.createElement("path", { d: "M12 4.031v1c5.563.266 10 4.84 10 10.469C22 21.299 17.299 26 11.5 26S1 21.299 1 15.5c0-3.412 1.635-6.426 4.156-8.344l-.718-.718C1.74 8.541 0 11.814 0 15.5 0 21.851 5.149 27 11.5 27S23 21.851 23 15.5c0-6.184-4.88-11.207-11-11.469z" }), /*#__PURE__*/React.createElement("path", { d: "M12 5.031v3a7.48 7.48 0 017 7.469 7.5 7.5 0 11-15 0c0-2.58 1.298-4.87 3.281-6.219L5.156 7.156C2.636 9.074 1 12.088 1 15.5 1 21.299 5.701 26 11.5 26S22 21.299 22 15.5c0-5.628-4.437-10.203-10-10.469z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M12 8.031v1c3.352.26 6 3.05 6 6.469a6.5 6.5 0 11-13 0c0-2.308 1.218-4.315 3.031-5.469l-.719-.75h-.03A7.512 7.512 0 004 15.5a7.5 7.5 0 1015 0 7.48 7.48 0 00-7-7.469z" }), /*#__PURE__*/React.createElement("path", { d: "M12 0L5.5 6.5 12 13v-2L7.5 6.5 12 2V0z" })); export default SvgComponent;