UNPKG

@ozen-ui/icons

Version:

A collection of icons

13 lines (12 loc) 2 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({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), react_1.default.createElement("g", { clipPath: "url(#PlaneSIcon__a)" }, react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.06.103c.608-.16 1.562-.226 2.312.525.75.75.684 1.704.525 2.312a4 4 0 0 1-.457 1.069l-.013.02-.004.008-.002.002v.001c-.001 0-.001.001-.63-.409l.629.41a.8.8 0 0 1-.098.12L12.49 6.995l2.015 6.346a.75.75 0 0 1-.184.758l-1.683 1.682a.75.75 0 0 1-1.168-.135L8.553 10.93l-.817.817-.223 2.845a.75.75 0 0 1-.217.472l-.631.631a.75.75 0 0 1-1.17-.137L3.572 12.43l-3.103-1.9a.75.75 0 0 1-.139-1.17l.631-.632a.75.75 0 0 1 .465-.216l2.824-.246.82-.82L.355 4.53A.75.75 0 0 1 .22 3.362l1.682-1.683a.75.75 0 0 1 .758-.184L9.006 3.51 11.838.678a1 1 0 0 1 .12-.098l.41.628-.41-.628h.003l.002-.003.007-.004.021-.013.067-.04q.085-.05.23-.124c.188-.094.458-.211.772-.293m-.226 1.7a2.6 2.6 0 0 1 .606-.25c.393-.102.676-.06.872.135m0 0c.196.196.237.479.134.872a2.6 2.6 0 0 1-.25.606l-3.09 3.09a.75.75 0 0 0-.184.757l2.015 6.347-.69.69L9.33 9.336a.75.75 0 0 0-1.168-.135l-1.683 1.682a.75.75 0 0 0-.217.472l-.18 2.295-1.328-2.158a.75.75 0 0 0-.247-.247L2.37 9.936l2.281-.198a.75.75 0 0 0 .466-.217l1.682-1.683a.75.75 0 0 0-.135-1.168L1.95 3.753l.69-.69 6.347 2.015a.75.75 0 0 0 .757-.184l3.09-3.09", clipRule: "evenodd" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "PlaneSIcon__a" }, react_1.default.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); }); exports.PlaneSIcon.displayName = 'PlaneSIcon';