UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

14 lines (11 loc) 1.46 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: 35, height: 35 }, props), /*#__PURE__*/React.createElement("path", { d: "M.375 21.19c.092.473.261.944.442 1.414.456 1.225 1.113 2.909 1.193 4.199.06.977-.464 2.894-.464 2.894-.34 1.04-.12 2.223.707 3.05.827.826 2.01 1.046 3.05.707 0 0 1.917-.525 2.894-.464 1.284.08 3.001.717 4.22 1.171.47.172.939.34 1.393.464 1.382-3.729.632-8.075-2.364-11.07C8.45 20.557 4.104 19.807.375 21.19zm1.812 1.016c2.867-.601 5.971.182 8.198 2.409 2.221 2.221 3.021 5.314 2.43 8.176-1.444-.463-3.378-1.086-4.286-1.06-1.211.033-3.536.795-3.536.795a1.993 1.993 0 01-2.033-.486 1.993 1.993 0 01-.486-2.033s.762-2.325.796-3.536c.025-.905-.621-2.822-1.083-4.265z" }), /*#__PURE__*/React.createElement("path", { d: "M17.5 0C7.835 0 0 7.835 0 17.5c0 1.264.12 2.5.375 3.688.476-.15.978-.218 1.469-.313A15.997 15.997 0 011.5 17.5c0-8.837 7.163-16 16-16s16 7.163 16 16-7.163 16-16 16c-1.16 0-2.285-.11-3.375-.344-.062.498-.207.984-.313 1.469C15 34.879 16.236 35 17.5 35 27.165 35 35 27.165 35 17.5S27.165 0 17.5 0z" })); export default SvgComponent;