UNPKG

2.24 kBJavaScriptView Raw
1import _extends from "@babel/runtime/helpers/extends";
2import React from 'react';
3import { jsx as _jsx } from "react/jsx-runtime";
4export var TagO = props => /*#__PURE__*/_jsx("svg", _extends({
5 viewBox: "0 0 20 20",
6 width: "16px",
7 height: "16px"
8}, props, {
9 className: "w-icon " + (props.className ? props.className : ''),
10 children: /*#__PURE__*/_jsx("path", {
11 d: "M10.3680419,0 C10.5498787,0 10.7242015,0.0724186232 10.8523536,0.201196798 L19.2012145,8.59106451 C19.7601918,9.17730001 20.0381116,9.83950884 19.9957947,10.5491487 C19.9561893,11.2133202 19.692122,11.8233895 19.1886089,12.3950955 L12.1151532,19.4315469 L12.0000892,19.5235714 C11.3616982,19.9295813 10.7409201,20.0881735 10.1508458,19.9524881 C9.6353684,19.833956 9.09560983,19.5157043 8.47256962,18.9741189 L0.312115394,10.7551198 C0.187561563,10.6296724 0.116663511,10.4608505 0.114365484,10.2842393 L0,1.4733236 C0.00673232467,1.04433781 0.126372899,0.680846621 0.392497458,0.413184628 C0.666034778,0.138067049 1.05459295,0.0223681626 1.58823307,0 L10.3680419,0 Z M10.0839283,1.3629367 L1.61768408,1.36232283 C1.48885752,1.36787606 1.40787883,1.38105306 1.37492876,1.38246021 L1.369,1.382 L1.36901715,1.39736104 C1.36784064,1.41470949 1.36584848,1.44040771 1.36519119,1.47514745 L1.47600132,9.99128452 L9.40451245,17.9793885 C9.83600432,18.3526757 10.1940156,18.5637658 10.4573204,18.6243117 C10.6352857,18.6652342 10.881419,18.6072716 11.2067005,18.4111199 L18.1931122,11.4634648 C18.4708327,11.1468117 18.6118304,10.8210676 18.6328749,10.4681584 C18.651208,10.1607175 18.5240629,9.85776453 18.2224257,9.54119267 L10.0839283,1.3629367 Z M6.47348527,3.21141802 C8.10726533,3.21141802 9.43170575,4.53355435 9.43170575,6.16449217 C9.43170575,7.79542998 8.10726533,9.11756631 6.47348527,9.11756631 C4.83970521,9.11756631 3.51526478,7.79542998 3.51526478,6.16449217 C3.51526478,4.53355435 4.83970521,3.21141802 6.47348527,3.21141802 Z M6.47348527,4.57437532 C5.59375754,4.57437532 4.88059731,5.28629488 4.88059731,6.16449217 C4.88059731,7.04268945 5.59375754,7.75460901 6.47348527,7.75460901 C7.35321299,7.75460901 8.06637322,7.04268945 8.06637322,6.16449217 C8.06637322,5.28629488 7.35321299,4.57437532 6.47348527,4.57437532 Z",
12 fillRule: "evenodd"
13 })
14}));
\No newline at end of file