UNPKG

@ozen-ui/icons

Version:

A collection of icons

13 lines (12 loc) 3.55 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PlaneSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.PlaneSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("g", { clipPath: "url(#clip0_5197_3429)" }, react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.0604 0.102702C13.6678 -0.0563338 14.622 -0.122759 15.3724 0.627595C16.1227 1.37797 16.0563 2.33218 15.8973 2.93957C15.815 3.25381 15.6978 3.52381 15.6039 3.71242C15.5563 3.80797 15.5131 3.8858 15.4805 3.94159C15.4642 3.96956 15.4505 3.99219 15.4401 4.00896L15.4271 4.02972L15.4226 4.03672L15.4209 4.03936L15.4202 4.04046C15.42 4.0407 15.4196 4.04142 14.7916 3.63141L15.4196 4.04142C15.3913 4.08479 15.3585 4.12511 15.3219 4.16173L12.4896 6.99414L14.5052 13.3403C14.59 13.6074 14.5188 13.8995 14.3207 14.0977L12.6381 15.7803C12.476 15.9423 12.2488 16.0214 12.0212 15.995C11.7936 15.9685 11.5906 15.8395 11.47 15.6447L8.55266 10.931L7.73553 11.7481L7.51314 14.5933C7.49921 14.7715 7.42212 14.9388 7.29574 15.0652L6.66475 15.6962C6.50249 15.8584 6.27488 15.9375 6.04697 15.9107C5.81907 15.884 5.61595 15.7543 5.49569 15.5589L3.57057 12.4306L0.467686 10.5304C0.271753 10.4104 0.141629 10.2072 0.114592 9.97904C0.0875548 9.75088 0.166588 9.52292 0.32905 9.36046L0.960031 8.72947C1.08481 8.6047 1.24959 8.52791 1.42539 8.51262L4.24926 8.26707L5.06904 7.4473L0.355306 4.52995C0.160466 4.40937 0.0314396 4.20633 0.00501083 3.97872C-0.0214179 3.75111 0.0576506 3.52391 0.219675 3.36189L1.90231 1.67925C2.10047 1.48109 2.39258 1.40994 2.65967 1.49477L9.00591 3.51044L11.8382 0.678088C11.8749 0.641463 11.9152 0.60873 11.9586 0.580414L12.3686 1.20842C11.9586 0.580414 11.9583 0.580566 11.9586 0.580414L11.9606 0.579077L11.9632 0.577371L11.9702 0.572887L11.991 0.559861C12.0078 0.549473 12.0304 0.535745 12.0584 0.519446C12.1142 0.486929 12.192 0.4437 12.2876 0.396106C12.4762 0.302152 12.7462 0.184981 13.0604 0.102702ZM12.8338 1.80383C12.8645 1.78642 12.906 1.76383 12.9564 1.73875C13.0836 1.67535 13.2545 1.60244 13.4403 1.55379C13.8331 1.45097 14.1156 1.49214 14.3117 1.68825C14.3117 1.68824 14.3117 1.68826 14.3117 1.68825M14.3117 1.68825C14.5078 1.88436 14.549 2.16692 14.4462 2.55963C14.3975 2.74545 14.3246 2.91635 14.2612 3.04363C14.2361 3.09397 14.2136 3.1355 14.1961 3.16617L11.1063 6.25606C10.9082 6.45422 10.837 6.74633 10.9219 7.01342L12.9374 13.3596L12.2471 14.05L9.32974 9.33627C9.20915 9.14143 9.00611 9.0124 8.77851 8.98597C8.5509 8.95954 8.3237 9.03861 8.16167 9.20063L6.47906 10.8833C6.35268 11.0096 6.27559 11.177 6.26167 11.3551L6.08229 13.6501L4.75401 11.4917C4.69219 11.3912 4.60755 11.3068 4.50697 11.2452L2.36957 9.93618L4.65138 9.73776C4.82718 9.72248 4.99195 9.64569 5.11673 9.52091L6.79937 7.8383C6.96139 7.67627 7.04046 7.44907 7.01403 7.22146C6.9876 6.99385 6.85858 6.79081 6.66374 6.67023L1.95 3.75288L2.64039 3.06249L8.98663 5.07816C9.25373 5.16299 9.54584 5.09184 9.744 4.89368L12.8338 1.80383", fill: "currentColor" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "clip0_5197_3429" }, react_1.default.createElement("rect", { width: "16", height: "16", fill: "currentColor" }))))); }); exports.PlaneSIcon.displayName = 'PlaneSIcon';